cdspOperState

CISCO-DSP-MGMT-MIB · .1.3.6.1.4.1.9.9.86.1.2.1.1.1

Object

column Enumeration
The current operational state of the DSP.
normal    - DSP operates normally 
shutdown  - DSP is shutdown due to fatal error
congested - DSP does not accept call because 
            the DSP buffer is full
failed    - DSP failed

Context

MIB
CISCO-DSP-MGMT-MIB
OID
.1.3.6.1.4.1.9.9.86.1.2.1.1.1
Type
column
Access
readonly
Status
current
Parent
cdspStatusEntry
Groups
2

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1normal
2shutdown
3congested
4failed