Check Point Certified Security Expert (CCSE) R81 — Question 208
The Firewall Administrator is required to create 100 new host objects with different IP addresses. What API command can he use in the script to achieve the requirement?
Answer options
- A. mgmt_cli -madd host nameip-address
- B. set host nameip-address
- C. add hostnameip-address
- D. set hostnameip-address
Correct answer: A
Explanation
The correct answer is A, as the 'mgmt_cli -madd host nameip-address' command is specifically designed for adding new host objects through the API. The other options do not follow the correct syntax for adding objects or are incomplete, making them unsuitable for the task at hand.