All MIBs › CDMIPController › cdmipDroppedPacketsTotal
cdmipDroppedPacketsTotal
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipDroppedPacketsTotal
OID (numeric): 1.3.6.1.4.1.6247.4.8.3.12
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description: The total number of packets dropped for any reason.
What is cdmipDroppedPacketsTotal?
This counts the total number of packets dropped for any reason. As the aggregate of every specific drop-reason counter in this MIB, such as TTL expired, bad header, no route, multicast disabled, filtered, no ARP entry, bad buffer length, and bad IP version, this is the first number an admin checks to know whether drops are happening at all, before breaking it down by the more specific counters to find the actual cause. A sudden spike in this total counter would prompt an admin to check each of the specific dropped-packet counters individually, TTL expiry, no-route, bad-header, and the rest, to isolate which particular failure mode is actually responsible for the spike.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.8.3.12 snmpwalk -v2c -c public <target> CDMIPController::cdmipDroppedPacketsTotal
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.8.3.12.1 snmpget -v2c -c public <target> CDMIPController::cdmipDroppedPacketsTotal.1
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipDroppedPacketsTotal OID value, configure state conditions and alerts, and monitor any Comtech EF Data satellite modems from a single console.
OID Breakdown
Upper-level ancestors (7 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 |
| 1.3.6.1.4.1.6247 | comtechEFData | ComtechEFData |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6247.4 | cdmipController | CDMIPController |
| 1.3.6.1.4.1.6247.4.8 | cdmipStatistics | CDMIPController |
| 1.3.6.1.4.1.6247.4.8.3 | cdmipIpRoutingStatistics | CDMIPController |
| 1.3.6.1.4.1.6247.4.8.3.12 | cdmipDroppedPacketsTotal | CDMIPController |