show ldp vpls

Use this command to display information about all VPLS instances. Specify the VPLS ID to display information about a specific VPLS instance.

Command Syntax

Copy
show ldp vpls <1-4294967295> (count|)
show ldp vpls count
show ldp vpls detail
show ldp vpls (no-vc|)

Parameter

<1-4294967295>

Display the VPLS identifier.

count

Display VPLS count from LDP standpoint.

detail

Display detailed LDP VPLS information.

no-vc

Specify not display L2VC information.

Command Mode

Exec mode and Privileged Exec mode

Applicability

This command was introduced before OcNOS version 1.3.

Example

The following is a sample output of the show ldp vpls command displaying information about all VPLS instances.

Copy
#show ldp vpls
VPLS-ID     Peer Address      State  Type       Label-Sent   Label-Rcvd
1           192.168.0.80      Up     vpls       16           640          
1           192.168.0.90      Up     vpls       18           642          
2           192.168.0.80      Up     vpls       19           641          
2           192.168.0.90      Up     vpls       17           643 

The following is an output of the show ldp vpls detail command PW is Up:

Copy
VPLS Identifier    : 1
  Peer IP            : 110.1.1.1
  VC State           : UP
  VC Type            : ethernet
  VC Label Sent      : 24960
  VC Label Received  : 24960
  Local  MTU         : 9000
  Remote MTU         : 9000
+ Local  FEC Type    : 128
+ Remote FEC Type    : 128
  Local Control Word : enabled
  Remote Control Word: disabled
  Current use        : disabled
  Local Flow Label   : disabled
  Remote Flow Label  : disabled
  Current use        : disabled
  Local PW Status Capability : disabled
  Remote PW Status Capability : enabled
  Current PW Status TLV : disabled
  LDP-VPLS Signaled Time  : 00:03:05

The following is an output of the show ldp vpls detail command PW is Down:

Copy
VPLS Identifier    : 1
  Peer IP            : 110.1.1.1
  VC State           : DOWN
  VC Type            : ethernet
  VC Label Sent      : 24961
  VC Label Received  : 24961
  Local  MTU         : 1500
  Remote MTU         : 9000
  (Error: MTU mismatched)
+ Local  FEC Type    : 128
+ Remote FEC Type    : 129
+ (Error: FEC Type mismatched)
  Local Control Word : enabled
  Remote Control Word: disabled
  Current use        : disabled
  Local Flow Label   : disabled
  Remote Flow Label  : disabled
  Current use        : disabled
  Local PW Status Capability : disabled
  Remote PW Status Capability : disabled
  Current PW Status TLV : disabled
  LDP-VPLS Signaled Time  : -

  * Label released due to attribute mismatch
   - MTU mismatch
+  - FEC Type mismatch

The following is a sample output of show ldp vpls count displaying information about total, active and inactive VPLS instances from LDP.

Copy
#show ldp vpls count
-------------------------------
Total VPLS instances    : 2
Active VPLS instances   : 2
Inactive VPLS instances : 0
-------------------------------

Table 66 explains the show command output fields.

Table 66.

show ldp vpls output fields details

Field

Description

VPLS-ID

Identification details of the VPLS.

Peer Addr

IP address of the peer device.

State

Reports the current session state.

Type

Type of protocol in network.

Label-Sent

Number of packets transmitted to neighbor.

Label-Rcvd

Number of packets received from neighbor.

Total VPLS instances

Number of total VPLS instance in the protocol.

Active VPLS instances

Number of active VPLS instance.

Inactive VPLS instances

Number of inactive VPLS instance.