9. Assign an IP address (192.0.2.8/24 in this example) to an Ethernet management port.
localhost(config)#
interface management 1
localhost(config-if-Ma1/1)#
ip address 192.0.2.8/24
10. Save the configuration by typing
write memory
or
copy running-config startup-config
.
localhost#
copy running-config startup-config
When the management port IP address is configured, use this command to access the switch from
a host, using the address configured in Step 9:
ssh admin@192.0.2.8
Refer to the Arista Networks User Manual for complete switch configuration information.
26