Virtual Router Redundancy Protocol (VRRP) | 1111
Figure 55-19. Command Example: show running-config interface
VRRP initialization delay
VRRP initialization delay is supported on the only.
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
Set the delay time for VRRP initialization on all
the interfaces in the system configured for
VRRP. This is the gap between system boot up
completion and VRRP enabling.
vrrp delay reload seconds
Seconds range: 0-900
Default: 0
INTERFACE
FTOS#show running-config interface gigabitethernet 7/30
interface GigabitEthernet 7/30
no ip address
ipv6 address 2007::30/64
vrrp-ipv6-group 1
track 2 priority-cost 20
track 3 priority-cost 30
virtual-address 2007::1
virtual-address fe80::1
no shutdown