This command reports key summary statistics for all the ports (physical/CPU/port-channel).
| Format | show interface counters |
| Mode |
|
| Term | Definition |
|---|---|
| Port | The interface associated with the rest of the data in the row. |
| InOctects | The total number of octets received on the interface. |
| InUcastPkts | The total number of unicast packets received on the interface. |
| InMcastPkts | The total number of multicast packets received on the interface. |
| InBcastPkts | The total number of broadcast packets received on the interface. |
| InDropPkts | The number of packets dropped at the ingress. |
| OutOctects | The total number of octets transmitted by the interface. |
| OutUcastPkts | The total number of unicast packets transmitted by the interface. |
| OutMcastPkts | The total number of multicast packets transmitted by the interface. |
| OutBcastPkts | The total number of broadcast packets transmitted by the interface. |
| OutDropPkts | The number of packets dropped at the egress. |
| Tx Error | The number of error packets (FCS, Jabbers, Undersize, and so on) captured at the egress. |
Example: The following shows example CLI display output for the command.
(Routing) #show interface counters Port InOctets InUcastPkts InMcastPkts InBcastPkts InDropPkts Rx Error ----- ---------------- ---------------- ---------------- ---------------- ---------------- ---------- 0/1 0 0 0 0 0 0 0/2 0 0 0 0 0 0 0/3 7186336 0 76181 14757 12 0 0/4 7731501 13097 55309 3356 0 0 0/5 298587 0 2468 0 0 0 0/6 0 0 0 0 0 0 Port OutOctets OutUcastPkts OutMcastPkts OutBcastPkts OutDropPkts Tx Error ----- ---------------- ---------------- ---------------- ---------------- ---------------- ----------- 0/1 0 0 0 0 0 0 0/2 0 0 0 0 0 0 0/3 6284609 70 50423 3542 7 0 0/4 9122028 13670 78689 14951 0 0 0/5 13279037 70 124151 18307 0 0 0/6 0 0 0 0 0 0