Check Point Certified Security Administrator (CCSA) R80 — Question 327
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?
Answer options
- 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.
Correct answer: A
Explanation
The correct answer is A because using mgmt_cli allows for automation and bulk creation of objects and policies efficiently, which is ideal given the time constraint. Options B and C involve manual CLI commands that are less efficient for bulk operations, while D requires more manual effort and time to create policies individually.