Using the display vrrp6 command, you can view information about the status and configurations of the VRRP6 backup group.
display vrrp6 [ interface interface-type interface-number ] [ vrid virtual-router-ID ] [ brief | statistics ]
| Parameter | Description | Value |
|---|---|---|
interface interface-type interface-number |
Specifies the interface type and number. |
- |
vrid virtual-router-ID |
Specifies the ID of a VRRP6 backup group. |
The value is an integer ranging from 1 to 255. |
brief |
Displays brief information about the VRRP6 backup group. |
- |
statistics |
Displays statistics information about the VRRP6 backup group. |
- |
If neither interface interface-type interface-number nor virtual-router-id is specified, the status of all VRRP6 groups on the device is displayed.
If only interface interface-type interface-number is specified, the status of all VRRP6 groups on a specified interface is displayed.
If only virtual-router-id is specified, the statistics of a specified VRRP6 group on all interfaces is displayed.
If interface interface-type interface-number and virtual-router-id are specified, the status of a specified VRRP6 group on a specified interface is displayed.
# Display the status of all VRRPv6 groups on the FW.
HRP_M<sysname> display vrrp6
GigabitEthernet0/0/1 | Virtual Router 1
State : Master
Virtual IP : FE80::1
2001:DB8:6::3
Master IP : FE80::8269:33FF:FE8C:5C7D
PriorityRun : 100
PriorityConfig : 100
MasterPriority : 0
Preempt : YES Delay Time : 0 s
TimerRun : 4000 cs
TimerConfig : 4000 cs
Virtual MAC : 0000-5e00-0201
Check hop limit : YES
Config type : vgmp-vrrp
Backup-forward : disabled
Create time : 2019-04-13 14:54:28 UTC+08:00
Last change time : 2019-04-13 14:56:53 UTC+08:00
# Display the status of all VRRPv6 groups on a specified interface.
HRP_M<sysname> display vrrp6 interface GigabitEthernet 0/0/1 GigabitEthernet0/0/1 | Virtual Router 1 State : Master Virtual IP : FE80::1 2001:DB8:6::3 Master IP : FE80::8269:33FF:FE8C:5C7D PriorityRun : 100 PriorityConfig : 100 MasterPriority : 0 Preempt : YES Delay Time : 0 s TimerRun : 4000 cs TimerConfig : 4000 cs Virtual MAC : 0000-5e00-0201 Check hop limit : YES Config type : vgmp-vrrp Backup-forward : disabled Create time : 2019-04-13 14:54:28 UTC+08:00 Last change time : 2019-04-13 14:56:53 UTC+08:00
Item |
Description |
|---|---|
Virtual Router |
ID of a VRRP group. |
State |
VRRP group state:
|
Virtual IP |
Link local address and virtual IP address of the VRRP group. To configure a virtual IP address for a VRRP6 group, run the vrrp6 vrid virtual-ip command. |
Master IP |
Primary IP address of the interface configured with the VRRP6 group on the master. |
PriorityRun |
Running priority of the VRRP group, that is, the current priority. |
PriorityConfig |
Priority configured for the device. |
MasterPriority |
Priority of the master in the VRRP6 group. If the device is the IP address owner in a VRRP6 group, the priority of the device in the group is displayed as 255. |
Preempt |
Whether preemption is enabled:
|
Delay Time |
Preemption delay, in seconds. |
TimerRun |
Interval at which the master in the VRRP6 group sends VRRP Advertisement packets, in centiseconds. |
TimerConfig |
Configured interval at which the master in the VRRP6 group sends VRRP6 Advertisement packets, in centiseconds. To set the interval at which the master in the VRRP6 group sends VRRP6 Advertisement packets, run the vrrp6 vrid timer advertise command. |
Virtual MAC |
Virtual MAC address. The virtual MAC address is automatically generated based on the VRID and is in the 0000-5E00-02{VRID} format. |
Check hop limit |
Whether the TTL value of a VRRP6 Advertisement packet is checked:
To configure the device to check the TTL value in a VRRP6 Advertisement packet , run the vrrp6 un-check hop-limit command. |
Config type |
Type of a VRRP6 group:
|
Backup-forward |
Whether the backup is enabled to forward traffic:
|
Create time |
Time when the VRRP6 group was created. |
Last change time |
Last time the VRRP6 group status changed. |