Displaying VRF information

To display IP Information for a specified VRF, enter the following command at any level of the CLI.

        device# show vrf
Total number of VRFs configured: 1
Status Codes - A:active, D:pending deletion, I:inactive
Name                 Default RD 	 	 		 IFL ID  vrf|v4|v6 	 	 	 	 Routes Interfaces
a 						1:1 				131071   A | A| A 	 	 	 	 	 	 	 14

Total number of IPv4 unicast route for all non-default VRF is 12
Total number of IPv6 unicast route for all non-default VRF is 2

device# show vrf a
VRF a, default RD 1:1, Table ID 1 IFL ID 131071
Label: (Not Allocated),  Label-Switched Mode: OFF
IP Router-Id: 0.0.0.0
  No interfaces
  No Export VPN route-target communities
  No Import VPN route-target communities
  No import route-map
  No export route-map

  Address Family IPv4
    Max Routes: 5120
    Number of Unicast Routes: 12
    No Export VPN route-target communities
    No Import VPN route-target communities
Address Family IPv6
    Max Routes: 128
    Number of Unicast Routes: 2
    No Export VPN route-target communities
    No Import VPN route-target communities

Syntax: show vrf vrf-name

The vrf-name parameter specifies the VRF that the user wants to display IP information for.

Table 1. Output from the show VRF command

This field...

Displays...

VRF Name

The name of the VRF.

Default RD

The default route distinguisher for the VRF.

Table ID

The table ID for the VRF.

Routes

The total number of IPv4 and IPv6 Unicast routes configured on this VRF.

Label

Display the unique VRF label that has been assigned to the specified VRF.

Label Switched Mode

Displays when Label Switched Mode is ON or OFF.

Max routes

The maximum number of routes that can be configured on this VRF.

Number of Unicast Routes

The number of Unicast routes configured on this VRF.

Interfaces

The interfaces from this Extreme device that are configured within this VRF.

Export VPN route-target communities:

The export route-targets that are configured for this VRF.

Import VPN route-target communities

The import route-targets that are configured for this VRF.

Import route-map

The name of the import route-map when any that is configured for this VRF.

Export route-map

The name of the export route-map when a route-map has been configured for this VRF.