Reference Guide

Table Of Contents
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 in case of the management VRF
instance. For example: management route 10.1.1.5/24 ethernet 1/1/4 or management route 2::/64
ethernet 1/1/1.
Configure a static entry in the IPv6 neighbor discovery.
CONFIGURATION
ipv6 neighbor vrf management 1::1 ethernet 1/1/1 xx:xx:xx:xx:xx:xx
Configure non-default VRF instances
In addition to a management VRF instance and default VRF, OS 10 also supports non-default VRF instances. You can create up
to a maximum of 16 non-default VRF instances.
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.
When you create a new non-default VRF instance, OS10 does not assign any interface to it. You can assign to the new VRF
instance any of existing physical or logical interfaces, provided they are not already assigned to another non-default VRF.
NOTE: When you create a new logical interface, OS10 assigns it automatically to the default VRF instance. In addition,
OS10 initially assigns all physical interfaces to the default VRF instance.
You can reassign any interface assigned to a non-default VRF instance back to the default VRF instance.
Create a non-default VRF instance by specifying a name and enter VRF configuration mode.
CONFIGURATION
ip vrf vrf-name
Assigning an interface to a non-default VRF instance
After creating a non-default VRF instance you can associate a n interface to the VRF instance that you created.
To assign an interface to a non-default VRF, perform the following steps:
1. Enter the interface that you want to assign to a non-default VRF instance.
CONFIGURATION
interface ethernet 1/1/1
2. Remove the interfacet from L2 switching.
INTERFACE
no switchport
3. Assign the interface to a non-default VRF.
INTERFACE CONFIGURATION
ip vrf forwarding vrf-test
Before assigning a n interface to a VRF instance, ensure that no IP address is configured on the interface.
NOTE:
In the default configuration, the interface is in L3 mode and it does not have an IP address. You can associate
an interface in L3 mode and with default configuration to a VRF. You can associate an interface only with one VRF
instance. Overwriting associations between interfaces and VRFs is not allowed, until all the interface configurations
including the previous VRF associations are deleted.
4. Assign an IPv4 address to the interface.
INTERFACE CONFIGURATION
ip address 10.1.1.1/24
5. Assign an IPv6 address to the interface.
INTERFACE CONFIGURATION
ipv6 address 1::1/64
256
Layer 3