R3303-HP HSR6800 Routers High Availability Command Reference
163
If the track entry specified in this command does not exist, you can use the vrrp vrid weight track
command to specify a track entry, and then create the track entry using the track command.
The weight of a VF is 255, and the lower limit of failure is 10. When the weight of a VF owner is no less
than the lower limit of failure, the priority of the VF owner is always 255. To enable other VFs to take over
the role of the VF owner as the AVF when the uplink interface fails, you must set a value larger than 245
for the reduced weight-reduced option.
For more information about track entries, see High Availability Configuration Guide.
Examples
# Configure to monitor track entry 1, making the weights of VFs belonging to VRRP group 1 on
GigabitEthernet 1/0/1 decrease by 50 when track entry 1 turns to negative.
<Sysname> system-view
[Sysname] interface gigabitethernet 1/0/1
[Sysname-GigabitEthernet1/0/1] vrrp vrid 1 virtual-ip 10.1.1.1
[Sysname-GigabitEthernet1/0/1] vrrp vrid 1 weight track 1 reduced 50
Related commands
display vrrp
IPv6-based VRRP configuration commands
display vrrp ipv6
Use display vrrp ipv6 to display the state information of VRRP groups for IPv6.
Syntax
display vrrp ipv6 [ verbose ] [ interface interface-type interface-number [ vrid virtual-router-id ] ] [ |
{ begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
verbose: Displays detailed state information of VRRP groups.
interface interface-type interface-number: Displays VRRP group state information of the specified
interface. interface-type interface-number specifies an interface by its type and number.
vrid virtual-router-id: Displays state information of the specified VRRP group. The virtual-router-id
argument specifies a VRRP group by its group number in the range of 1 to 255.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.