Cisco Systems SPS208G Switch User Manual


 
RMON Commands
show rmon statistics
SPS208G/SPS224G4/SPS2024 Command Line Interface Reference Guide 315
25
Example
The following example displays RMON Ethernet statistics for Ethernet port e1.
Console# show rmon statistics ethernet e1
RMPort: e1
Dropped: 8
Octets: 878128 Packets: 978
Broadcast: 7 Multicast: 1
CRC Align Errors: 0 Collisions: 0
Undersize Pkts: 0 Oversize Pkts: 0
Fragments: 0 Jabbers: 0
64 Octets: 98 65 to 127 Octets: 0
128 to 255 Octets: 0 256 to 511 Octets: 0
512 to 1023 Octets: 491 1024 to 1518 Octets: 389
The following table describes the significant fields shown in the display.
Field
Description
Dropped The total number of events in which packets were dropped by
the probe due to lack of resources. Note that this number is
not necessarily the number of packets dropped; it is just the
number of times this condition has been detected.
Octets The total number of octets of data (including those in bad
packets) received on the network (excluding framing bits but
including FCS octets).
Packets The total number of packets (including bad packets,
Broadcast packets, and Multicast packets) received.
Broadcast The total number of good packets received and directed to
the Broadcast address. Does not include Multicast packets.
Multicast The total number of good packets received and directed to a
Multicast address. This number does not include packets
directed to the Broadcast address.
CRC Align Errors The total number of packets received with a length (excluding
framing bits, but including FCS octets) of between 64 and
1518 octets, inclusive, but with either a bad Frame Check
Sequence (FCS) with an integral number of octets (FCS Error)
or a bad FCS with a non-integral number of octets (Alignment
Error).