All MIBs › CHECKPOINT-MIB-2 › ipReasmFails
ipReasmFails
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::ipReasmFails
OID (numeric): 1.3.6.1.2.1.4.16
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of failures detected by the IP re- assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
What is ipReasmFails?
Counts reassembly failures for whatever reason, timeout or error, noting this isn't necessarily a precise count of discarded fragments since some algorithms lose track once fragments are combined. On a security gateway, a rising ipReasmFails alongside ipReasmReqds indicates fragmented traffic is arriving but not completing, worth investigating as either a hostile fragmentation-evasion attempt or a path dropping some fragments through asymmetric routing or a filtering middlebox. Example: ipReasmFails rising in lockstep with ipReasmReqds, both isolated to one VPN peer, points to that specific tunnel losing fragments in transit rather than a general firewall problem.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.16 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::ipReasmFails
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.16.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::ipReasmFails.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::ipReasmFails 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.16 | ipReasmFails | CHECKPOINT-MIB-2 |