Send document comments to nexus7k-docfeedback@cisco.com.
20-19
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 20 Configuring VRRP
Verifying the VRRP Configuration
DETAILED STEPS
Verifying the VRRP Configuration
To verify VRRP configuration information, use the following commands:
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters configuration mode.
Step 2
interface
interface-type slot/port
Example:
switch(config)# interface ethernet 2/1
switch(config-if)#
Enters interface configuration mode.
Step 3
vrrp
number
Example:
switch(config-if)# vrrp 250
switch(config-if-vrrp)#
Creates a virtual router group.
Step 4
shutdown
Example:
switch(config-if-vrrp)# shutdown
switch(config-if-vrrp)#
Disables the VRRP group. Disabled by default.
Step 5
track interface type
number
priority
value
Example:
switch(config-if-vrrp)# track interface
ethernet 2/10 priority 254
Enables interface priority tracking for a VRRP group.
The priority range is from 1 to 254.
Step 6
no shutdown
Example:
switch(config-if-vrrp)# no shutdown
switch(config-if-vrrp)#
Enables the VRRP group. Disabled by default.
Step 7
show vrrp
Example:
switch(config-if-vrrp)# show vrrp
(Optional) Displays a summary of VRRP information.
Step 8
copy running-config startup-config
Example:
switch(config-if-vrrp)# copy
running-config startup-config
(Optional) Saves this configuration change.
Command Purpose
show vrrp Displays the VRRP status for all groups.
show vrrp vr group-number Displays the VRRP status for a VRRP group.