All MIBs › CHECKPOINT-MIB › raUserState
raUserState
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::raUserState
OID (numeric): 1.3.6.1.4.1.2620.500.9000.1.20
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
What is raUserState?
Reports the current lifecycle state of this remote-access VPN user's tunnel: values like active(3), idle(129), phase1(130), down(131), or destroy(4), describing exactly where in the IKE and tunnel-establishment process, or teardown, the session currently sits. Because it's writable, an admin can force a specific stuck session to destroy(4) and clear it without disconnecting other users, the practical remedy for one remote-access session hung in phase1 forever consuming a licensed connection slot. Example: finding a session's raUserState stuck at phase1(130) for hours, never reaching active, identifies a client that failed IKE negotiation and is worth clearing rather than waiting for it to time out on its own.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.500.9000.1.20 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::raUserState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.500.9000.1.20.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::raUserState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2620.500.9000.1.20.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::raUserState 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.9000 | raUsersTable | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.500.9000.1 | raUsersEntry | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.500.9000.1.20 | raUserState | CHECKPOINT-MIB |