rEtherStatsCRCAlignErrors
SWITCH-RMON-MIB ·
.1.3.6.1.4.1.8886.6.1.22.1.1.1.8
Object
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 but had 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).
Context
- MIB
- SWITCH-RMON-MIB
- OID
.1.3.6.1.4.1.8886.6.1.22.1.1.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rEtherStatsEntry
- Table
- rEtherStatsTable
- Siblings
- 20
Syntax
RFC1155-SMICounter
- Source
- RFC1155-SMICounter
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rEtherStatsIndex mandatory The value of this object uniquely identifies this
etherStats entry. | column | Integer32 | .1.3.6.1.4.1.8886.6.1.22.1.1.1.1 |
| rEtherStatsOversizePkts mandatory The total number of packets received that were
longer than 1518 octets (excluding framing bits,
but including FCS octets) and were otherwise
well formed. | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.10 |
| rEtherStatsFragments mandatory The total number of packets received that were less
than 64 octets in length (excluding framing bits but
including FCS octets) and had either a bad Frame
Check Sequence (FCS) with… | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.11 |
| rEtherStatsJabbers mandatory The total number of packets received that were
longer than 1518 octets (excluding framing bits,
but including FCS octets), and had either a bad
Frame Check Sequence (FCS) with an … | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.12 |
| rEtherStatsCollisions mandatory The best estimate of the total number of collisions
on this Ethernet segment.
The value returned will depend on the location of
the RMON probe. Section 8.2.1.3 (10B… | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.13 |
| rEtherStatsPkts64Octets mandatory The total number of packets (including bad
packets) received that were 64 octets in length
(excluding framing bits but including FCS octets). | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.14 |
| rEtherStatsPkts65to127Octets mandatory The total number of packets (including bad
packets) received that were between
65 and 127 octets in length inclusive
(excluding framing bits but including FCS octets). | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.15 |
| rEtherStatsPkts128to255Octets mandatory The total number of packets (including bad
packets) received that were between
128 and 255 octets in length inclusive
(excluding framing bits but including FCS octets). | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.16 |
| rEtherStatsPkts256to511Octets mandatory The total number of packets (including bad
packets) received that were between
256 and 511 octets in length inclusive
(excluding framing bits but including FCS octets). | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.17 |
| rEtherStatsPkts512to1023Octets mandatory The total number of packets (including bad
packets) received that were between
512 and 1023 octets in length inclusive
(excluding framing bits but including FCS octets). | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.18 |
| rEtherStatsPkts1024to1518Octets mandatory The total number of packets (including bad
packets) received that were between
1024 and 1518 octets in length inclusive
(excluding framing bits but including FCS octets). | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.19 |
| rEtherStatsDataSource mandatory This object identifies the source of the data that
this etherStats entry is configured to analyze. This
source can be any ethernet interface on this device.
In order to identify … | column | ObjectIdentifier | .1.3.6.1.4.1.8886.6.1.22.1.1.1.2 |
| rEtherStatsOwner mandatory The entity that configured this entry and is
therefore using the resources assigned to it. | column | OwnerString | .1.3.6.1.4.1.8886.6.1.22.1.1.1.20 |
| rEtherStatsStatus mandatory The status of this etherStats entry. | column | EntryStatus | .1.3.6.1.4.1.8886.6.1.22.1.1.1.21 |
| rEtherStatsDropEvents mandatory 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 … | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.3 |
| rEtherStatsOctets mandatory The total number of octets of data (including
those in bad packets) received on the
network (excluding framing bits but including
FCS octets).
This object can be us… | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.4 |
| rEtherStatsPkts mandatory The total number of packets (including bad packets,
broadcast packets, and multicast packets) received. | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.5 |
| rEtherStatsBroadcastPkts mandatory The total number of good packets received that were
directed to the broadcast address. Note that this
does not include multicast packets. | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.6 |
| rEtherStatsMulticastPkts mandatory 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. | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.7 |
| rEtherStatsUndersizePkts mandatory 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. | column | RFC1155-SMICounter | .1.3.6.1.4.1.8886.6.1.22.1.1.1.9 |