Users Guide

Table Of Contents
Configuration notes
All Dell EMC PowerSwitches except MX-Series, S4200-Series, S5200 Series, and Z9332F-ON:
Before you assign the management port to the management VRF instance, you must remove all configured settings on the
management port, including the IP address. Perform this action from the console. Removing the IP address disconnects all
existing SSH and Telnet sessions on the switch.
The following example shows removing IP address, configuring management VRF, and then adding IP address:
OS10(conf-if-ma-1/1/1)# do show version
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2020 by Dell Inc. All Rights Reserved.
OS Version: 10.5.2.0
Build Version: 10.5.2.0.99999
Build Time: 2020-08-21T05:54:18+0000
System Type: S5248F-VM
Architecture: x86_64
Up Time: 4 days 03:46:41
OS10(conf-if-ma-1/1/1)#
OS10(config)# ip vrf management
OS10(conf-vrf)# interface management
% Error: Configurations are existing in interface mgmt1/1/1
OS10(conf-vrf)# exit
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# show configuration
!
interface mgmt1/1/1
no shutdown
no ip address dhcp
ip address 100.104.34.30/24
ipv6 address autoconfig
OS10(conf-if-ma-1/1/1)# no ip address
OS10(conf-if-ma-1/1/1)# no ipv6 address autoconfig
OS10(conf-if-ma-1/1/1)# exit
OS10(config)# ip vrf management
OS10(conf-vrf)# interface management
OS10(conf-vrf)# exit
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# ip address 100.104.34.30/24
OS10(conf-if-ma-1/1/1)# show configuration
!
interface mgmt1/1/1
no shutdown
no ip address dhcp
ip address 100.104.34.30/24
OS10(conf-if-ma-1/1/1)# do show ip vrf management
VRF-Name Interfaces
management Mgmt1/1/1
OS10(conf-if-ma-1/1/1)#
Configure a static route for a management VRF instance
Configure a static route that directs traffic to the management interface:
management route ip-address mask managementethernet
Or
management route ipv6-address prefix-length managementethernet
You can also configure the management route to direct traffic to a physical interface. For example:
management route 10.1.1.0/24 managementethernet
Or
management route 2::/64 managementethernet
568
Layer 3