R3303-HP HSR6800 Routers High Availability Command Reference
183
virtual-address: Virtual IPv6 address.
link-local: Indicates that the virtual IPv6 address of the VRRP group is a link local address.
Usage guidelines
The first virtual IPv6 address assigned to a VRRP group must be a link local address and only one such
address is allowed in a VRRP group.
After you remove all virtual IPv6 addresses, the VRRP group is automatically removed. The first address
assigned to the group must be removed the last.
Examples
# Create VRRP group 1, and configure its virtual IPv6 address as fe80::10.
<Sysname> system-view
[Sysname] interface gigabitethernet 1/0/1
[Sysname-GigabitEthernet1/0/1] vrrp ipv6 vrid 1 virtual-ip fe80::10 link-local
# Configure the virtual IPv6 address of VRRP group 1 as 1::10.
[Sysname-GigabitEthernet1/0/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 router 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 in the range of 1 to 255.
track track-entry-number: Specifies a track entry to be monitored by its number. The value range for the
track-entry-number argument is 1 to 1024.
reduced weight-reduced: Specifies the value by which the weight decreases. The value range for the
priority-reduced argument is 1 to 255, and the default is 30.