Examples
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
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
Virtual MAC address is 0000.5e00.0101
This example shows how to displayinformation about a specific virtual router:
Interface VR IpVersion Pri Time Pre State VR IP addr
---------------------------------------------------------------
Ethernet1/5 1 IPV4 200 200 s Y Init 192.0.1.10
Table 1 describes the significant fields shown in the display.
Table 1 show vrrp Field Descriptions
|
|
Interface |
Interface on which VRRP is configured. |
VR |
ID of the virtual router. |
IPVersion |
IP address on the interface. |
Pri |
Priority range of the virtual router. |
Time |
Checksum of the complete contents of the link state advertisement. |
Pre |
Preemption state of the virtual router. |
State |
VRRP group state. The state can be one of the following:
|
VR IP addr |
Virtual IPv4 address for a VRRP group. |