statusResetCause
TELESTE-COMMON-MIB ·
.1.3.6.1.4.1.3715.99.2.2.1.1.1
Object
column mandatory
Enumeration
Reason for the last reset.
If the reason is unknown, the value is reasonUnknown(1).
If the device makes self reset and it can detect it, then
value is reasonSelfReset(2). If the reset was made by the
user from the power switch and it can be sensed, then the
value is reasonPowerReset(3). If the reason is an external
command from the user interface or from the network
message (e.g. commonReset), then the reason is
reasonCommandedReset(4).
Context
- MIB
- TELESTE-COMMON-MIB
- OID
.1.3.6.1.4.1.3715.99.2.2.1.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- moduleStatusEntry
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 'TELESTE-COMMON-MIB' -M '/opt/observium/mibs/teleste:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TELESTE-COMMON-MIB::statusResetCause'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TELESTE-COMMON-MIB' -M '/opt/observium/mibs/teleste:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TELESTE-COMMON-MIB::statusResetCause.<moduleId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TELESTE-COMMON-MIB' -M '/opt/observium/mibs/teleste:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TELESTE-COMMON-MIB::statusResetCause'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | selfReset |
3 | powerReset |
4 | commandedReset |
5 | softdownloadReset |