display vrrp ipv6

Use display vrrp ipv6 to display the states of IPv6 VRRP groups.

Syntax

display vrrp ipv6 [ interface interface-type interface-number [ vrid virtual-router-id ] ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface interface-type interface-number: Specifies an interface by its type and number.

vrid virtual-router-id: Specifies an IPv6 VRRP group by its virtual router ID in the range of 1 to 255.

verbose: Displays detailed IPv6 VRRP group information. If you do not specify this keyword, the command displays brief IPv6 VRRP group information.

Usage guidelines

Examples

# Display brief information about all IPv6 VRRP groups on the device when VRRP operates in standard mode.

<Sysname> display vrrp ipv6
IPv6 Virtual Router Information:
 Running Mode      : Standard
 Total number of virtual routers : 1
 Interface          VRID  State        Running Adver   Auth     Virtual
                                       Pri     Timer   Type        IP
 ---------------------------------------------------------------------
 Vlan1              1     Master       150     100     None     FE80::1

Table 38: Command output (in standard mode)

Field

Description

Running Mode

VRRP operating mode (standard mode).

Total number of virtual routers

Total number of VRRP groups.

Interface

Interface where the VRRP group is configured.

VRID

Virtual router ID (VRRP group number).

State

Status of the router in the VRRP group:

  • Master.

  • Backup.

  • Initialize.

  • Inactive.

Running Pri

Current priority of the router.

When a track entry is associated with a VRRP group on the router, the router's priority changes when the track entry's status changes.

Adver Timer

VRRP advertisement sending interval in centiseconds.

Auth Type

Authentication type. Only none is available, which means no authentication is required.

Virtual IP

Virtual IP address of the VRRP group.

# Display detailed information about all IPv6 VRRP groups on the device when VRRP operates in standard mode.

<Sysname> display vrrp ipv6 verbose
IPv6 Virtual Router Information:
 Running Mode      : Standard
 Total number of virtual routers : 2
   Interface Vlan-interface2
     VRID           : 1                    Adver Timer  : 100
     Admin Status   : Up                   State        : Master
     Config Pri     : 150                  Running Pri  : 150
     Preempt Mode   : Yes                  Delay Time   : 10
     Auth Type      : None
     Virtual IP     : FE80::1
     Virtual MAC    : 0000-5e00-0201
     Master IP      : FE80::2
   VRRP Track Information:
     Track Object   : 1                    State : Positive   Pri Reduced : 50
   Interface Vlan-interface2
     VRID           : 11                   Adver Timer  : 100
     Admin Status   : Up                   State        : Backup
     Config Pri     : 80                   Running Pri  : 80
     Preempt Mode   : Yes                  Delay Time   : 0
     Become Master  : 2450ms left
     Auth Type      : None
     Virtual IP     : FE80::11
     Virtual MAC    : 0000-5e00-020b
     Master IP      : FE80::12

Table 39: Command output (in standard mode)

Field

Description

Running Mode

VRRP operating mode (standard mode).

Total number of virtual routers

Total number of VRRP groups.

Interface

Interface where the VRRP group is configured.

VRID

Virtual router ID (VRRP group number).

Adver Timer

VRRP advertisement sending interval in centiseconds.

Admin Status

Administrative status: up or down.

State

Status of the router in the VRRP group:

  • Master.

  • Backup.

  • Initialize.

  • Inactive.

Config Pri

Configured priority of the router, which is configured through the vrrp ipv6 vrid priority command.

Running Pri

Current priority of the router.

When a track entry is associated with a VRRP group on the router, the router's priority changes when the track entry's status changes.

Preempt Mode

Preemptive mode:

  • Yes.

  • No.

Delay Time

Preemption delay time in centiseconds.

Become Master

Time, in milliseconds, that a backup router has to wait before it becomes the master.

Auth Type

Authentication type. Only none is available, which means no authentication is required.

Virtual IP

Virtual IP address of the VRRP group.

Virtual MAC

Virtual MAC address of the VRRP group's virtual IP address, which is displayed when the router is the master.

Master IP

Link-local address of the interface where the master resides.

VRRP Track Information

Track entry information. This field is displayed only after you have configured the vrrp ipv6 vrid track command.

Track Object

Track entry which is associated with the VRRP group.

State

Track entry state:

  • Negative.

  • Positive.

  • NotReady.

Pri Reduced

Value by which the priority decreases when the status of the associated track entry becomes negative.

Switchover

Switchover mode. When the status of the associated track entry becomes negative, the backup immediately becomes the master.

# Display brief information about all IPv6 VRRP groups on the device when VRRP operates in load balancing mode.

<Sysname> display vrrp ipv6
IPv6 Virtual Router Information:
 Running Mode      : Load Balance
 Total number of virtual routers : 1
 Interface          VRID  State        Running Address             Active
                                       Pri
 ----------------------------------------------------------------------
 Vlan1              1     Master       150     FE80::1             Local
 -----              VF 1  Active       255     000f-e2ff-4011      Local

Table 40: Command output (in load balancing mode)

Field

Description

Running Mode

VRRP operating mode (load balancing mode).

Total number of virtual routers

Total number of VRRP groups.

Interface

Interface where the VRRP group is configured.

VRID

Virtual router ID (VRRP group number) or VF ID.

State

  • For a VRRP group (when the VRID is a virtual router ID), this field indicates the state of the router in the VRRP group, including Master, Backup, Initialize, and Inactive.

  • For a VF (when the VRID is a VF ID), this field indicates the state of the VF in the VRRP group, including Active, Listening, and Initialize.

Running Pri

  • For a VRRP group (when the VRID is a virtual router ID), this field indicates the running priority of the router. When a track entry is associated with a VRRP group on the router, the router's priority changes when the track entry's status changes.

  • For a VF (when the VRID is a VF ID), this field indicates the running priority of the VF. When a track entry is associated with a VF, the priority of the VF changes if the state of the monitored track entry changes.

Address

  • For a VRRP group (when the VRID is a virtual router ID), this field indicates the virtual IP address of the VRRP group.

  • For a VF (when the VRID is a VF ID), this field indicates the virtual MAC address of the VF.

Active

  • For a VRRP group (when the VRID is a virtual router ID), this field indicates the link-local address of the interface where the master resides. If the current router is the master, local is displayed.

  • For a VF (when the VRID is a VF ID), this field indicates the link-local address of the interface where the AVF resides. If the current VF is the AVF, local is displayed.

# Display detailed information about all IPv6 VRRP groups on the device when VRRP operates in load balancing mode.

<Sysname> display vrrp ipv6 verbose
IPv6 Virtual Router Information:
 Running Mode      : Load Balance
 Total number of virtual routers : 2
   Interface Vlan-interface2
     VRID           : 1                    Adver Timer  : 100
     Admin Status   : Up                   State        : Master
     Config Pri     : 150                  Running Pri  : 150
     Preempt Mode   : Yes                  Delay Time   : 5
     Auth Type      : None
     Virtual IP     : FE80::10
     Member IP List : FE80::3 (Local, Master)
                      FE80::2 (Backup)
   VRRP Track Information:
     Track Object   : 1                    State : Positive   Pri Reduced : 50
   Forwarder Information: 2 Forwarders 1 Active
     Config Weight  : 255
     Running Weight : 255
    Forwarder 01
     State          : Active
     Virtual MAC    : 000f-e2ff-4011 (Owner)
     Owner ID       : 0000-5e01-1101
     Priority       : 255
     Active         : local
    Forwarder 02
     State          : Listening
     Virtual MAC    : 000f-e2ff-4012 (Learnt)
     Owner ID       : 0000-5e01-1103
     Priority       : 127
     Active         : FE80::2
   Forwarder Weight Track Information:
     Track Object   : 1          State : Positive   Weight Reduced : 250
   Interface Vlan-interface2
     VRID           : 11                   Adver Timer  : 100
     Admin Status   : Up                   State        : Backup
     Config Pri     : 80                   Running Pri  : 80
     Preempt Mode   : Yes                  Delay Time   : 0
     Become Master  : 2450ms left
     Auth Type      : None
     Virtual IP     : FE80::11
     Member IP List : FE80::3 (Local, Backup)
                      FE80::2 (Master)
   Forwarder Information: 2 Forwarders 1 Active
     Config Weight  : 255
     Running Weight : 255
    Forwarder 01
     State          : Active
     Virtual MAC    : 000f-e2ff-40b1 (Learnt)
     Owner ID       : 0000-5e01-1103
     Priority       : 127
     Active         : FE80::2
    Forwarder 02
     State          : Listening
     Virtual MAC    : 000f-e2ff-40b2 (Owner)
     Owner ID       : 0000-5e01-1101
     Priority       : 255
     Active         : local

Table 41: Command output (in load balancing mode)

Field

Description

Running Mode

VRRP operating mode (load balancing mode).

Total number of virtual routers

Total number of VRRP groups.

Interface

Interface where the VRRP group is configured.

VRID

Virtual router ID (VRRP group number)

Adver Timer

VRRP advertisement sending interval in centiseconds.

Admin Status

Administrative status: up or down.

State

Status of the router in the VRRP group:

  • Master.

  • Backup.

  • Initialize.

  • Inactive.

Config Pri

Configured priority of the router, which is configured through the vrrp ipv6 vrid priority command.

Running Pri

Current priority of the router.

When a track entry is associated with a VRRP group on the router, the router's priority changes when the track entry's status changes.

Preempt Mode

Preemptive mode:

  • Yes.

  • No.

Delay Time

Preemption delay time in centiseconds.

Become Master

Time, in milliseconds, that a backup router has to wait before it becomes the master.

Auth Type

Authentication type. Only none is available, which means no authentication is required.

Virtual IP

Virtual IP address list of the VRRP group.

Member IP List

IP addresses of the member devices in the VRRP group:

  • Local—IP address of the local router.

  • Master—IP address of the master.

  • Backup—IP address of the backup.

VRRP Track Information

Track entry which is associated with the VRRP group. This field is displayed only after you have configured the vrrp ipv6 vrid track command.

Track Object

Track entry to be monitored. This field is displayed only after you have configured the vrrp ipv6 vrid track command.

State

Track entry state:

  • Negative.

  • Positive.

  • NotReady.

Pri Reduced

Value by which the priority decreases when the status of the associated track entry becomes negative. This field is displayed only after you have configured vrrp ipv6 vrid track command.

Switchover

Switchover mode. When the status of the associated track entry becomes negative, the backup immediately becomes the master.

Forwarder Information: 2 Forwarders 1 Active

VF information: Two VFs exist and one is the AVF.

Config Weight

Configured weight of the VF: 255.

Running Weight

Current weight of the VF.

When a track entry is associated with the VFs of a VRRP group, the VFs' weights change when the track entry's status changes.

Forwarder 01

Information about VF 01.

State

VF state:

  • Active.

  • Listening.

  • Initialize.

Virtual MAC

Virtual MAC address of the VF.

Owner ID

Real MAC address of the VF owner.

Priority

VF priority in the range of 1 to 255.

Active

Link-local address of the interface where the AVF resides. If the current VF is the AVF, local is displayed.

Forwarder Weight Track Configuration

VF weight Track configuration.

The field is displayed only after you have configured the vrrp ipv6 vrid weight track command.

Track Object

Track entry which is associated with the VFs.

The field is displayed only after you have configured the vrrp ipv6 vrid weight track command.

State

Track entry state:

  • Negative.

  • Positive.

  • NotReady.

Weight Reduced

Value by which the weights of the VFs decrease when the state of the associated track entry changes to negative.

The field is displayed only after you have configured the vrrp ipv6 vrid weight track command.