Configuration Guide Vol. 3


8.14.2 Checking the maximum number of routes

Use the show ip vrf command to display the current number of routes registered in the VRF forwarding table and the maximum number of routes that can be specified.

Figure 8-26: Result of executing show ip vrf command
> show ip vrf 2
Date 20XX/12/20 12:00:00 UTC
VRF              Routes        ARP
2                270/1000      7/50               ..1
>
  1. The numerator represents the current number of routes, and the denominator represents the maximum number of routes.

Figure 8-27: Result of executing show ip vrf detail command
> show ip vrf 2 detail
Date 20XX/12/20 12:00:00 UTC
VRF 2
  Maximum routes: 1000, Warn threshold: 80%, Current routes: 270     ..1
  Maximum ARP entries: 50, Current ARP entries: 7
  Import inter-vrf: -
Interface
Name           Local              Remote          Status
VLAN0010       192.168.10.1/24    192.168.10.255  Up
loopback2      2.2.2.2/32         2.2.2.2         Up
loopback2      127.0.0.1/8        127.0.0.1       Up
>
  1. Information is displayed in the following order: the maximum number of routes, the threshold for the output of a warning message, and the current number of routes.