Owner's Manual

VRRP Commands 471
Example
The following example configures the time between sending advertisements messages for VRRP as
a number from 45 to 100 seconds on g8.
vrrp priority
The
vrrp priority
interface configuration command configures Virtual Router Redundancy Protocol
(VRRP) priority on an interface. To restore the default priority value, use the
no
form of this
command.
Syntax
vrrp
virtual-router
priority
priority
no vrrp
virtual-router
priority
virtual-router
—Virtual router number. (Range: 1 - 255)
priority
—The priority used for the virtual router master election process. Higher values
imply higher priority. (Range: 1 - 255)
Default Configuration
The default VRRP priority values are as follows:
Non-owner
—100
Owner
—255
Command Mode
Interface configuration (Ethernet, VLAN, port-channel)
User Guidelines
This command cannot be used with a range of ports.
The owner priority cannot be modified, it is always 255.
Example
The following example configures VRRP number 45 priority to 150 on g8.
Console(config)# interface ethernet g8
Console(config-if)# vrrp 45 timer 100
Console(config)# interface ethernet g8
Console(config-if)# vrrp 45 priority 150