nbsCmmcSlotUpgradable
NBS-CMMC-MIB ·
.1.3.6.1.4.1.629.200.7.1.1.23
Object
column Enumeration
This object indicates whether the card in this slot
can now be reprogrammed. It should be used together
with nbsCmmcSysUpgrade.
Cards without reprogrammable firmware should always
report notSupported (1). Reprogrammable cards should
report supported(2) only if the NM has the appropriate
firmware image already loaded and ready to send to
the card.
Context
- MIB
- NBS-CMMC-MIB
- OID
.1.3.6.1.4.1.629.200.7.1.1.23- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nbsCmmcSlotEntry
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 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcSlotUpgradable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcSlotUpgradable.<nbsCmmcSlotChassisIndex>.<nbsCmmcSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-CMMC-MIB::nbsCmmcSlotUpgradable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | supported |