The display vpls forwarding-info command displays the forwarding information about all VSIs.
Parameter | Description | Value |
---|---|---|
vsi vsi-name |
Displays the forwarding information about a VSI with the specified VSI name. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
peer peer-address |
Displays the forwarding information about a VSI with the specified peer IP address. |
The value is in dotted decimal notation. |
negotiation-vc-id vc-id |
Displays the forwarding information about a VSI with the specified VC ID. |
The value is an integer ranging from 1 to 4294967295. |
remote-site site-id |
Displays the forwarding information about a VSI with the specified remote site ID. |
The value is an integer ranging from 0 to 65534. |
state |
Displays the forwarding information about VSIs based on the PW status. |
- |
up |
Displays the forwarding information about VSIs whose PWs are in the Up state. |
- |
down |
Displays the forwarding information about VSIs whose PWs are in the Down state. |
- |
verbose |
Displays the detailed forwarding information about VSIs. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display vpls forwarding-info
Total Number : 2, 2 up, 0 down
Vsi-Name PeerIP VcOrSiteId PwState
1 6.6.6.6 1 UP
2 6.6.6.6 2 UP
<HUAWEI> display vpls forwarding-info state up
Total Number : 2, 2 up, 0 down
Vsi-Name PeerIP VcOrSiteId PwState
1 6.6.6.6 1 UP
2 6.6.6.6 2 UP
<HUAWEI> display vpls forwarding-info state up verbose Total Number : 2, 2 up, 0 down **Vsi-Name : vsi1 Vsi Index : 0 PwState : BACKUP Peer IP : 3.3.3.3 VcOrSiteId : 1 InVcLabel : 1029 OutVcLabel : 1030 BroadTunnelID : 0x80002a OutInterface : GigabitEthernet0/1/2 MainPwToken : 0x80002a SlavePwToken : 0x0 NKey : 0x7 CKey : 0x8 **Vsi-Name : vsi2 Vsi Index : 0 PwState : UP Peer IP : 2.2.2.2 VcOrSiteId : 1 InVcLabel : 1028 OutVcLabel : 1030 BroadTunnelID : 0x80003a OutInterface : GigabitEthernet0/1/0 MainPwToken : 0x80003a SlavePwToken : 0x0 NKey : 0x5 CKey : 0x6
<HUAWEI> display vpls forwarding-info verbose Total Number : 2, 2 up, 0 down **Vsi-Name : 1 Vsi Index : 0 PwState : UP Peer IP : 6.6.6.6 VcOrSiteId : 1 InVcLabel : 234496 OutVcLabel : 162816 BroadTunnelID : 0x80414000 OutInterface : GigabitEthernet0/1/0 MainPwToken : 0x80414000 SlavePwToken : 0x0 NKey : 0x3 CKey : 0x4 **Vsi-Name : 2 Vsi Index : 1 PwState : UP Peer IP : 6.6.6.6 VcOrSiteId : 2 InVcLabel : 250882 OutVcLabel : 179201 BroadTunnelID : 0x80414001 OutInterface : GigabitEthernet0/1/0 MainPwToken : 0x80414001 SlavePwToken : 0x0 NKey : 0x3 CKey : 0x5
Item | Description |
---|---|
Total Number | There are two VSIs in total, and the two VSIs are both in the Up state. |
Vsi-Name | VSI name. |
PeerIP | Peer IP address. |
VcOrSiteId |
|
PwState | PW status:
|
Vsi Index | VSI index. |
Peer IP | Peer IP address. |
InVcLabel | Incoming VC label. |
OutVcLabel | Outgoing VC label. |
BroadTunnelID | ID of the tunnel used for broadcast. |
OutInterface | Outbound interface. |
MainPwToken | Token of the primary PW. |
SlavePwToken | Token of the secondary PW. |
NKey | Network key. Each NKey corresponds to a set of peer+tunnel policy. |
CKey | User key. Each CKey corresponds to a PW. |