Graph Port Rmon
| Item | Description |
|
| Octets | The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets). |
| Pkts | The total number of packets (including error packets) received. |
| BroadcastPkts | The total number of good packets received that were directed to the broadcast address. |
| MulticastPkts | The total number of good packets received that were directed to a multicast address. Note that this number does not include packets directed to the broadcast address. |
| CRCAlignErrors | The total number of packets received that had a length (excluding framing bits, but including FCS octets) of between 64 and 1518 octets, inclusive, but were not an integral number of octets in length or had a bad Frame Check Sequence (FCS). |
| UndersizePkts | The total number of packets received that were less than 64 octets long (excluding framing bits, but including FCS octets) and were otherwise well formed. |
| OversizePkts | The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets) and were otherwise well formed. |
| Fragments | The total number of packets received that were not an integral number of octets in length or that had a bad Frame Check Sequence (FCS), and were less than 64 octets in length (excluding framing bits but including FCS octets). |
| Collisions | The best estimate of the total number of collisions on this Ethernet segment. |