Reference Guide

764 | Virtual Router Redundancy Protocol (VRRP)
www.dell.com | support.dell.com
Figure 44-15. Command Example: track
Figure 44-16. Command Example Display:
track in VRID mode
Sample Configurations
The following configurations are examples for enabling VRRP. These are not comprehensive directions.
They are intended to give you a some guidance with typical configurations.
You can copy and paste from these examples to your CLI. Be sure you make the necessary changes to
support your own IP Addresses, Interfaces, Names, etc.
Figure 44-17 is a sample configuration for enabling VRRP. Figure 44-18 illustrates the topology created
with that CLI configuration.
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)#