All MIBs › CHECKPOINT-MIB › tunnelState
tunnelState
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::tunnelState
OID (numeric): 1.3.6.1.4.1.2620.500.9002.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
What is tunnelState?
Reports the current lifecycle state of this site-to-site VPN tunnel: active, idle, phase1, down, or destroy, mirroring the same state values used for remote-access sessions. Because it's writable, an admin can force-clear a tunnel stuck mid-negotiation by setting it to destroy(4), the standard remedy for a site-to-site tunnel that's hung in phase1 and won't renegotiate cleanly on its own. Example: a branch-office tunnel stuck at tunnelState phase1(130) for an extended period, rather than reaching active(3), is a concrete candidate for a manual reset via this object rather than waiting out a retry timer.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.500.9002.1.3 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::tunnelState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.500.9002.1.3.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::tunnelState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2620.500.9002.1.3.1 i <value>
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::tunnelState 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 (7 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.500 | tables | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.500.9002 | tunnelTable | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.500.9002.1 | tunnelEntry | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.500.9002.1.3 | tunnelState | CHECKPOINT-MIB |