What is the BEST wa...
 
Notifications
Clear all

What is the BEST way to do this with R80 security management?

1 Posts
1 Users
0 Likes
76 Views
(@sextoncletus)
Noble Member
Joined: 2 years ago
Posts: 695
Topic starter  

Jack works for a managed service provider and he has been tasked to create 17 new policies for several new customers. He does not have much time.

What is the BEST way to do this with R80 security management?

  • A . Create a text-file with mgmt_cli script that creates all objects and policies. Open the file in SmartConsole Command Line to run it.
  • B . Create a text-file with Gaia CLI -commands in order to create all objects and policies. Run the file in CLISH with command load configuration.
  • C . Create a text-file with DBEDIT script that creates all objects and policies. Run the file in the command line of the management server using command dbedit -f.
  • D . Use Object Explorer in SmartConsole to create the objects and Manage Policies from the menu to create the policies.

Show Answer Hide Answer

Suggested Answer: A

Explanation:

Did you know:  mgmt_cli can accept csv files as inputs using the --batch option.

The first row should contain the argument names and the rows below it should hold the values for these parameters.

So an equivalent solution to the powershell script could look like this:

data.csv:

mgmt_cli add host --batch data.csv -u <username> -p <password> -m <management server>

This can work with any type of command not just "add host" : simply replace the column names with the ones relevant to the command you need.


   
Quote
Topic Tags

Latest Check Point 156-215.81 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: