The vrrp vrid track admin-vrrp command binds a common VRRP group to a management VRRP (mVRRP) backup group. After the binding is configured, the common VRRP group becomes a service VRRP group.
The undo vrrp vrid track admin-vrrp command removes the binding between a service VRRP group and an mVRRP group. After the binding is removed, the service VRRP group changes to a common VRRP group.
By default, no VRRP group is bound to an mVRRP group.
Parameter | Description | Value |
---|---|---|
virtual-router-id1 |
Specifies the ID of a common VRRP group. |
The value is an integer ranging from 1 to 255. |
interface interface-type interface-number |
Specifies the type and number of an interface on which an mVRRP group is configured. |
- |
vrid virtual-router-id2 |
Specifies the ID of an mVRRP group. |
The value is an integer ranging from 1 to 255. |
unflowdown |
Disables the flowdown function of the interface. A common VRRP group is bound to an mVRRP group in unflowdown mode. After the unflowdown function is configured for the mVRRP group that is in the Backup or Initialize state, the interface on which the bound service VRRP group is established will retain the Up state and the service VRRP group will enter the Backup or Initialize state. By default, the flowdown mode is used. After the flowdown function is configured for the mVRRP group that is in the Backup or Initialize state, the interface on which the bound service VRRP group is established will go Down and the service VRRP group will enter the Initialize state. |
- |
100ge sub-interface view, 100GE interface view, 10GE sub-interface view, 10GE interface view, 200GE sub-interface view, 25GE sub-interface view, 25GE interface view, 400GE sub-interface view, 400GE interface view, 40GE sub-interface view, 40GE interface view, 50GE sub-interface view, 50GE interface view, Eth-Trunk sub-interface view, Eth-Trunk interface view, FlexE interface view, GE optical interface view, GE sub-interface view, GE interface view, GE electrical interface view, Global VE sub-interface view, VBDIF interface view, VE sub-interface view, VLANIF interface view
Usage Scenario
When multiple VRRP groups are configured on a single device to forward traffic, each VRRP group maintains its own state machine. This means that a large number of VRRP Advertisement packets are transmitted, consuming a lot of bandwidth and CPU resources. To reduce resource consumption, run the vrrp vrid track admin-vrrp command to bind a common VRRP group to an mVRRP group.
VRRP groups can be bound to the mVRRP group in flowdown or unflowdown mode.Prerequisites
Configuration Impact
After a common VRRP group is bound to an mVRRP group, the common VRRP group becomes a service VRRP group. The mVRRP group sends VRRP Advertisement packets to determine the master/backup status of the service VRRP group. The service VRRP group only forwards service traffic, which significantly reduces device loads and bandwidth consumption.
Precautions