All MIBs › CISCO-REMOTE-ACCESS-MONITOR-MIB › crasFailLastFailIndex
crasFailLastFailIndex
Module: CISCO-REMOTE-ACCESS-MONITOR-MIB
OID (symbolic): CISCO-REMOTE-ACCESS-MONITOR-MIB::crasFailLastFailIndex
OID (numeric): 1.3.6.1.4.1.9.9.392.1.4.3.2
Node type: OBJECT-TYPE
Type: FailureRecordIndex
Access: read-only
Description: The value of column 'crasSessFailIndex' corresponding to the last row added to the crasSessFailTable.
The value of this object is undefined and should not be processed by the management entity if the value of the object 'crasFailTableSize' is 0.
What is crasFailLastFailIndex?
This object points to the crasSessFailIndex value of the most recently added row in the failure history table, effectively acting as a pointer to the most recent failure. Per the desc, this value is undefined and should not be trusted if crasFailTableSize is 0 (archiving disabled), so an admin should check that the table size is nonzero before relying on this pointer. Polling this index lets a monitoring script quickly jump to the newest failure row without walking the whole table.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.392.1.4.3.2 snmpwalk -v2c -c public <target> CISCO-REMOTE-ACCESS-MONITOR-MIB::crasFailLastFailIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.392.1.4.3.2.1 snmpget -v2c -c public <target> CISCO-REMOTE-ACCESS-MONITOR-MIB::crasFailLastFailIndex.1
Start monitoring Cisco VPN concentrator/remote-access router with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-REMOTE-ACCESS-MONITOR-MIB::crasFailLastFailIndex OID value, configure state conditions and alerts, and monitor any Cisco VPN concentrator/remote-access router 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.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.392 | ciscoRemoteAccessMonitorMIB | CISCO-REMOTE-ACCESS-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.392.1 | ciscoRasMonitorMIBObjects | CISCO-REMOTE-ACCESS-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.392.1.4 | crasFailures | CISCO-REMOTE-ACCESS-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.392.1.4.3 | crasSessFailures | CISCO-REMOTE-ACCESS-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.392.1.4.3.2 | crasFailLastFailIndex | CISCO-REMOTE-ACCESS-MONITOR-MIB |