Specifications
Send document comments to nexus3k-docfeedback@cisco.com.
15-14
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
Disabling Preemption
You can disable preemption for a VRRP group member. If you disable preemption, a higher-priority back
up router will not take over for a lower-priority master router. Preemption is enabled by default.
BEFORE YOU BEGIN
Ensure that you have enabled the VRRP feature (see the “Configuring VRRP” section on page 15-7).
Ensure that you have configured an IP address on the interface (see the “Configuring IPv4 Addressing”
section on page 2-7.
SUMMARY STEPS
1. configure terminal
2. interface interface-type slot/port
3. no switchport
4. vrrp number
5. shutdown
6. no preempt
7. no shutdown
8. (Optional) show vrrp
9. (Optional) copy running-config startup-config
Step 7
no shutdown
Example:
switch(config-if-vrrp)# no shutdown
switch(config-if-vrrp)#
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.
Command Purpose