Virtual Router Redundancy Protocol (VRRP) | 645
Figure 38-17.  show vrrp Command Example 
Figure 38-18.  show running-config interface Command Example 
VRRP Initialization Delay
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. You can configure the delay 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 link 
aggregation groups (LAGs). 
When you configure both CLIs, the later timer rules the VRRP enabling. For example, if you configure 
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. 
FTOS#show vrrp
------------------
TenGigabitEthernet 1/3, IPv4 VRID: 21, Version: 2, Net: 10.1.1.1
State: Master, Priority: 100, Master: 10.1.1.1 (local)
Hold Down: 0 sec, Preempt: TRUE, AdvInt: 1 sec
Adv rcvd: 0, Bad pkts rcvd: 0, Adv sent: 72, Gratuitous ARP sent: 1
Virtual MAC address:
 00:00:5e:00:01:15
Virtual IP address:
 10.1.1.2
Authentication: (none)
FTOS#
FTOS#show running-config interface tengigabitethernet 1/3
!
interface TenGigabitEthernet 1/3
 ip address 10.1.1.1/24
!
 vrrp-group 21
  virtual-address 10.1.1.2
 no shutdown
FTOS#