All MIBs › CHECKPOINT-MIB-2 › ipInDiscards
ipInDiscards
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::ipInDiscards
OID (numeric): 1.3.6.1.2.1.4.8
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly.
What is ipInDiscards?
Counts input IP datagrams that had no header problems but were still discarded, typically for lack of buffer space, explicitly excluding datagrams lost while awaiting reassembly. A rising ipInDiscards under load is a resource-exhaustion signal distinct from a routing or policy problem; it means the box's IP stack is being overwhelmed faster than buffers can be freed, which on an appliance often correlates with CPU or memory pressure rather than link errors. Example: ipInDiscards climbing during a traffic surge while ifInErrors on the same interface stays at zero points to buffer exhaustion in the IP stack, not a bad cable.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.8 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::ipInDiscards
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.8.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::ipInDiscards.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB-2::ipInDiscards OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.4 | ip | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.4.8 | ipInDiscards | CHECKPOINT-MIB-2 |