fwImageIsUpdateable
IBM-BCCUSTOM-MIB ·
.1.3.6.1.4.1.2.6.215.3.1.1.1.5
Object
column Enumeration
This object indicates whether the firmware image index can be updated separately using one of the indicated file transfer mechanisms from 'fwImageProtocol'. If this specific image cannot be updated then IOM must return 'notupdateable' otherwise IOM must return updateable'.
Context
- MIB
- IBM-BCCUSTOM-MIB
- OID
.1.3.6.1.4.1.2.6.215.3.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fwInformationEntry
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 'IBM-BCCUSTOM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-BCCUSTOM-MIB::fwImageIsUpdateable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-BCCUSTOM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-BCCUSTOM-MIB::fwImageIsUpdateable.<fwImageIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-BCCUSTOM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-BCCUSTOM-MIB::fwImageIsUpdateable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | updateable |
1 | notupdateable |