VRRP Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1298
configure vrrp vlan vrid add ipaddress
configure vrrp vlan <vlan_name> vrid <vridval> add <ipaddress>
Description
Associates a virtual IP address with a specific VRRP virtual router.
Syntax Description
Usage Guidelines
The restrictions on this command are as follows:
●
If the priority of the VRRP virtual router is 255, the IP address to be added must be owned by the
VLAN on which the VRRP virtual router exists. If the priority is not 255, the IP address must not be
owned by that VLAN.
●
When a VRRP virtual router is enabled, it must have at least one virtual IP address.
Example
Create a VLAN named
vlan-1
with an ipaddress of 10.1.2.2 and a VRRP VRID of 1:
create vlan vlan-1
configure vlan vlan-1 ipaddress 10.1.2.2
create vrrp vlan-1 vrid 1
The following example associates IP address 10.1.2.3 to VLAN
vlan-1
:
configure vrrp vlan vlan-1 vrid 1 add 10.1.2.3
History
This command was first available in ExtremeWare XOS 10.1.
Platform Availability
This command is available on all platforms.
vlan_name
Specifies the name of a VRRP VLAN.
vridval
Specifies a VRRP Virtual Router ID (VRID). Value can be in the range of 1-
255.
ipaddress
Specifies the IP address of the virtual router in which this device participates.