Specifications

Send document comments to nexus3k-docfeedback@cisco.com.
15-15
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 15 Configuring VRRP
Configuring VRRP
DETAILED STEPS
Configuring VRRP Interface State Tracking
Interface state tracking changes the priority of the virtual router based on the state of another interface
in the switch. When the tracked interface goes down or the IP address is removed, Cisco NX-OS assigns
the tracking priority value to the virtual router. When the tracked interface comes up and an IP address
is configured on this interface, Cisco NX-OS restores the configured priority to the virtual router (see
the“Configuring VRRP Priority” section on page 15-9).
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
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
no switchport
Example:
switch(config-if)# no switchport
Configures the interface as a Layer 3 routed interface.
Step 4
vrrp number
Example:
switch(config-if)# vrrp 250
switch(config-if-vrrp)#
Creates a virtual router group.
Step 5
no shutdown
Example:
switch(config-if-vrrp)# no
shutdown
Enables the VRRP group. Disabled by default.
Step 6
no preempt
Example:
switch(config-if-vrrp)# no preempt
Disables the preempt option and allows the master to remain
when a higher-priority backup appears.
Step 7
no shutdown
Example:
switch(config-if-vrrp)# no
shutdown
Enables the VRRP group. Disabled by default.
Step 8
show vrrp
Example:
switch(config-if-vrrp)# show vrrp
(Optional) Displays a summary of VRRP information.
Step 9
copy running-config startup-config
Example:
switch(config-if-vrrp)# copy
running-config startup-config
(Optional) Saves this configuration change.