5000 Series Layer 2/3 Managed Data Center Switch CLI Reference Guide
702
Max Int
Maximum advertise interval, which is the maximum time, in seconds,
allowed between sending router advertisements from the interface.
Min Int
Minimum advertise interval, which is the minimum time, in seconds,
allowed between sending router advertisements from the interface.
Hold Time
Amount of time, in seconds, that a system should keep the router
advertisement before discarding it.
Preference
Preference of the address as a default router address, relative to other
router addresses on the same subnet.
Virtual Router Commands
7-85
ip vrf
Create a virtual router with a specified name and enters VRF configuration mode.
No
command deletes the virtual router with the specified name.
ip vrf vrf-name
no ip vrf vrf-name
Parameters
vrf-name
Name of the virtual router. The name is a string of up to 64 characters
from an ASCII set.
Default
The default is as follows: no VRs are defined.
Command Mode
Global Config
Example
The following example creates two virtual router instances. The routing in the virtual router instance is
enabled only when
ip routing
command is issued at the virtual router level.
(Router)(C0nfig)#ip vrf Red
(Router)(Config-vrf-Red)#ip routing
(Router)(Config-vrf-Red)#exit
(Router)(Config)#ip vrf Blue
(Router)(Config-vrf-Blue)#ip routing
(Router)(Config-vrf-Blue)#exit