Users Guide

Layer 3 Routing Commands 1865
combination of platform and SDM template. If a size larger than the total
routing table size is given, the size is silently truncated to the maximum
routing table size.
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.