Exam 156-31581 All QuestionsBrowse all questions from this exam
Question 136

What API command below creates a new host object with the name "My Host" and IP address of "192.168.0.10"?

    Correct Answer: D

    The correct API command for creating a new host object named "My Host" with the IP address "192.168.0.10" is the one that uses the 'mgmt_cli' command with proper parameters. This command specifically mentions 'add host', which directly corresponds to creating a new host object. Therefore, the correct answer is 'mgmt_cli -m <mgmt ip> add host name "My Host" ip-address "192.168.0.10"'.

Discussion
gperesOption: D

correct

lalalianoOption: D

Correct