sonusSystemServerStatusLastRestartReason
SONUS-SYSTEM-MIB ·
.1.3.6.1.4.1.2879.2.8.5.1.12.1.11
Object
Indicates the reason for last restart of the server.
Context
- MIB
- SONUS-SYSTEM-MIB
- OID
.1.3.6.1.4.1.2879.2.8.5.1.12.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sonusSystemServerStatusEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SONUS-SYSTEM-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONUS-SYSTEM-MIB::sonusSystemServerStatusLastRestartReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SONUS-SYSTEM-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONUS-SYSTEM-MIB::sonusSystemServerStatusLastRestartReason.<sonusSystemServerStatusName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SONUS-SYSTEM-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SONUS-SYSTEM-MIB::sonusSystemServerStatusLastRestartReason'
Syntax
- Source
- SonusNodeSrvrLastRestartReasonType
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknown |
2 | systemRestart |
3 | systemSoftReset |
4 | serverRestart |
5 | serverSoftReset |
6 | switchover |
7 | processAbnormalTermination |
8 | softwareUpgradeOrRevert |
9 | managementPortDown |