All MIBs › CHECKPOINT-MIB-1 › fwFilterName
fwFilterName
Module: CHECKPOINT-MIB-1
OID (symbolic): CHECKPOINT-MIB-1::fwFilterName
OID (numeric): 1.3.6.1.4.1.1919.1.1.2
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: The name of the loaded filter.
What is fwFilterName?
Gives the name of the compiled INSPECT filter/policy currently loaded into the firewall kernel. Because Check Point compiles the security policy into a named filter file before loading it, this string lets an admin verify a policy push actually took effect on this specific gateway rather than trusting the management server's report. Example: fwFilterName reading 'Standard.pf' after a policy install confirms that filter, and not a stale or fallback filter, is what's currently enforcing rules on the box.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1919.1.1.2 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-1::fwFilterName
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1919.1.1.2.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-1::fwFilterName.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::fwFilterName 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.2 | fwFilterName | CHECKPOINT-MIB-1 |