configure vrrp vlan add
ExtremeWare Software 7.3.0 Command Reference Guide 1131
configure vrrp vlan add
configure vrrp vlan <vlan name> add [master | backup] vrid <number> <ip
address>
Description
Configures the VRID instance on the VRRP VLAN as master or backup.
Syntax Description
Default
N/A.
Usage Guidelines
The IP address must be the same on all VRRP routers that make up the virtual router for this VLAN. If
the IP address is the same as the actual interface address of the device, this device is the IP address
owner, and is automatically elected as the master router as long as it remains functional.
Example
The following command sets up this device as the master router for VLAN vrrp-1, using IP address
192.168.1.3 as the virtual router IP address:
configure vrrp vlan vrrp-1 add master vrid 1 192.168.1.3
History
This command was first available in ExtremeWare 6.2.
Platform Availability
This command is available on all platforms.
vlan name Specifies the name of a VRRP VLAN.
master Specifies that this device is the master router for the virtual router.
backup Specifies that this device is a backup router for this VLAN.
number Specifies a Virtual Router ID (VRID). Value can be in the range of 1-255.
ip address Specifies the IP address of the virtual router in which this device participates.