restartControl
HP-PROCURVE-420-PRIVATE-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.37.5.2
Object
scalar mandatory
r/w
Enumeration
Setting this object to warmBoot(2) causes the device to restart the application software with current configuration parameters saved in non-volatile memory. Setting this object to coldBoot(3) causes the device to reinitialize configuration parameters in non-volatile memory to default values and restart the application software. When the device is running normally, this variable has a value of running(1).
Context
- MIB
- HP-PROCURVE-420-PRIVATE-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.37.5.2- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- enterpriseApResetMgt
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-PROCURVE-420-PRIVATE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-PROCURVE-420-PRIVATE-MIB::restartControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-PROCURVE-420-PRIVATE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-PROCURVE-420-PRIVATE-MIB::restartControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | warmBoot |
3 | coldBoot |