Virtual Router Redundancy Protocol (VRRP) | 1103
Configure a Virtual IP address with these commands in the following sequence in the INTERFACE mode.
Figure 55-4. Command Example: virtual-address
Figure 55-5. Command Example Display: show config for the Interface
Note that the Primary IP address and the Virtual IP addresses are on the same subnet in the following
example.
Figure 55-6 shows the same VRRP group (VRID 111) configured on multiple interfaces on different
subnets.
Step Task Command Syntax Command Mode
1 Configure a VRRP group.
vrrp-group vrrp-id
VRID Range: 1-255
INTERFACE
2 Configure virtual IP addresses
for this VRID.
virtual-address ip-address1 [...ip-address12]
Range: up to 12 addresses
INTERFACE -VRID
FTOS(conf-if-gi-1/1-vrid-111)#virtual-address 10.10.10.1
FTOS(conf-if-gi-1/1-vrid-111)#virtual-address 10.10.10.2
FTOS(conf-if-gi-1/1-vrid-111)#virtual-address 10.10.10.3
FTOS(conf-if-gi-1/1-vrid-111)#
FTOS(conf-if-gi-1/1)#show conf
!
interface GigabitEthernet 1/1
ip address 10.10.10.1/24
!
vrrp-group 111
priority 255
virtual-address 10.10.10.1
virtual-address 10.10.10.2
virtual-address 10.10.10.3
!
vrrp-group 222
no shutdown
FTOS(conf-if-gi-1/1)#