Exam 156-3158120 All QuestionsBrowse all questions from this exam
Question 1

Choose the correct syntax to add a new host named “emailserver1” with IP address 10.50.23.90 using GAiA Management CLI?

    Correct Answer: A

    The correct syntax to add a new host named 'emailserver1' with IP address 10.50.23.90 using GAiA Management CLI is 'mgmt_cli add host name “emailserver1” ip-address 10.50.23.90'. This command follows the appropriate structure: 'mgmt_cli' (the management CLI command) followed by 'add host' (to indicate that a new host is being added), and then the parameters 'name' and 'ip-address' with their corresponding values.

Discussion
JallicOption: A

I would pick A, however the commant is 'mgmt_cli' not 'mgmt._cli'

jerj5Option: A

Correct answer, there is a similar example in the Student Manual on page 47. Remember that this command is executed in Expert mode

KuKuKu83Option: A

A - mgmt_cli add host name "emailserver1" ip-address 10.50.23.90 - Correct