show mpls vpls statistics
Use this command to display MPLS traffic statistics for VPLS network or access or all ports.
Note: Multicast traffic statistics not supported by hardware.
Command Syntax
show mpls vpls NAME statistics
show mpls vpls NAME statistics ((network-port ((peer A.B.C.D)|(spoke-vc VC-NAME)|)) | (access-port (IFNAME (ethernet|(vlan <1-4094>))|)))
Parameters
NAME
Name of the VPLS instance
a.b.c.d
Mesh peer address of VC instance
VC-NAME
Name of the spoke VC instance
IFNAME
Name of the access-port interface
<1-4094>
VLAN ID of access-port of type VLAN
Command Mode
Exec mode and privileged exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show mpls vpls v1 statistics
Virtual Private LAN Service Instance: v1, ID: 10
Access port statistics:
Interface: xe3/4 VLAN ID: 2
RX: Input packets : 10
Input bytes : 640
TX: Output packets : 0
Output bytes : 0
Network port statistics:
Mesh Peer: 8.8.8.8 (Up)
RX: Input packets : 0
Input bytes : 0
TX: Output packets : 10
Output bytes : 640
Table 3-30 explains the show command output fields.
Table 3-31: show mpls vpls statistics output field
Field | Description |
---|
Access port statistics | Traffic statistics on Access port of VC/VPLS. |
Network port statistics | Traffic statistics on Provider port of VC/VPLS. |
Interface | Type of interface in the network. |
VLAN ID | Identification details of the VPLS. |
Mesh Peer | Configuring the VPLS mesh peers. |
RX | Number of received packets. |
Input packets | Number of hello packets received from the neighbor. |
Input bytes | Size of hello packets received from the neighbor. |
TX | Number of packets transmitted. |
Output packets | Number of hello packets sent to the neighbor. |
Output bytes | Size of hello packets sent to the neighbor. |
Last modified date: 10/17/2023