All MIBs › CERAGON-MIB › gnEthStatisticDroppedPacketsLsb
gnEthStatisticDroppedPacketsLsb
Module: CERAGON-MIB
OID (symbolic): CERAGON-MIB::gnEthStatisticDroppedPacketsLsb
OID (numeric): 1.3.6.1.4.1.2281.4.14.1.1.18
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: number of frames dropped (LSB)
What is gnEthStatisticDroppedPacketsLsb?
This holds the least-significant 32 bits of a 64-bit dropped-Ethernet-frame counter that the radio's older SNMP counter type can't represent in a single object, so the vendor split it into separate LSB and MSB objects, with gnEthStatisticDroppedPacketsMsb holding the upper half, that a management station must combine to get the true total. Reading only this LSB value on a long-running, high-traffic link risks misreading the drop count if the LSB has wrapped past 32 bits without checking the MSB for a corresponding increment. A monitoring script tracking Ethernet frame drops on this radio link must read both objects together and reconstruct the full 64-bit value rather than trusting this one in isolation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2281.4.14.1.1.18 snmpwalk -v2c -c public <target> CERAGON-MIB::gnEthStatisticDroppedPacketsLsb
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2281.4.14.1.1.18.1 snmpget -v2c -c public <target> CERAGON-MIB::gnEthStatisticDroppedPacketsLsb.1
Start monitoring Ceragon Networks FibeAir microwave radio backhaul systems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CERAGON-MIB::gnEthStatisticDroppedPacketsLsb OID value, configure state conditions and alerts, and monitor any Ceragon Networks FibeAir microwave radio backhaul systems from a single console.
OID Breakdown
Upper-level ancestors (6 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.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2281 | ceragon | CERAGON-MIB |
| 1.3.6.1.4.1.2281.4 | gnAccess | CERAGON-MIB |
| 1.3.6.1.4.1.2281.4.14 | gnEthStatistic | CERAGON-MIB |
| 1.3.6.1.4.1.2281.4.14.1 | gnEthStatisticTable | CERAGON-MIB |
| 1.3.6.1.4.1.2281.4.14.1.1 | gnEthStatisticEntry | CERAGON-MIB |
| 1.3.6.1.4.1.2281.4.14.1.1.18 | gnEthStatisticDroppedPacketsLsb | CERAGON-MIB |