All MIBs › CHECKPOINT-MIB-1 › fwDropped
fwDropped
Module: CHECKPOINT-MIB-1
OID (symbolic): CHECKPOINT-MIB-1::fwDropped
OID (numeric): 1.3.6.1.4.1.1919.1.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The number of dropped packets.
What is fwDropped?
A running count of packets the firewall silently discarded, with no notification returned to the sender, because they matched a drop rule or the implicit cleanup rule. Unlike fwRejected, a rising fwDropped with no matching spike in logged connection attempts often points to background scan or probe traffic being silently absorbed, useful for distinguishing attack noise being handled from legitimate traffic being blocked by mistake. Example: fwDropped increasing by a constant few hundred packets per hour with no corresponding user complaints usually means the default cleanup rule is quietly discarding unsolicited internet background noise.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1919.1.1.6 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-1::fwDropped
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1919.1.1.6.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-1::fwDropped.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> fwDropped.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-1::fwDropped 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.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1919 | checkpoint | CHECKPOINT-MIB-1 |
| 1.3.6.1.4.1.1919.1 | products | CHECKPOINT-MIB-1 |
| 1.3.6.1.4.1.1919.1.1 | fw | CHECKPOINT-MIB-1 |
| 1.3.6.1.4.1.1919.1.1.6 | fwDropped | CHECKPOINT-MIB-1 |