vrrp6-id (EVPL view)

Function

The vrrp6-id command binds an EVPL instance to a specified VRRP6 group.

The undo vrrp6-id command binds an EVPL instance to a specified VRRP6 group.

By default, no EVPL instance is bound to a VRRP6 group.

Format

vrrp6-id vrid interface { interface-name | interface-type interface-number }

undo vrrp6-id vrid [ interface { interface-name | interface-type interface-number } ]

Parameters

Parameter Description Value
vrid

Specifies the ID of a VRRP6 backup group.

The value is an integer ranging from 1 to 255.

interface interface-name

Specifies the name of an interface configured with a VRRP6 group.

-

interface-type

Specifies the type an interface configured with a VRRP6 group.

-

interface-number

Specifies the number of an interface configured with a VRRP6 group.

-

Views

EVPL view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
bgp write

Usage Guidelines

Usage Scenario

The vrrp6-id command binds an EVPL instance to a specified VRRP6 group and determines the active/standby status of an ESI instance based on the VRRP6 status in single-active mode.

Prerequisites

Before running this command, perform the following operations:

  1. Run the ipv6 enable command in the interface view, and then the vrrp6 vrid command to create a VRRP group.
  2. Create an EVPN instance in VPWS mode.
  3. Create an EVPL instance and bind it to the EVPN instance.

Precautions

Only the EVPL instance where the AC interface is not configured or the AC interface is a VE sub-interface can be bound to a VRRP6 group.

Example

# Bind the EVPL instance 1 to VRRP6 group 1.
<HUAWEI> system-view
[~HUAWEI] interface GigabitEthernet 0/1/1
[~HUAWEI-GigabitEthernet0/1/1] ipv6 enable
[*HUAWEI-GigabitEthernet0/1/1] ipv6 address 2001:db8::1 64
[*HUAWEI-GigabitEthernet0/1/1] vrrp6 vrid 1
[*HUAWEI-GigabitEthernet0/1/1] quit
[*HUAWEI] evpn vpn-instance evrf1 vpws
[*HUAWEI-evpn-instance-evrf1] route-distinguisher 100:1
[*HUAWEI-evpn-instance-evrf1] vpn-target 1:1
[*HUAWEI-evpn-instance-evrf1] quit
[*HUAWEI] evpl instance 1
[*HUAWEI-evpl1] evpn binding vpn-instance evrf1
[*HUAWEI-evpl1] vrrp6-id 1 interface GigabitEthernet 0/1/1
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic