Check Point Certified Security Expert (CCSE) R81.20 — Question 2
What API command below creates a new host object with the name “My Host” and IP address of “192.168.0.10”?
Answer options
- A. set host name “My Host” ip-address “192.168.0.10”
- B. create host name “My Host” ip-address “192.168.0.10”
- C. new host name “My Host” ip-address “192.168.0.10”
- D. mgmt_cli –m <mgmt ip> add host name “My Host” ip-address “192.168.0.10”
Correct answer: D
Explanation
The correct answer is D because it uses the proper management CLI command to add a new host with the specified name and IP address. Options A, B, and C are incorrect as they do not use the correct command syntax or method required to create a host object in this context.