upgradeFirmwareSource
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.5.1
Object
scalar mandatory
r/w
Enumeration
Selects the source from which firmware is read. There are 2
possible values, eprom(1) and flash(2). A valid selection
will cause a system reset, followed by the execution of the
selected firmware. The default selection is eprom(1).
A valid selection is defined as:
o a selection which yields a firmware that is
different from the one currently executing, or
o selection of flash(2), for which flash memory is available
and contains a checksum verified firmware.
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.5.1- 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::upgradeFirmwareSource.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::upgradeFirmwareSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | eprom |
2 | flash |