cmBad

CISCO-MODEM-MGMT-MIB · .1.3.6.1.4.1.9.9.47.1.3.2.1.6

Object

column r/w SNMPv2-TCTruthValue
This object can hold modem out of service and marks the modem 
as suspected or proven to be bad. During the router start-up 
initialization sequence, modem back-to-back tests will test 
modems and mark those modems failing tests as bad modems.  The
management entity also can use this command to lock out the 
suspicious modem or unlock the modem to do further debugging 
or test. This command will be used accompanied with cmholdReset 
command to put modem out of service.  This command doesn't do 
the reset. For a normally good modem, it can start handling 
calls after it exits from modem reset mode. For a bad modem, it 
cannot start handling calls after it exits from modem reset 
mode. The manager needs to take modem out of bad modem mode 
in order to handle calls.
              
This object is only valid when cmState is onHook or
busiedOut. The value of true(1) indicates the modem is 
suspected to be bad and its state is set to bad.  The 
value of false(2) indicates the modem has not been suspected 
to be bad or has been re-marked as good.

Context

MIB
CISCO-MODEM-MGMT-MIB
OID
.1.3.6.1.4.1.9.9.47.1.3.2.1.6
Type
column
Access
readwrite
Status
current
Parent
cmLineConfigEntry
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::cmBad'
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::cmBad.<index>'
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::cmBad'

Syntax

Source
SNMPv2-TCTruthValue
Base type
Enumeration
Type Description
Represents a boolean value.

Values & Constraints

Type Values
1true
2false

Conformance