F3215-HP Load Balancing Module High Availability Command Reference-6PW101

43
Examples
# Create VRRP group 1, and configure its virtual IPv6 address as fe80::10.
<Sysname> system-view
[Sysname] interface gigabitethernet0/1
[Sysname-gigabitethernet0/1] vrrp ipv6 vrid 1 virtual-ip fe80::10 link-local
# Configure the virtual IPv6 address of VRRP group 1 as 1::10.
[Sysname-gigabitethernet0/1] vrrp ipv6 vrid 1 virtual-ip 1::10
Related commands
display vrrp ipv6
vrrp ipv6 vrid weight track
Use vrrp ipv6 vrid weight track to specify the track entry to be monitored by VFs when VRRP operates in
the load balancing mode. If the status of the monitored track entry changes to negative, the weights of
the all VFs in the VRRP group to which the current device belongs decrease by a specified value.
Use undo vrrp ipv6 vrid weight track to remove the specified track entry.
Syntax
vrrp ipv6 vrid virtual-router-id weight track track-entry-number [ reduced weight-reduced ]
undo vrrp ipv6 vrid virtual-router-id weight track [ track-entry-number ]
Default
No track entry is specified to be monitored.
Default
The weight of a VF is 255, and its lower limit of failure is 10.
Views
Interface view
Default command level
2: System level
Parameters
virtual-router-id: VRRP group number, which ranges from 1 to 255.
track track-entry-number: Specifies a track entry to be monitored by its number. The track-entry-number
argument ranges from 1 to 1024.
reduced weight-reduced: Specifies the value by which the weight decreases. The priority-reduced
argument ranges from 1 to 255 and defaults to 30.
Usage guidelines
The command is effective only when VRRP operates in load balancing mode.
Before executing the command, create a VRRP group on an interface and configure the virtual IPv6
address of the VRRP group.
When the status of the monitored track entry turns from negative to positive or invalid, the corresponding
VFs automatically restore their weights.