The display vrrp6 command displays the status and configuration parameters of VRRP6 groups.
display vrrp6 [ interface interface-type interface-number ] [ vrid virtual-router-id ] [ brief ]
display vrrp6 { interface interface-type interface-number [ vrid virtual-router-id ] | vrid virtual-router-id } verbose
Parameter | Description | Description |
---|---|---|
interface interface-type interface-number | Displays the status of all VRRP6 groups on the specified
interface.
|
- |
vrid virtual-router-id | Displays the status of a VRRP6 group with the specified VRID. | The VRID of the VRRP6 group must have been created. |
brief | Displays brief information about a specified VRRP6 group. | - |
verbose | Displays detailed information about a specified VRRP6 group. | - |
You can view the status and configuration of all VRRP6 groups based on networking, including interfaces where mVRRP6 groups are configured, and VRIDs and statuses of VRRP6 groups.
# Display information about all VRRP6 groups on the switch with VRID 4.
<HUAWEI> display vrrp6 vrid 4
Vlanif100 | Virtual Router 4 State : Master Virtual IP : FE80::1:2 Master IP : FE80::218:82FF:FED3:2AF1 PriorityRun : 200 PriorityConfig : 200 MasterPriority : 200 Preempt : YES Delay Time : 0 s TimerRun : 100 cs TimerConfig : 100 cs Virtual Mac : 0000-5e00-0204 Check hop limit : YES Config type : normal-vrrp Backup-forward : disabled Create time : 2012-05-22 17:40:56 UTC-08:00 Last change time : 2012-05-22 17:41:03 UTC-08:00
Item |
Description |
---|---|
Vlanif100 | Virtual Router 4 |
Interface where the VRRP6 group is configured and VRID of the VRRP6 group. |
State |
VRRP6 status of the device:
|
Virtual IP |
Virtual IP address of the VRRP6 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 |
Priority of the switch when the VRRP6 group runs. If the switch is the IP address owner in a VRRP6 group, the running priority of the switch in the group is displayed as 255. |
PriorityConfig |
Priority configured for the switch using the vrrp6 vrid priority command. If the switch is the IP address owner, the default priority 100 but not 255 is displayed. |
MasterPriority |
Priority of the master in the VRRP6 group. If the switch is the IP address owner in a VRRP6 group, the priority of the switch in the group is displayed as 255. |
Preempt |
Preemption mode:
|
Delay Time |
Preemption delay, in seconds. To set the preemption delay, run the vrrp6 vrid preempt-mode timer delay command. |
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 of the VRRP6 group. |
Check hop limit |
Whether the TTL value of a VRRP6 Advertisement packet is
checked:
|
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. |
# Display brief information about all VRRP6 groups on the device.
<HUAWEI> display vrrp6 brief
Total:2 Master:2 Backup:0 Non-active:0 VRID State Interface Type Virtual IP ---------------------------------------------------------------- 1 Master Vlanif66 Normal FE80::1 2 Master Vlanif67 Normal FE80::1:3
Item |
Description |
---|---|
VRID |
VRID of the VRRP6 group. |
State |
VRRP6 status of the switch:
|
Interface |
Interface configured with the VRRP6 group. |
Type |
Type of a VRRP6 group:
|
Virtual IP |
Virtual IP address of the VRRP6 group. |
Total |
Number of VRRP6 groups. |
Master |
Number of VRRP6 groups in Master state. |
Backup |
Number of VRRP6 groups in Backup state. |
Non-active |
Number of VRRP6 groups in Non-active state. |