componentConfigurationActiveBootMode
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.22.32.11.1.3
Object
column mandatory
Enumeration
Indicates the active copy of the firmware from which the component is booting. NOTE: Some components do not support the automatic boot recovery. It displays 'notApplicable' for such components. Booting from the temporary copy is recommended since it typically contains the latest enhancements and fixes. Switching to the permanent copy should be reserved for when booting from the temporary copy is no longer possible.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.22.32.11.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- componentConfigurationEntry
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::componentConfigurationActiveBootMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::componentConfigurationActiveBootMode.<componentConfigurationTopologyPath>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::componentConfigurationActiveBootMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | temporary |
2 | permanent |
255 | notApplicable |