timers advertise
Syntax
timers advertise <ADVERTISE-IN-MILLISECONDS>
no timers advertise
Description
Sets the advertisement interval in ms (100-40950). The default value is 1000. Advertisement interval can be configured in multiples of 1,000 ms.
Theno
form of this command sets the advertisement interval in ms to the default value of 1000.
NOTE:
This release does not support sub-second timer for VRRPv3.
Command context
config
Authority
Administrators or local user group members with execution rights for this command.
Examples
Setting the advertisement interval in ms to 2000:
switch(config)# interface 1/1/1 switch(config-if)# vrrp 1 address-family ipv4 switch(config-if-vrrp)# timers advertise 2000
Setting the advertisement interval in ms to the default value of 1000:
switch(config)# interface 1/1/1 switch(config-if)# vrrp 1 address-family ipv4 switch(config-if-vrrp)# no timers advertise