Parameter | Description | Value |
---|---|---|
vc-label | Specifies L2VPN VC label. | The value is a decimal integer that ranges from 16 to 1048575. |
interface interface-type interface-number | Specifies the type and number of the interface.
|
- |
The display mpls l2vpn forwarding-info command displays:
Private network data carrying the specified label is forwarded from which tunnel.
Whether the data supports the connectivity verification.
Whether the data carry the control word.
# Display MPLS L2VPN forwarding information.
<HUAWEI> display mpls l2vpn forwarding-info interface vlanif 10
The Main PW Forward Information :
VCLABEL TNLTYPE ENTRYTYPE PWSTATE BFDSTATE ADMIN CTLWORD CC CV TNLID
------------------------------------------------------------------------------
35841 LSP SEND ACTIVE UP UP FALSE 2 a 0x1
1 Record(s) Found.
The Second PW Forward Information :
VCLABEL TNLTYPE ENTRYTYPE PWSTATE BFDSTATE ADMIN CTLWORD CC CV TNLID
------------------------------------------------------------------------------
0 Record(s) Found.
Item |
Description |
---|---|
The Main PW Forward Information : |
Forwarding information about the primary PW. |
VCLABEL |
Label of the VC bound to the interface. |
TNLTYPE |
Types of public network tunnels used by the VC such as LSP and CR-LSP. |
ENTRYTYPE |
Type of forwarding entries:
|
PWSTATE |
PW state used for guiding packet forwarding: active or inactive. The primary PW and the secondary PW are mutually exclusive and both cannot be in the active state simultaneously. |
BFDSTATE |
BFD state used for guiding packet forwarding. If BFD is not configured, this flag bit is Up by default. If BFD is configured and the BFD session is Down (not Admin Down), this flag bit is Down and packets cannot be forwarded. |
ADMIN |
Whether the primary or secondary PW fault is configured
manually:
|
CTLWORD |
Whether the control word is enabled on the local end:
|
CC |
Connection channel of the VCCV: Control word Label alert. |
CV |
Connectivity verification. |
TNLID |
ID of the public tunnel used by the VC, which is a hexadecimal integer. |
Record (s) Found |
Number of VC forwarding entries on the local interface. |
The Second PW Forward Information : |
Forwarding information about the secondary PW. |
# Display MPLS L2VPN forwarding information with VC label as 35842.
<HUAWEI> display mpls l2vpn forwarding-info 35842 interface vlanif 10
The Main PW Forward Information :
VCLABEL TNLTYPE ENTRYTYPE PWSTATE BFDSTATE ADMIN CTLWORD CC CV TNLID
------------------------------------------------------------------------------
35842 LSP SEND ACTIVE UP UP FALSE 0 0 0x1
1 Record(s) Found.
The Second PW Forward Information :
VCLABEL TNLTYPE ENTRYTYPE PWSTATE BFDSTATE ADMIN CTLWORD CC CV TNLID
------------------------------------------------------------------------------
0 Record(s) Found.