Reference Guide

Table Of Contents
1183 | vrrp Dell PowerConnect ArubaOS 6.0 Command Line Interface | Reference Guide
the state of a particular VLAN or Layer-2 interface. The priority of the VRRP instance can increase or decrease
based on the operational state of the specified interface. For example, interface transitions (up/down events) can
trigger a recomputation of the VRRP priority, which can change the VRRP master depending on the resulting
priority. You can track a combined maximum of 16 interfaces.
Example
The following command configures a priority of 105 for VRRP ID (VRID) 30:
(host) (config) #vrrp 30
priority 105
The following commands configure VLAN interface tracking and assumes the following:
z You have two controllers, a primary and a backup.
z The configuration highlights the parameters for interface tracking. You may have other parameters configured
for VRRP.
If VLAN 20 goes down, VRRP 20 automatically fails over, VRRP 10 and VRRP 30 would drop their priority to 95,
causing a failover to the backup controller. Once VLAN 20 comes back up, the primary controller restores the
VRRP priority to 105 for all VRRP IDs and resumes the master VRRP role.
Note: You must enable preempt mode to allow a controller to take over the role of master if it detects a lower priority controller
currently acting as master
Primary Configuration Backup Configuration
vrrp 10
vlan 10
ip address 10.200.22.254
priority 105
preempt
tracking vlan 20 sub 10
vrrp 20
vlan 20
ip address 10.200.22.254
preempt
priority 105
tracking vlan 10 sub 10
vrrp 30
vlan 30
ip address 10.200.22.254
preempt
priority 105
tracking vlan 20 sub 10
vrrp 10
vlan 10
ip address 10.200.22.254
priority 100
preempt
tracking vlan 20 sub 10
vrrp 20
vlan 20
ip address 10.200.22.254
preempt
priority 100
tracking vlan 10 sub 10
vrrp 30
vlan 30
ip address 10.200.22.254
preempt
priority 100
tracking vlan 20 sub 10