cldEventState
CISCO-LIVEDATA-MIB ·
.1.3.6.1.4.1.9.9.814.1.5.1.1.5
Object
column Enumeration
This object indicates the state (not to be confused with
severity) of the event and potentially the current status of
the functional component that generated the event. The
possible states are:
'raise': A raise state identifies an event received as a
result of a health-impacting condition, such as a
process failure. A subsequent clear state event
will follow when the error condition is resolved.
A node which generates a 'raise' state event may
be impaired and likely requires the attention of
an administrator.
'clear': The clear state indicates that the condition
which generated a previous raise notification has
been resolved. This may occur automatically with
fault-tolerant deployments or may be the result
of administrator intervention.
Context
- MIB
- CISCO-LIVEDATA-MIB
- OID
.1.3.6.1.4.1.9.9.814.1.5.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cldEventEntry
- Groups
- 1
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 'CISCO-LIVEDATA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LIVEDATA-MIB::cldEventState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LIVEDATA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LIVEDATA-MIB::cldEventState.<cldEventIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LIVEDATA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LIVEDATA-MIB::cldEventState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | raise |
2 | clear |
Conformance
Member of