esModuleResetToFactoryDefaults
ES-MODULE-MIB ·
.1.3.6.1.4.1.437.1.1.2.1.2.1.1.18
Object
column mandatory
r/w
Enumeration
Setting this object to reset(2) will cause the settings on the module to revert to factory defaults. The module will then be reset by the system. The module's packet operations will cease while the module resets to a known state. A read of this object will always return the value noReset(1). Setting this object to noReset(1) has no effect.
Context
- MIB
- ES-MODULE-MIB
- OID
.1.3.6.1.4.1.437.1.1.2.1.2.1.1.18- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- esModuleEntry
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 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::esModuleResetToFactoryDefaults'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::esModuleResetToFactoryDefaults.<esModuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES-MODULE-MIB::esModuleResetToFactoryDefaults'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noReset |
2 | reset |