All MIBs › CHECKPOINT-MIB › raLogonTime
raLogonTime
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::raLogonTime
OID (numeric): 1.3.6.1.4.1.2620.500.9000.1.29
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
What is raLogonTime?
Records the time, as an integer timestamp, this remote-access user's session logged on. This is what an admin uses to spot anomalously long-lived sessions; a raLogonTime far older than any reasonable workday length for a user who's supposedly still active can indicate a session that never properly torn down and is quietly consuming a license slot or a connection-table entry. Example: a session showing raLogonTime from four days ago while raUserState still reports active(3) is a strong candidate for a stale session that should be forcibly cleared.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.500.9000.1.29 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::raLogonTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.500.9000.1.29.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::raLogonTime.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::raLogonTime 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.29 | raLogonTime | CHECKPOINT-MIB |