This chapter describes the Cisco NX-OS Virtual Router Redundancy Protocol (VRRP) show commands.
To show information about the Virtual Router Redundancy Protocol (VRRP), use the show vrrp command.
show vrrp [detail | statistics | summary] [interface if-number] [vr id] [backup | init | master]
Display information for all VRRP groups.
Any command mode
|
|
5.0(3)N1(1) |
This command was introduced. |
This example shows how to display information about VRRP:
switch(config)# show vrrp
Interface VR IpVersion Pri Time Pre State VR IP addr
---------------------------------------------------------------
Ethernet1/5 1 IPV4 200 200 s Y Init 192.0.1.10
switch(config)#
This example shows how to display the detailed configuration information about VRRP:
switch(config)# show vrrp detail
Ethernet1/5 - Group 1 (IPV4)
State is Init(Administratively down)
Virtual IP address is 192.0.1.10
Priority 200, Configured 200
Forwarding threshold(for VPC), lower: 1 upper: 200
Advertisement interval 200
Preemption enabled
Virtual MAC address is 0000.5e00.0101
Master router is Unknown
switch(config)#
This example shows how to displayinformation about a specific virtual router:
switch# show vrrp vr 1
Interface VR IpVersion Pri Time Pre State VR IP addr
---------------------------------------------------------------
Ethernet1/5 1 IPV4 200 200 s Y Init 192.0.1.10
switch#
Table 1 describes the significant fields shown in the display.
|
|
---|---|
clear vrrp |
Clears VRRP statistics. |
feature vrrp |
Enables the VRRP feature. |
vrrp |
Creates a virtual router group. |