< Home

display vrrp6

Function

The display vrrp6 command displays the status and configuration parameters of VRRP6 groups.

Format

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

Parameters

Parameter Description Description
interface interface-type interface-number Displays the status of all VRRP6 groups on the specified interface.
  • interface-type specifies the interface type.
  • interface-number specifies the interface number.
If this parameter is not specified, information about all VRRP6 groups is displayed.

-

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.

-

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

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.

Example

# 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
Table 1 Description of the display vrrp6 command output

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:
  • Master: The device functions as the master in the VRRP6 group.

  • Backup: The device functions as the backup in the VRRP6 group.

  • Initialize: All VRRP6 groups begin in Initialize state. When the status of an interface is Down or administratively Down, the VRRP6 group status changes to Initialize.

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:
  • YES: preemption

  • NO: no preemption

To disable the preemption mode, run the vrrp6 vrid preempt-mode disable command.

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:
  • YES: The TTL value of a VRRP6 Advertisement packet is checked.
  • NO: The TTL value of a VRRP6 Advertisement packet is not 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:
  • normal-vrrp: common VRRP6 group

  • admin-vrrp: mVRRP6 group

  • member-vrrp: service VRRP6 group

Backup-forward

Whether the backup is enabled to forward traffic:

  • enabled
  • disabled

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      
Table 2 Description of the display vrrp6 brief command output

Item

Description

VRID

VRID of the VRRP6 group.

State

VRRP6 status of the switch:
  • Master: The device functions as the master in the VRRP6 group.

  • Backup: The device functions as the backup in the VRRP6 group.

  • Initialize: All VRRP6 groups begin in Initialize state. When the interface where a VRRP group is configured becomes Down or is Administratively Down, the VRRP6 group status is switched to Initialize.

Interface

Interface configured with the VRRP6 group.

Type

Type of a VRRP6 group:
  • normal-vrrp: common VRRP6 group

  • admin-vrrp: mVRRP6 group

  • member-vrrp: service 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.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >