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.
(switch#) Configure the management interface in configuration mode:
interface mgmt 1/1/1
(switch#) Configure an IP address and mask on the management interface in interface mode:
ip address A.B.C.D/prefix-length
(switch#) (Optional) Configure DHCP client operations in interface mode.
By default, the DHCP client is enabled on the management interface:
dhcp
(switch#) Enable the management interface in interface mode:
no shutdown