configure vrrp group

configure vrrp group group_name add [primary-vr | secondary-vr] [{vlan} vlan_name vrid vridval | vlan vlan_list {vrid vrid_list}]
configure vrrp group group_name delete [primary-vr | secondary-vr [{vlan} vlan_name vrid vridval | vlan vlan_list {vrid vrid_list} | all] ]

Description

The first version of this command adds a primary VR or secondary VR to a specified group by supplying a VLAN name and VRID. The second version of the command deletes a primary VR or secondary VR from a specified group by supplying a VLAN name and VRID.

Syntax Description

group Form a group of VRRP VRs to operate in high-scale mode.
group_name Specifies the VRRP group name.
add Adds a VR to a VRRP group.
primary-vr Specifies adding/deleting a primary VR of the VRRP group that sends VRRP advertisement at configured intervals.
secondary-vr Specifies adding/deleting a secondary VR of the VRRP group that sends VRRP advertisement at a slower rate than the primary VR.
vlan Specifies a VLAN for the VR.
vlan_name Specifies the VLAN name for the VR.
vrid Specifies a VRID for the VR.
vridval Specifies the VRID for the VR.
delete Deletes VR(s) from the VRRP group.
all Specifies that all VRs (secondary and primary) are deleted from the VRRP group.
vlan_list List of VLAN ID tags (1–4,094).

Default

When adding multiple secondary VRs at once, if no VRIDs are specified, all VRs configured on the specified VLANs are added to the group.

Example

The following example adds a primary VR VLAN "v1", VRID "1" for VRRP group "ExtremeNet":

configure vrrp group ExtremeNet add primary-vr vlan v1 vrid 1 

The following example adds a set of VRRP VRs configured on VLANs having VLAN IDs ranging from 11 to 20. Out of all of the VRs configured on these VLANs only VRs with VRID ranging from 1 to 2 are added to the VRRP group:

Configure vrrp group ExtremeNet add secondary-vr vlan 11-20 vrid 1-2

The following example adds all VRs configured on given VLANs to the group as secondary VRs:

configure vrrp group ExtremeNet add secondary-vr vlan 11-20

History

This command was first available in ExtremeXOS 22.2.

Platform Availability

This command is available on platforms that support the appropriate license. For complete information about software licensing, including how to obtain and upgrade your license and which licenses support the VRRP feature, see the Switch Engine 32.2 Feature License Requirements document.