Administrator Guide

Layer 3 Routing Commands 1831
Default Configuration
A VRF is limited by the number of unreserved routes available.
Command Mode
Virtual Router Configuration mode
User Guidelines
Use the no maximum routes command to reset the limit to the default
(unlimited).
Use the no maximum routes warn command to reset the threshold limit to
the default.
A VRF instance cannot exceed the configured number of routes, nor may
other VRFs utilize the resources allocated to a VRF if a limit is specified for
the VRF. The maximum number of routes depends on the platform and the
selected SDM template. Refer to the Platforms Constants table in the Users
Configuration Guide for the maximum routes available for the selected
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.