Virtual Router Redundancy Protocol (VRRP) | 961
Figure 49-15. Command Example: track
Figure 49-16. Command Example Display: track in VRID mode
VRRP initialization delay
VRRP initialization delay is supported on the and z platforms.
When configured, VRRP is enabled immediately upon system reload or boot. VRRP initialization can be
delayed to allow IGP and EGP protocols to be enabled prior to selecting the VRRP Master. This delay
ensures that VRRP initializes with no errors or conflicts. The delay can be configured for up to 15 minutes,
after which VRRP enables normally.
The delay timer is set on individual interfaces and is supported on all physical interfaces, VLANS and
LAGs.
When both CLIs are configured, the later timer rules the VRRP enabling. For example, if
vrrp delay reload
600 and vrrp delay minimum 300, the following behavior occurs:
• When the system reloads, VRRP waits 600 seconds (10 minutes) to bring up VRRP on all interfaces
that are up and configured for vrrp.
• When an interface comes up and becomes operational, the system waits 300 seconds (5 minutes) to
bring up VRRP on that interface.
Task Command Syntax Command Mode
Set the delay time for VRRP initialization on an
individual interface. This is the gap between an
interface coming up and being operational, and
VRRP enabling.
vrrp delay minimum seconds
Seconds range: 0-900
Default: 0
INTERFACE
FTOS(conf-if-gi-1/1)#vrrp-group 111
FTOS(conf-if-gi-1/1-vrid-111)#track gigabitethernet 1/2
FTOS(conf-if-gi-1/1-vrid-111)#
FTOS(conf-if-gi-1/1-vrid-111)#show conf
!
vrrp-group 111
advertise-interval 10
authentication-type simple 7 387a7f2df5969da4
no preempt
priority 255
track GigabitEthernet 1/2
virtual-address 10.10.10.1
virtual-address 10.10.10.2
virtual-address 10.10.10.3
virtual-address 10.10.10.10
FTOS(conf-if-gi-1/1-vrid-111)#