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
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.
#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:
#show ldp vpls detail
VPLS Identifier : 1
Peer IP : 192.168.0.80
VC State : UP
VC Type : vpls
VC Label Sent : 16
VC Label Received : 640
VPLS Identifier : 1
Peer IP : 192.168.0.90
VC State : UP
VC Type : vpls
VC Label Sent : 18
VC Label Received : 642
VPLS Identifier : 2
Peer IP : 192.168.0.80
VC State : UP
VC Type : vpls
VC Label Sent : 19
VC Label Received : 641
The following is a sample output of show ldp vpls count displaying information about total, active and inactive VPLS instances from LDP.
#show ldp vpls count
-------------------------------
Total VPLS instances : 2
Active VPLS instances : 2
Inactive VPLS instances : 0
-------------------------------
Table 2-50 explains the show command output fields.
Table 2-50: 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. |
Last modified date: 10/17/2023