Showing VRRP interface information

About this task

If you enter a virtual router ID or an IP address when showing VRRP interface information, the system displays the information only for that virtual router ID or for that interface.

Procedure

  1. Enter Privileged EXEC mode:

    enable

  2. Display VRRPv3 information about the specified interface:

    show ip vrrp interface version <2–3>

  3. Display additional VRRPv3 information about the specified interface:

    show ip vrrp interface verbose version <2–3>

  4. Display VRRPv3 information for the specified VRF:

    show ip vrrp interface vrf WORD<1–16> version <2–3>

  5. Display VRRPv3 information for the specified virtual router:

    show ip vrrp interface vrfids WORD<0-512> [version <2–3>]

Example

Switch:1#show ip vrrp interface
 
==========================================================================================
                                   Vlan Vrrp
 
==========================================================================================
VLAN VRF              VRRP IP              VIRTUAL           VERSION
ID   NAME             ID   ADDRESS         MAC ADDRESS              
------------------------------------------------------------------------------------------
3    GlobalRouter     3    30.30.30.99     00:00:5e:00:01:03 2      
 
All 1 out of 1 Total Num of Vlan Vrrp displayed
 
 
 
==========================================================================================
                                   Port Vrrp
 
==========================================================================================
PORT  VRF              VRRP IP              VIRTUAL           VERSION
NUM   NAME             ID   ADDRESS         MAC ADDRESS              
------------------------------------------------------------------------------------------
1/1   GlobalRouter     2    20.20.20.99     00:00:5e:00:01:02 3
Switch:1#
Switch:1#show ip vrrp interface verbose
 
==========================================================================================
                               Vlan Vrrp Extended

==========================================================================================
VLAN VRRP VRF                               MASTER          ADVERTISE CRITICAL        VERSION 
ID   ID   NAME    STATE   CONTROL PRIORITY  IPADDR          INTERVAL  IPADDR                  
------------------------------------------------------------------------------------------
10   1    Global~ init    disable 100       0.0.0.0         1         0.0.0.0         3       
20   2    Global~ init    disable 100       0.0.0.0         1         0.0.0.0         3       

All 2 out of 2 Total Num of Vlan Vrrp Extended Entries displayed

VLAN VRRP VRF          HOLDDWN ACTION  CRITICAL BACKUP  BACKUP  FAST ADV    FAST ADV VERSION 
ID   ID   NAME                 TIME    IP       MASTER  MASTER  INTERVAL    ENABLE           
                                       ENABLE           STATE                                
------------------------------------------------------------------------------------------
10   1    GlobalRouter 0       none    disable  disable down    200         disable  3       
20   2    GlobalRouter 0       none    disable  disable down    200         disable  3       

All 2 out of 2 Vlan Vrrp Extended Entries displayed

VLAN VRRP VRF          MASTER ADV   PREEMPT  PSEUDO-HEADER VERSION 

ID   ID   NAME         INTERVAL(ms) MODE     CHECKSUM             
                                                                     
------------------------------------------------------------------------------------------
10   1    GlobalRouter 1000         enabled  enabled       3       
20   2    GlobalRouter 1000         enabled  enabled       3       

All 2 out of 2 Vlan Vrrp Extended Entries displayed

==========================================================================================
                               Port Vrrp Extended

==========================================================================================
PORT  VRRP VRF                              MASTER          ADVERTISE CRITICAL        VERSION 
NUM   ID   NAME    STATE  CONTROL PRIORITY  IPADDR          INTERVAL  IPADDR                  
------------------------------------------------------------------------------------------
1/2   3    Global~ init    disable 100       0.0.0.0         1         0.0.0.0         3       

PORT  VRRP VRF          HOLDDWN ACTION  CRITICAL BACKUP  BACKUP  FAST ADV    FAST ADV VERSION 
NUM   ID   NAME                 TIME    IP       MASTER  MASTER  INTERVAL    ENABLE           
                                        ENABLE           STATE                                
------------------------------------------------------------------------------------------
1/2   3    GlobalRouter 0       none    disable  disable down    200         disable      3       

PORT  VRRP VRF          MASTER ADV   PREEMPT  PSEUDO-HEADER VERSION 
NUM   ID   NAME         INTERVAL(ms) MODE     CHECKSUM             
                                                                      
------------------------------------------------------------------------------------------
1/2   3    GlobalRouter 1000         enabled  enabled       3       
     

Variable definitions

Use the data in the following table to use the show ip vrrp interface command.

Variable

Value

gigabitethernet {slot/port[-slot/port][,...]}

Specifies to show the VRRP information of which interface.

verbose

Specifies to show all available information about the VRRP interfaces.

vlan

Specifies the VLAN that contains the VRRP.

vrf WORD<1-16>

Specifies the name of the VRF.

vrid <1-255>

Specifies a unique integer value that represents the virtual router ID in the range 1–255. The virtual router acts as the default router for one or more assigned addresses.

vrfids WORD<0-512>

Specifies the ID of the VRF and is an integer in the range of 0–512.

version<2–3>

Specifies the VRRP version (2 or 3) configured.