< Home

display vrrp6

Function

Using the display vrrp6 command, you can view information about the status and configurations of the VRRP6 backup group.

Format

display vrrp6 [ interface interface-type interface-number ] [ vrid virtual-router-ID ] [ brief | statistics ]

Parameters

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.

-

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

  • 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.

Example

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

Item

Description

Virtual Router

ID of a VRRP group.

State

VRRP group state:
  • 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

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:
  • YES: enabled.
  • NO: disabled.

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:

  • 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.
  • vgmp-vrrp: VRRP group managed by a VGMP 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.

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