All MIBs › RFC1284-MIB › dot3StatsOutOfRangeLengthFields
dot3StatsOutOfRangeLengthFields
Module: RFC1284-MIB
OID (symbolic): RFC1284-MIB::dot3StatsOutOfRangeLengthFields
OID (numeric): 1.3.6.1.2.1.10.7.2.1.15
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: A count of frames received on a particular interface for which the length field value exceeds the maximum allowed LLC data size.
The count represented by an instance of this object is not incremented in implementations that observe Ethernet encapsulation conventions (by which the IEEE 802.3 length field is interpreted as the Ethernet Type field).
What is dot3StatsOutOfRangeLengthFields?
Counts received frames whose length field exceeds the maximum allowed LLC data size. On devices that treat the 802.3 length field as an Ethernet Type field (standard Ethernet II encapsulation) this counter never increments, so admins should expect it to stay at zero on typical modern Ethernet gear and only investigate if it's nonzero on genuine 802.3-framed links. For example, on a legacy pure-802.3 segment, a frame reporting a length larger than the LLC maximum would increment this counter.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.10.7.2.1.15 snmpwalk -v2c -c public <target> RFC1284-MIB::dot3StatsOutOfRangeLengthFields
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.10.7.2.1.15.1 snmpget -v2c -c public <target> RFC1284-MIB::dot3StatsOutOfRangeLengthFields.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dot3StatsOutOfRangeLengthFields.1
Start monitoring vendor-neutral, standards-based MIB, Ethernet-equipped router/host (legacy EtherLike-MIB predecessor) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the RFC1284-MIB::dot3StatsOutOfRangeLengthFields OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, Ethernet-equipped router/host (legacy EtherLike-MIB predecessor) from a single console.
OID Breakdown
Upper-level ancestors (10 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| 1.3.6.1.2.1.10 | transmission | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.10.7 | dot3 | EtherLike-MIB |
| 1.3.6.1.2.1.10.7.2 | dot3StatsTable | EtherLike-MIB |
| 1.3.6.1.2.1.10.7.2.1 | dot3StatsEntry | EtherLike-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.10.7.2.1.15 | dot3StatsOutOfRangeLengthFields | RFC1284-MIB |