Configures any port as a VRF port.
By default, the out-of-band (OOB) management port (the eth0 interface) is part of the predefined VRF named mgmt-vrf.
Interface subtype configuration mode
Use the no form of the command to disable the specified VRF.
This example enables enable the management VRF on an Ethernet interface and assigns the interface to a subnet.
switch(config)# int te 3/0/2 switch(conf-if-te-3/0/2)# vrf forwarding mgmt-vrf switch(conf-if-te-3/0/2)# ip addr 10.1.1.1/24
This example disables a management VRF that is configured on a VE interface.
switch(config)# int ve 100 switch(conf-Ve-100)# no vrf forwarding mgmt-vrf