Check Point Certified Security Administrator (CCSA) R80 — Question 198
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: A
Explanation
The correct syntax to import a host object using mgmt_cli requires the 'add-host' command, which is correctly represented in option A. Options B, C, and D use incorrect command structures or parameters, making them invalid for importing a host object.