cmmModuleOperStatus
CT-CMMPHYS-MIB ·
.1.3.6.1.4.1.52.4.1.1.18.1.2.1.11
Object
column mandatory
Enumeration
The value of this object is the operational status of
the CMM module.
initializing(1) -- the module is booting up or in the process of
a software upgrade
active(2) -- all modems that belong to this module are available
for accepting calls
leaving-service(3) -- all modems that belong to this module are
functional but are no longer available for
accepting calls (Existing calls are allowed
to terminate normally.)
out-of-service(4) -- none of the modems that belong to this module
are available for accepting calls nor do they
have any existing calls
faulty(5) -- the module has been removed from service by an NMS and
is considered to be unusable
impaired(6) -- the module is otherwise active but one or more
modems are in the out-of-service, initializing,
testing, or faulty states
Context
- MIB
- CT-CMMPHYS-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.18.1.2.1.11- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cmmModuleEntry
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 'CT-CMMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-CMMPHYS-MIB::cmmModuleOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-CMMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-CMMPHYS-MIB::cmmModuleOperStatus.<mBusBoardID>.<cmmModuleID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-CMMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-CMMPHYS-MIB::cmmModuleOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initializing |
2 | active |
3 | leaving-service |
4 | out-of-service |
5 | faulty |
6 | impaired |