This command displays the RMON statistics for the given interfaces.
Format | show rmon statistics interfaces unit/slot/port |
Mode | Privileged EXEC |
Parameter | Description |
---|---|
Port | unit/slot/port |
Dropped | Total number of dropped events on the interface. |
Octets | Total number of octets received on the interface. |
Packets | Total number of packets received (including error packets) on the interface. |
Broadcast | Total number of good broadcast packets received on the interface. |
Multicast | Total number of good multicast packets received on the interface. |
CRC Align Errors | Total number of packets received have a length (excluding framing bits, including FCS octets) of between 64 and 1518 octets inclusive. |
Collisions | Total number of collisions on the interface. |
Undersize Pkts | Total number of undersize packets. Packets are less than 64 octets long (excluding framing bits, including FCS octets). |
Oversize Pkts | Total number of oversize packets. Packets are longer than 1518 octets (excluding framing bits, including FCS octets). |
Fragments | Total number of fragment packets. Packets are not an integral number of octets in length or had a bad Frame Check Sequence (FCS), and are less than 64 octets in length (excluding framing bits, including FCS octets). |
Jabbers | Total number of jabber packets. Packets are longer than 1518 octets (excluding framing bits, including FCS octets), and are not an integral number of octets in length or had a bad Frame Check Sequence (FCS). |
64 Octets | Total number of packets which are 64 octets in length (excluding framing bits, including FCS octets). |
65-127 Octets | Total number of packets which are between 65 and 127 octets in length (excluding framing bits, including FCS octets). |
128-255 Octets | Total number of packets which are between 128 and 255 octets in length (excluding framing bits, including FCS octets). |
256-511 Octets | Total number of packets which are between 256 and 511 octets in length (excluding framing bits, including FCS octets). |
512-1023 Octets | Total number of packets which are between 512 and 1023 octets in length (excluding framing bits, including FCS octets). |
1024-1518 Octets | Total number of packets which are between 1024 and 1518 octets in length (excluding framing bits, including FCS octets). |
HC Overflow Pkts | Total number of times the packet counter has overflowed. |
HC Overflow Octets | Total number of times the octet counter has overflowed. |
HC Overflow Pkts 64 Octets | The number of times the associated 64-octet counter has overflowed. |
HC Overflow Pkts 65 - 127 Octets | The number of times the associated 65 to 127 octet counter has overflowed. |
HC Overflow Pkts 128 - 255 Octets | The number of times the associated 128 to 255 octet counter has overflowed. |
HC Overflow Pkts 256 - 511 Octets | The number of times the associated 256 to 511 octet counter has overflowed. |
HC Overflow Pkts 512 - 1023 Octets | The number of times the associated 512 to 1023 octet counter has overflowed. |
HC Overflow Pkts 1024 - 1518 Octets | The number of times the associated 1024 to 1518 octet counter has overflowed. |
Example: The following shows example CLI display output for the command.
(Routing) # show rmon statistics interfaces 1/0/1 Port: 1/0/1 Dropped: 0 Octets: 0 Packets: 0 Broadcast: 0 Multicast: 0 CRC Align Errors: 0 Collisions: 0 Undersize Pkts: 0 Oversize Pkts: 0 Fragments: 0 Jabbers: 0 64 Octets: 0 65 - 127 Octets: 0 128 - 255 Octets: 0 256 - 511 Octets: 0 512 - 1023 Octets: 0 1024 - 1518 Octets: 0 HC Overflow Pkts: 0 HC Pkts: 0 HC Overflow Octets: 0 HC Octets: 0 HC Overflow Pkts 64 Octets: 0 HC Pkts 64 Octets: 0 HC Overflow Pkts 65 - 127 Octets: 0 HC Pkts 65 - 127 Octets: 0 HC Overflow Pkts 128 - 255 Octets: 0 HC Pkts 128 - 255 Octets: 0 HC Overflow Pkts 256 - 511 Octets: 0 HC Pkts 256 - 511 Octets: 0 HC Overflow Pkts 512 - 1023 Octets: 0 HC Pkts 512 - 1023 Octets: 0 HC Overflow Pkts 1024 - 1518 Octets: 0 HC Pkts 1024 - 1518 Octets: 0