upgradeAutoExecute
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.5.8
Object
scalar mandatory
r/w
Enumeration
Indicates whether a newly upgraded firmware version
should immediately be selected for execution. When
this object is disabled(2), the user must explicitly
set the upgradeFirmwareSource object to select and run
a particular firmware version after an upgrade.
When this object is enabled(1), following a successful
firmware upgrade the system will automatically switch
to run the new firmware. The default value is enabled(1).
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.5.8- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- upgrade
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 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::upgradeAutoExecute.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STAND-ALONE-ETHERNET-SWITCH-MIB::upgradeAutoExecute'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |