show mpls counters ldp
Use this command to display traffic statistics for FTNs and ILMs configured by LDP.
Command Syntax
show mpls counters ldp ((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 ldp
[ FTN statistics ]
+------------------+-----------+--------------------+--------------------+
|       FEC        | out-label |     Tx packets     |      Tx bytes      |
+------------------+-----------+--------------------+--------------------+
 1.1.61.0/24        52480       0                    0
 1.1.62.0/24        52481       0                    0
 1.1.63.0/24        52482       0                    0
 1.1.64.0/24        52483       0                    0
 9.9.9.3/32         52485       0                    0
 
[ ILM statistics ]
+------------------+-----------+-----------+--------------------+--------------------+--------------------+----------------+
|       FEC          | in-label  | out-label |     Rx packets      |      Rx bytes       |     Tx packets      |      Tx bytes    |
+------------------+-----------+-----------+--------------------+--------------------+--------------------+----------------+
#
 
Table 4 explains the show command output fields.
  
Table 4: show mpls counters ldp 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