The vrrp6 vrid track admin-vrrp6 command binds a common Virtual Router Redundancy Protocol for IPv6 (VRRP6) backup group to a management Virtual Router Redundancy Protocol for IPv6 (mVRRP6) backup group. After the binding is complete, the common VRRP6 backup group becomes a service VRRP6 backup group.
The undo vrrp6 vrid track admin-vrrp vrrp6 command unbinds a service VRRP6 backup group from an mVRRP6 backup group. After the unbinding is complete, the service VRRP6 backup group restores to a common VRRP6 backup group.
By default, no common VRRP6 backup group is bound to an mVRRP6 backup group.
Parameter | Description | Value |
---|---|---|
virtual-router-id1 |
Specifies the ID of a common VRRP6 backup group. |
The value is an integer ranging from 1 to 255. |
interface interface-type interface-number |
Specifies the type and number of the interface on which an mVRRP6 backup group resides. |
- |
virtual-router-id2 |
Specifies the ID of an mVRRP6 backup group. |
The value is an integer ranging from 1 to 255. |
unflowdown |
Binds a common VRRP6 backup group to an mVRRP6 backup group in unflowdown mode. |
- |
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, VE sub-interface view, VLANIF interface view
Usage Scenario
When multiple VRRP6 backup groups are configured on a router to forward traffic, each VRRP6 backup group maintains its own state machine, which causes a large number of VRRP6 Advertisement packets to be transmitted. To reduce the impact of these packets on network bandwidths and CPU performance, run the vrrp6 vrid track admin-vrrp6 command to bind a common VRRP6 backup group to an mVRRP6 backup group.
A common VRRP6 backup group can be bound to an mVRRP6 backup group in either of the following modes:Prerequisites
Before binding a common VRRP6 backup group to an mVRRP6 backup group, perform the following operations to create them on different interfaces:
Configuration Impact
After a common VRRP6 backup group is bound to an mVRRP6 backup group, the common VRRP6 backup group becomes a service VRRP6 backup group. The service VRRP6 backup group does not send VRRP6 Advertisement packets to negotiate the master/backup status, and its status is determined by the mVRRP6 backup group. The service VRRP6 backup group only forwards service traffic, which significantly reduces router loads and bandwidth consumption.
Precautions
<HUAWEI> system-view [~HUAWEI] interface GigabitEthernet 0/1/8 [~HUAWEI-GigabitEthernet0/1/8] ipv6 enable [*HUAWEI-GigabitEthernet0/1/8] ipv6 address 2001:db8:1:1::200 64 [*HUAWEI-GigabitEthernet0/1/8] vrrp6 vrid 1 virtual-ip FE80::1 link-local [*HUAWEI-GigabitEthernet0/1/8] admin-vrrp6 vrid 1 [*HUAWEI-GigabitEthernet0/1/8] quit [*HUAWEI] interface GigabitEthernet 0/1/0 [*HUAWEI-GigabitEthernet0/1/0] ipv6 enable [*HUAWEI-GigabitEthernet0/1/0] ipv6 address 2001:db8:1:2::1 64 [*HUAWEI-GigabitEthernet0/1/0] vrrp6 vrid 1 virtual-ip FE80::7 link-local [*HUAWEI-GigabitEthernet0/1/0] vrrp6 vrid 1 track admin-vrrp6 interface GigabitEthernet 0/1/8 vrid 1