Release Notes

551 | master-redundancy master-vrrp Dell Networking W-Series ArubaOS 6.4.x| Reference Guide
master-redundancy master-vrrp
master-redundancy master-vrrp <id>
Description
This command associates a VRRP instance with master controller redundancy.
Syntax
Parameter Description Range
<id>
The virtual router ID for the VRRP instance
configured with the vrrp command.
1-255
Usage Guidelines
To maintain a highly redundant network, you can use a controller as a standby for the master controller. The
underlying protocol used is VRRP which you configure using the vrrp command.
Example
The following command configures VRRP for the initially preferred master controller:
(host) (config) #vrrp 22
vlan 22
ip address 10.200.22.254
priority 110
preempt
description Preferred-Master
tracking master-up-time 30 add 20
no shutdown
master-redundancy
master-vrrp 22
peer-ip-address 192.168.2.1 ipsec qwerTY012
The following shows the corresponding VRRP configuration for the peer controller.
(host) (config) #vrrp 22
vlan 22
ip address 10.200.22.254
priority 100
preempt
description Backup-Master
tracking master-up-time 30 add 20
no shutdown
master-redundancy
master-vrrp 22
peer-ip-address 192.168.22.1 ipsec qwerTY012
Command History
This command was introduced in ArubaOS 3.0.