Users Guide

Table Of Contents
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
Configure non-default VRF instances
In addition to a management VRF instance and default VRF, OS10 also supports non-default VRF instances. You can create a
maximum of 512 non-default VRF instances with static routing and 128 VRF instances with dynamic routing.
While you can assign management interfaces only to the management VRF instance, you can assign any physical or logical
interface VLAN, port channel, or loopback, to a non-default VRF instance.
724
Layer 3