cmState

CISCO-MODEM-MGMT-MIB · .1.3.6.1.4.1.9.9.47.1.3.1.1.6

Object

column Enumeration
Indicates the current state of modem.  The meaning of each 
state code is explained below:
              
    unknown: the current state of the modem is unknown.
              
    onHook: the condition similar to hanging up a telephone
    receiver.  The call cannot enter a connected state when
    the modem is onHook.
              
    offHook: The condition similar to picking up a telephone 
    receiver to dial or answer a call.
              
    connected: The modem is in a state when it can transmit or
    receive data over the communications line.
              
    busiedOut: The modem is busied out (i.e. taken out of
    service) and cannot make outgoing calls or receive incoming
    calls.
              
    disabled: The modem is in a reset state and non-functional.
    This state can be set and clear via cmHoldReset.
              
    bad: The modem is suspected or proven to be bad.  The
    operator can take the modem out of service and mark
    the modem as 'bad' via cmBad.
              
    loopback: The modem is in a state where it is currently
    running back-to-back loopback testing.
              
    downloadFirmware: The modem is in a state where it is 
    currently downloading the firmware.
              
    downloadFirmwareFailed: The modem is not operational because
    the downloading of firmware to it has failed.

Context

MIB
CISCO-MODEM-MGMT-MIB
OID
.1.3.6.1.4.1.9.9.47.1.3.1.1.6
Type
column
Access
readonly
Status
current
Parent
cmLineStatusEntry
Groups
1

Walk 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 'CISCO-MODEM-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MODEM-MGMT-MIB::cmState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-MODEM-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MODEM-MGMT-MIB::cmState.<cmSlotIndex>.<cmPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-MODEM-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-MODEM-MGMT-MIB::cmState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2onHook
3offHook
4connected
5busiedOut
6disabled
7bad
8loopback
9downloadFirmware
10downloadFirmwareFailed

Conformance