All MIBs › ASCEND-MIB › sysLastRestartReason
sysLastRestartReason
Module: ASCEND-MIB
OID (symbolic): ASCEND-MIB::sysLastRestartReason
OID (numeric): 1.3.6.1.4.1.529.9.13
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The error code for the previous box restart. The error codes are identical to ones obtained via fatal-history from the debug monitor screen.
What is sysLastRestartReason?
Numeric code indicating why the system last restarted: fatal assertion, buffer exhaustion, bad profile, etc. Helps diagnose recurring issues and instability. Example: Code 2 indicates pool buffer failure.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.529.9.13 snmpwalk -v2c -c public <target> ASCEND-MIB::sysLastRestartReason
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.529.9.13.1 snmpget -v2c -c public <target> ASCEND-MIB::sysLastRestartReason.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.529 | ascend | ASCEND-MIB |
| 1.3.6.1.4.1.529.9 | systemStatusGroup | ASCEND-MIB |
| 1.3.6.1.4.1.529.9.13 | sysLastRestartReason | ASCEND-MIB |