Users Guide

Table Of Contents
Layer 3 Routing Commands 1913
Example
The following example reserves 100 routes for VRF Red.
console(config)#ip vrf Red
console(config-vrf-Red)#ip routing
console(config-vrf-Red)#maximum routes 100
console(config-vrf-Red)#exit
show ip vrf
This command shows the interfaces associated with a VRF instance.
Syntax
show ip vrf [interfaces]
show ip vrf [
vrf-name]
[detail]
interfaces—Displays the interfaces associated with the VRF.
vrf-name
—The name of the VRF for which information is displayed. If no
VRF is specified, all VRFs are shown. The VRF name must match the
configured VRF name exactly, including capitalization.
detail—Displays detailed information regarding the VRF.
Default Configuration
This command has no default configuration.
Command Mode
Exec mode, Privileged Exec mode, and all show modes
User Guidelines
The VRF identified in the parameter must have been previously created or an
error is returned.
If no VRF name is given, the global routing instances and all other VRF
instances are shown.
This command is only available on the N3000-ON/N3100-ON/N3200-ON
switches.