OcNOS-RON-6.3.1 : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Command Reference : MPLS Commands : show mpls l2-circuit statistics
show mpls l2-circuit statistics
Use this command to display MPLS traffic statistics for l2 circuit.
Command Syntax
show mpls l2-circuit NAME statistics (access-port|network-port|)
Parameters
NAME
Name of L2 circuit
access-port
Displays the access port statistics
network-port
Displays the network port statistics
Command Mode
Exec mode and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show mpls l2-circuit t1 statistics
MPLS Layer-2 Virtual Circuit: t1, id 100 # Virtual circuit name and ID
Access port statistics:
RX: Input packets : 1000
Input bytes : 120000
TX: Output packets : 0
Output bytes : 0
Network port statistics:
RX: Input packets : 0
Input bytes : 0
TX: Output packets : 1000
Output bytes : 120000
 
Table 15 explains the show command output fields.
 
Table 15: show mpls l2-circuit statistics output field
Field
Description
MPLS Layer-2 Virtual Circuit
The MPLS virtual circuit on the egress PE router or switch and the specified neighbor, testing the integrity of the Layer 2 circuit between the ingress and egress PE routers or switches.
Virtual circuit name and ID
The MPLS virtual circuit identifier on the egress PE router or switch and the specified neighbor, testing the integrity of the Layer 2 circuit between the ingress and egress PE routers or switches.
Access port statistics
Traffic statistics on Access port of VC/VPLS.
Network port statistics
Traffic statistics on Provider port of VC/VPLS.
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: 07-13-2023