show mpls counters static
Use this command to display traffic statistics for statically configured FTNs and ILMs.
Command Syntax
show mpls counters static ((ftn (A.B.C.D/M|)) | (ilm (A.B.C.D/M|)) |)
Parameter
ftn
FEC-to-NHLFE map counters
A.B.C.D/M
FEC prefix
ilm
Incoming label map counters
A.B.C.D/M
FEC prefix
Command Mode
Exec mode
Applicability
This command was introduced in OcNOS version 1.3.2.
Note: For Qumran, counters are not available for transit nodes.
Examples
#show mpls counters static
[ FTN statistics ]
+------------------+-----------+--------------------+--------------------+
| FEC | out-label | Tx packets | Tx bytes |
+------------------+-----------+--------------------+--------------------+
192.168.1.0/24 100 0 0
192.168.2.0/24 200 0 0
[ ILM statistics ]
+------------------+-----------+-----------+--------------------+--------------------+--------------------+----------------+
| FEC | in-label | out-label | Rx packets | Rx bytes | Tx packets | Tx bytes |
+------------------+-----------+-----------+--------------------+--------------------+--------------------+----------------+
0.0.0.0/0 201 n/a 0 0 n/a n/a
0.0.0.0/0 101 n/a 0 0 n/a n/a
192.168.3.0/24 301 302 0 0 0 0
192.168.4.0/24 401 402 0 0 0 0
#
Table 6 explains the show command output fields.
Table 6: show mpls counters static output field
Field | Description |
---|
FTN statistics | Displays the statistics details of FTN. |
ILM statistics | Displays the statistics details of ILM. |
FEC | Displays the Forward Equivalency Class (FEC) for this entry. |
In-label | Displays the ingress (incoming interface) label for this segment. |
Out-label | Displays the egress (outgoing interface) label for this segment. |
Rx packets | Number of hello packets received from the neighbor. |
Rx bytes | Size of hello packets received from the neighbor. |
Tx packets | Number of hello packets sent to the neighbor. |
Tx bytes | Size of hello packets sent to the neighbor. |
Last modified date: 07-13-2023