nbsCmmcSlotModuleStatus
OBS ✓
NBS-CMMC-MIB ·
.1.3.6.1.4.1.629.200.7.1.1.38
Object
column Enumeration
Slots that have no card installed should be reported as
empty(2).
Slots where a card has been physically inserted should be
reported as notReady(3) while the card is loading or
warming up, and ready(4) once the card is fully
operational.
Slots that support redundant action may report standby(5)
if they are not yet ready but waiting to go to ready(4) in
case of failover.
When this object is unavailable the Agent will report
the status notSupported (1).
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- NBS-CMMC-MIB
- OID
.1.3.6.1.4.1.629.200.7.1.1.38- 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::nbsCmmcSlotModuleStatus'
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::nbsCmmcSlotModuleStatus.<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::nbsCmmcSlotModuleStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | empty |
3 | notReady |
4 | ready |
5 | standby |