Reference Guide

ipv6 address 1::1/64
You can also auto congure an IPv6 address using the ipv6 address autoconfig command.
Assigning an interface back to the default VRF instance
To assign an interface back to the default VRF, perform the following steps:
1 Enter the interface that you want to assign back to the default VRF instance.
CONFIGURATION
interface ethernet 1/1/1
2 Remove the interfacet from L2 switching.
INTERFACE
no switchport
3 Assign the interface back to the default VRF instance.
INTERFACE CONFIGURATION
no ip vrf forwarding
Assigning the management interface back to the default VRF instance
To assign the management interface back to the default VRF, perform the following steps:
1 Enter the management VRF instance.
CONFIGURATION
ip vrf management
2 Assign the management interface back to the default VRF instance.
CONFIGURATION VRF
no interface management
Deleting a non-default VRF instance
Before deleting a non-default VRF instance, ensure all the dependencies and associations corresponding to that VRF instance are rst
removed or disabled. Following table shows the dependencies that you have to remove before deleting a non-default VRF instance:
Table 4.
Congurations to be removed
CONFIGURATION MODE COMMAND
IP address — In interface conguration
mode, undo the IP address
conguration.
INTERFACE CONFIGURATION
OS10(conf-if-eth1/1/10:1)#no ip address
ipv4-address or no ipv6 address ipv6–
address
Port — In interface conguration mode,
remove the interface association
corresponding to the VRF instance that
you want to delete.
INTERFACE CONFIGURATION
OS10(conf-if-eth1/1/10:1)#no ip vrf
forwarding
After removing all dependences, you can delete the non-default VRF instances that you create.
Delete a non-default VRF instance using the following command:
Layer 3
271