Configuring Vrrp Priority - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 20
Configuring VRRP
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
6.
7.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
interface interface - type slot/port
Example:
switch(config)#
switch(config-if)# interface ethernet 2/1
Step 3
vrrp number
Example:
switch(config-if)# vrrp 250
switch(config-if-vrrp)#
Step 4
address ip-address [secondary]
Example:
switch(config-if-vrrp)# address 192.0.2.8
Step 5
no shutdown
Example:
switch(config-if-vrrp)# no shutdown
switch(config-if-vrrp)#
Step 6
show vrrp
Example:
switch(config-if-vrrp)# show vrrp
Step 7
copy running-config startup-config
Example:
switch(config-if-vrrp)# copy running-config
startup-config

Configuring VRRP Priority

The valid priority range for a virtual router is from 1 to 254 (1 is the lowest priority and 254 is the
highest). The default priority value for backups is 100. For devices whose interface IP address is the
same as the primary virtual IP address (the master), the default value is 255.
OL-20002-02
show vrrp
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring VRRP
Purpose
Enters configuration mode.
Enters interface configuration mode.
Creates a virtual router group. The range
is from 1 to 255.
Configures the virtual IPv4 address for
the specified VRRP group. This address
should be in the same subnet as the IPv4
address of the interface.
Use the secondary option only if
applications require that VRRP routers
accept the packets sent to the virtual
router's IP address and deliver to
applications.
Enables the VRRP group. Disabled by
default.
(Optional) Displays VRRP information.
(Optional) Saves this configuration
change.
20-9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents