All MIBs › CHECKPOINT-MIB-1 › fwFilterDate
fwFilterDate
Module: CHECKPOINT-MIB-1
OID (symbolic): CHECKPOINT-MIB-1::fwFilterDate
OID (numeric): 1.3.6.1.4.1.1919.1.1.3
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: When was the filter installed (STRING!)
What is fwFilterDate?
Gives, as free text (the DESCRIPTION itself notes it's a string, not a timestamp type), when the currently loaded filter was installed on the gateway. This is what an admin checks after a policy push to confirm the install actually landed at the expected time, or to spot a gateway that's been silently running a stale policy for weeks. Example: fwFilterDate showing a date three weeks older than the rest of the cluster's gateways reveals that one node missed the last policy install and is still enforcing outdated rules.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1919.1.1.3 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-1::fwFilterDate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1919.1.1.3.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-1::fwFilterDate.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::fwFilterDate 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.3 | fwFilterDate | CHECKPOINT-MIB-1 |