bootSequenceInfoBootSequence
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.22.1.16.1.3
Object
column mandatory
r/w
OctetString
A blank delimited string of device ids in the order of the boot sequence. For example, 00000001 00000002 00000005. Note that the boot sequence list can change from a given order and can grow from a given order, but cannot be reduced in length. For example, if the sequence starts as 00000001 00000011, it could change to 00000001 00000014 or grow to 00000001 00000014 00000002. In the example above, if the 00000002 selection was no longer desired, the list should be changed to 00000001 00000014 00000014, essentially repeating the last device ID. Device ids must be listed in bootDeviceInfoTable.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.22.1.16.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- bootSequenceInfoEntry
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::bootSequenceInfoBootSequence'
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::bootSequenceInfoBootSequence.<bootSequenceInfoTopologyIndex>'
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::bootSequenceInfoBootSequence'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.