Choose the correct syntax to add a new host named "emailserver1" with IP address 10.50.23.90 using GAIA Management CLI?
Choose the correct syntax to add a new host named "emailserver1" with IP address 10.50.23.90 using GAIA Management CLI?
The correct syntax for adding a new host named 'emailserver1' with the IP address 10.50.23.90 using GAIA Management CLI is 'mgmt_cli add host name "emailserver1" ip-address 10.50.23.90'. This format is required because the 'name' parameter specifies the host's name, and the 'ip-address' parameter specifies the host's IP address.
Correct