All MIBs › CHECKPOINT-MIB › fwSXLStatus
fwSXLStatus
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::fwSXLStatus
OID (numeric): 1.3.6.1.4.1.2620.1.36.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The current status of SecureXL.
What is fwSXLStatus?
The syntax is an enumerated INTEGER of disabled(0) or enabled(1), and the desc confirms this is the current status of SecureXL. SecureXL offloads bulk packet forwarding from the firewall's slow path into an accelerated fast path, so seeing this flip to disabled(0) on a gateway that is supposed to have it enabled is a major performance red flag — expect a sharp rise in CPU load and latency on high-throughput links right afterward. e.g. fwSXLStatus = 1 (enabled) normally, flipping to 0 after a troubleshooting session where an admin disabled it to debug a connection issue and forgot to re-enable it.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.36.1.1 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::fwSXLStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.36.1.1.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::fwSXLStatus.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::fwSXLStatus 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 (8 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 |
| 1.3.6.1.4.1.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.36 | sxl | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.36.1 | fwSXLGroup | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.36.1.1 | fwSXLStatus | CHECKPOINT-MIB |