Displaying and clearing VRRP-Ev3 statistics

Several show commands can display statistical information about IPv6 VRRP-Ev3 configurations. To reset the IPv6 VRRP-Ev3 statistics, there is a CLI command.

Before displaying statistics, VRRP-Ev3 must be configured and enabled in your network to generate traffic.

Use one or more of the following commands to display VRRP-Ev3 information. The commands do not have to be entered in this order.
  1. Use the exit command to return to privileged EXEC mode, if required.
  2. Enter the show ipv6 vrrp-extended brief command to display VRRP-Ev3 summary information.
    device(config)# show ipv6 vrrp-extended brief
    
    Total number of VRRP routers defined: 1
    Flags Codes - P:Preempt 2:V2 3:V3 S:Short-Path-Fwd
    Intf    VRID CurrPrio Flags State  Master-IPv6 Backup-IPv6 Virtual-IPv6
    Address                                        Address     Address
    ----------------------------------------------------------------------
    1/1/3   2    100      P3-   Master Local       fd2b::2     fd2b::99
  3. Enter the show ipv6 vrrp-extended vrid 1 command to display detailed IPv6 VRRP-E configuration information about VRID 1.
    
    device# show ipv6 vrrp-extended vrid 1
    Interface 1/1/1
    ----------------
    auth-type md5-authentication
    VRID 1 (index 1)
    interface 1/1/1
    state master
    administrative-status enabled
    mode non-owner(backup)
    virtual mac dddd.eeee.ffff (configured)
    priority 100
    current priority 100
    track-priority 5
    hello-interval 1 sec
    backup hello-interval 60 sec
    advertise backup disabled
    dead-interval 0 ms
    preempt-mode true
    virtual ipv6 address 10:20:1::100
  4. Enter the clear ipv6 vrrp-extended statistics command to reset the statistical counters for an IPv6 VRRP-Ev3 session.
    device# clear ipv6 vrrp-extended statistics