Check Point Certified Security Expert (CCSE) R80 — Question 206
Using mgmt_cli, what is the correct syntax to import a host object called Server_1 from the CLI?
Answer options
- A. mgmt_cli add-host ג€Server_1ג€ ip_address ג€10.15.123.10ג€ --format txt
- B. mgmt_cli add host name ג€Server_1ג€ ip-address ג€10.15.123.10ג€ --format json
- C. mgmt_cli add object-host ג€Server_1ג€ ip-address ג€10.15.123.10ג€ --format json
- D. mgmt._cli add object ג€Server-1ג€ ip-address ג€10.15.123.10ג€ --format json
Correct answer: B
Explanation
The correct answer is B because it uses the proper command format for adding a host with the specified name and IP address in JSON format. Option A is incorrect due to using 'add-host' and a different format, while C misuses 'add object-host', and D has an invalid command 'mgmt._cli' and incorrect object naming.