CLI Guide

Table Of Contents
Layer 3 Routing Commands 1876
Example
The following example shows the assignment of descriptive text to a VRF.
console(config)#ip vrf Red
console(config-vrf-Red)#description “Backbone to Gateway”
console(config-vrf-Red)#exit
ip vrf
This command creates a virtual router with a specified name and enters
Virtual Router Configuration mode. If the virtual router instance already
exists, it simply enter virtual router configuration mode. This command
optionally reserves the number of routes allowed as well as sets the maximum
limit on the number of routes for a virtual router instance, in the total routing
table space for the router, provided there is enough free space in the router’s
total routing table.
Syntax
ip vrf vrf-name
no ip vrf vrf-name
vrf-name—The name of a VRF. The name must consist of printable ASCII
characters other than a question mark and may not have leading or trailing
spaces. Spaces may be included if the name is enclosed in quotes. The
maximum length of a VRF name is 32 characters.
Default Configuration
A single global VRF is created when routing is enabled.
Command Mode
Global Configuration mode
User Guidelines
This command is only available on the N3000-ON/N3100 switches.
Up to 12 VRFs may be configured on the N3000-ON and N3100. If sufficient
resources requested by the VRF instance, such as routes, are not available to
create the router instance, a warning is shown and the VRF is not created.