Send document comments to nexus7k-docfeedback@cisco.com.
20-7
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 20 Configuring VRRP
Configuring VRRP
• You must configure an IP address for the interface that you configure VRRP on and enable that
interface before VRRP becomes active.
• Cisco NX-OS removes all layer 3 configuration on an interface when you change the interface VRF
membership, port channel membership, or when you change the port mode to layer 2.
• When you configure VRRP to track a Layer 2 interface, you must shut down the Layer 2 interface
and reenable the interface to update the VRRP priority to reflect the state of the Layer 2 interface.
Configuring VRRP
This section includes the following topics:
• Enabling the VRRP Feature, page 20-7
• Configuring VRRP Groups, page 20-8
• Configuring VRRP Priority, page 20-9
• Configuring VRRP Authentication, page 20-11
• Configuring Time Intervals for Advertisement Packets, page 20-13
• Disabling Preemption, page 20-15
• Configuring VRRP Interface State Tracking, page 20-17
Note If you are familiar with the Cisco IOS CLI, be aware that the Cisco NX-OS commands for this feature
might differ from the Cisco IOS commands that you would use.
Enabling the VRRP Feature
You must globally enable the VRRP feature before you can configure and enable any VRRP groups.
To enable the VRRP feature, use the following command in global configuration mode:
To disable the VRRP feature in a VDC and remove all associated configuration, use the following
command in global configuration mode:
Command Purpose
feature vrrp
Example:
switch(config)# feature vrrp
Enables VRRP.
Command Purpose
no feature vrrp
Example:
switch(config)# no feature vrrp
Disables the VRRP feature in a VDC.