The management interface can be used to gain remote management access to the switch.
The management interface is accessible using the mgmt
VRF and is separate from the data plane interfaces, which are in the default
VRF.
Alternatively, a loopback interface can be configured to be used as management interface.
Configure the Management interface in CONFIGURATION mode:
interface mgmt 1/1/1
Configure an IP address and mask on the Management interface in INTERFACE mode:
ip address A.B.C.D/prefix-length
(Optional) Configure DHCP client operations in INTERFACE mode. By default, DHCP client is enabled on the Management interface:
dhcp
Enable the Management interface in INTERFACE mode:
no shutdown