Use this command to display interface traffic information.
| Format | show interfaces traffic [unit/slot/port] |
| Mode | Privileged EXEC |
| Field | Description |
|---|---|
| Interface Name | The interface associated with the rest of the data in the row. |
| Congestion Drops | The number of packets that have been dropped on the interface due to congestion. |
| TX Queue | The number of bytes in the transmit queue. |
| RX Queue | The number of bytes in the receive queue. |
| Color Drops: Green | The number of green packets that were dropped. |
| Color Drops: Yellow | The number of yellow (conformed) packets that were dropped. |
| Color Drops: Red | The number of red (exceeded) packets that were dropped. |
| WRED TX Queue | The number of packets in the WRED transmit queue. |
| ECN Tx Queue | The number of packets in the ECN transmit queue. |
Example: The following shows example CLI display output for the command.
(Routing) #show interfaces traffic Intf Congestion Tx Queue Rx Queue Color Drops (Pkts) WRED Tx ECN Tx Name Drops(Pkts) (KB) (KB) Green Yellow Red Queue(KB) (Pkts) ------- ----------- -------- -------- ----------- ---------- ---------- ------------- -------- 0/1 0 0 NA 0 0 0 0 0 0/2 0 0 NA 0 0 0 0 0 0/3 0 0 NA 0 0 0 0 0 0/4 0 0 NA 0 0 0 0 0 0/5 0 0 NA 0 0 0 0 0 0/6 0 0 NA 0 0 0 0 0 0/7 0 0 NA 0 0 0 0 0 0/8 0 0 NA 0 0 0 0 0 0/9 0 0 NA 0 0 0 0 0 0/10 0 0 NA 0 0 0 0 0 0/11 0 0 NA 0 0 0 0 0
The show interfaces traffic <u/s/p> command displays per cos queue statistics.
(Routing) #show interfaces traffic 0/1
Interface Name................................. 0/1
Congestion Drops(Pkts)......................... 0
Tx Queue(KB)............................... 0
Rx Queue(KB)............................... NA
Color Drops Green(Pkts)........................ 0
Color Drops Yellow(Pkts)....................... 0
Color Drops Red(Pkts).......................... 0
WRED Tx Queue(KB)........................... 0
ECN Tx(Pkts)................................... 0
CoS Queue statistics
CoS Total Drops Total Peak Current Average
(Pkts) (KB) (KB) (KB) (KB)
----- ------------ ---------- ---------- ---------- ----------
0 0 0 0 0 0
1 0 0 0 0 0
2 0 0 0 0 0
3 0 0 0 0 0
4 0 0 0 0 0
5 0 0 0 0 0
6 0 0 0 0 0
7 0 8 0 0 0
8 NA NA NA NA 1344550
Note:
- If counter is not supported in hardware, the show command displays the counter value as NA.
- The clear counters command clears all the new counters except peak count as this is a status value not a counter.