show interface counters summary
Use this command to display the summary of traffic counters on a specific interface or all interfaces.
Note: This command is supported for the out-of-band management (OOB) management interface.
Command Syntax
show interface (IFNAME|) counters summary
Parameter
IFNAME
Interface name.
Command Mode
Exec mode and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show interface xe1/1 counters summary
+-----------+-------------------------------+-------------------------------+
| | Rx | Tx |
| Interface |-------------------------------+-------------------------------|
| | packets | bytes | packets | bytes |
+-----------+---------------+---------------+---------------+---------------+
xe1/1 11032977 11032960000 61 3904
#show interface counters summary
+-------------+--------------------+--------------------+--------------------+--------------------+
| Interface | Rx packets | Rx bytes | Tx packets | Tx bytes |
+-------------+--------------------+--------------------+--------------------+--------------------+
eth0 206222 13756391 235123 337010937
po1 809121 72989094 825221 90605534
xe1/1 0 0 1 114
xe3/1 43 4730 21 2298
xe5/1 29 3178 21 2298
xe8 10 1076 14 1532
xe9/1 16 1760 21 2298
xe11/1 0 0 7 766
xe19/1 12426292 1298526692 6 620
xe21/1 13 1386 14 1532
xe28/1 3144 202370 21 2298
xe30/1 3161 202304 7 766
xe32/1 694067 61687838 710274 79315093
xe32/2 115054 11301256 114947 11290441
xe32/3 603759 51208946 620502 68865557
xe32/4 7 766 7 766
Table 21-62 explain the fields in the command output.
Table 21-62: show interface counters summary output details
Field | Description |
---|
Interface | The particular interface. |
RX | Number of hello packets received from the neighbor. |
TX | Number hello packets transmitted to the neighbor. |
bps | Bytes per second. |
pps | Packets per second. |
RX bps | Number of hello packets received from the neighbor in bytes per second. |
RX pps | Number of hello packets received from the neighbor in packets per second. |
TX bps | Number hello packets transmitted to the neighbor in bytes per second. |
Tx pps | Number hello packets transmitted to the neighbor in packets per second. |
Last modified date: 10/19/2023