Check Point Certified Security Expert (CCSE) R81 — Question 113
Choose the correct syntax to add a new host named "emailserver1" with IP address 10.50.23.90 using GAIA Management CLI?
Answer options
- A. mgmt_cli add host "emailserver1" address 10.50.23.90
- B. mgmt_cli add host name "myHost12 ip" address 10.50.23.90
- C. mgmt_cli add host name ip-address 10.50.23.90
- D. mgmt_cli add host name "emailserver1" ip-address 10.50.23.90
Correct answer: D
Explanation
The correct answer is D because it uses the proper syntax with the 'name' parameter followed by the host's name and the 'ip-address' parameter for the IP address. Option A is incorrect because it uses 'address' instead of 'ip-address'. Options B and C are also incorrect due to improper syntax and parameter usage.