show mpls counters isis-segment-routing
Use this command to display traffic statistics for isis-segment-routing FTNs and ILMs.
Command Syntax
show mpls counters isis-segment-routing (ftn (A.B.C.D/M|)) | (ilm (A.B.C.D/M|))
Parameters
isis-segment-routing
isis segment-routing ftn's/ilm statistics
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
Privileged Exec mode
Applicability
This command was introduced in OcNOS version 4.1.
Note: Note: For Qumran, counters are not available for transit nodes.
Example
#show mpls counters isis-segment-routing ftn 3.3.3.3/32
+------------------+-----------+--------------------+--------------------+
| FEC | out-label | Tx packets | Tx bytes |
+------------------+-----------+--------------------+--------------------+
3.3.3.3/32 16004 7270160 58161640
#show mpls counters isis-segment-routing ilm 3.3.3.3/32
+------------------+-----------+-----------+--------------------+--------------------+--------------------+----------------+
| FEC | in-label | out-label | Rx packets | Rx bytes | Tx packets | Tx bytes |
+------------------+-----------+-----------+--------------------+--------------------+--------------------+----------------+
3.3.3.3/32 16004 16004 0 0 0 0
#
Table 1-1 explains the show command output fields.
Table 1-1: show mpls counters isis-segment-routing
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 SR labeled(SID) packets received from the neighbor. |
Rx bytes | Size SR labeled(SID) packets received from the neighbor. |
Tx packets | Number of SR labeled(SID) labeled packets sent to the neighbor. |
Tx bytes | Size of SR labeled(SID) packets sent to the neighbor. |
Last modified date: 10/20/2023