All MIBs › CHECKPOINT-MIB-1 › fwAccepted
fwAccepted
Module: CHECKPOINT-MIB-1
OID (symbolic): CHECKPOINT-MIB-1::fwAccepted
OID (numeric): 1.3.6.1.4.1.1919.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The number of accepted packets.
What is fwAccepted?
A running count of packets the firewall's rule base has explicitly allowed through. Watched as a rate rather than an absolute value, this counter is the baseline against which drops, rejects, and logs are compared; a sudden ratio shift, such as accepted flatlining while rejected climbs, signals a rule change or an attack being blocked rather than normal traffic. Example: fwAccepted climbing steadily at roughly 50,000 per minute matches expected business-hours traffic, while a sudden flatline would suggest the interface itself lost link rather than a policy issue.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1919.1.1.4 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-1::fwAccepted
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1919.1.1.4.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-1::fwAccepted.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> fwAccepted.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::fwAccepted 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.4 | fwAccepted | CHECKPOINT-MIB-1 |