All MIBs › CHECKPOINT-MIB › raTunnelEncAlgorithm
raTunnelEncAlgorithm
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::raTunnelEncAlgorithm
OID (numeric): 1.3.6.1.4.1.2620.500.9000.1.27
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
What is raTunnelEncAlgorithm?
Reports which ESP encryption algorithm this remote-access session's tunnel is actually using, chosen from the negotiated set, including options like the very weak espDES or even espNULL, meaning no encryption. This is a direct security-posture check per session; a live session negotiating down to espDES or espNULL indicates either a misconfigured allowed-algorithms list or a legacy client forcing a weak cipher, a very different finding than a session correctly running strong 3DES or better. Example: finding one active session's raTunnelEncAlgorithm reporting espNULL(9), meaning that session is carrying VPN traffic completely unencrypted, is the kind of finding that demands immediate remediation of that client's allowed cipher list.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.500.9000.1.27 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::raTunnelEncAlgorithm
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.500.9000.1.27.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::raTunnelEncAlgorithm.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::raTunnelEncAlgorithm 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.27 | raTunnelEncAlgorithm | CHECKPOINT-MIB |