Check Point Certified Security Expert (CCSE) R81.20 — Question 22
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 name “emailserver1” ip-address 10.50.23.90
- B. mgmt._cli add host “emailserver1” address 10.50.23.90
- C. mgmt._cli add host name “myHost12 ip” address 10.50.23.90
- D. mgmt._cli add host name ip-address 10.50.23.90
Correct answer: A
Explanation
Option A is correct because it uses the proper syntax for adding a host in GAiA Management CLI, specifying both the name and the IP address correctly. Option B incorrectly uses 'address' instead of 'ip-address', while option C has an invalid host name format and option D lacks the necessary host name specification.