cdspLastAlarmCause

CISCO-DSP-MGMT-MIB · .1.3.6.1.4.1.9.9.86.1.2.1.1.3

Object

column Enumeration
The object indicates the current or last alarm state of
DSP.
other            - none of the following
noAlarm          - alarm condition had not been detected
dspFatalError    - DSP fatal error 
dspMemoryError   - DSP memory error is detected
dspBufferError   - DSP buffer error
dspDownloadError - Failed to download software to DSP. 
The cdspOperState will be set to 'shutdown(2) if the
alarm condition of DSP is persistent.

Context

MIB
CISCO-DSP-MGMT-MIB
OID
.1.3.6.1.4.1.9.9.86.1.2.1.1.3
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::cdspLastAlarmCause'
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::cdspLastAlarmCause.<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::cdspLastAlarmCause'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2noAlarm
3dspFatalError
4dspMemoryError
5dspBufferError
6dspDownloadError