cldServiceState
CISCO-LIVEDATA-MIB ·
.1.3.6.1.4.1.9.9.814.1.3.1.1.3
Object
column Enumeration
This object indicates the last known state of the Cisco
LiveData service. The object value identifies the run
status of a configured service installed on the Cisco
LiveData server. The possible service states are:
'unknown': The status of the service cannot be
determined.
'disabled': The service has been explicitly disabled by
an administrator.
'starting': The service is currently starting up but has
not yet completed its startup procedure.
'started': The service has completed its startup
procedure and is currently running.
'active': The service has been started, is currently
running and is actively processing data.
'stopping': The service is stopping and is in the midst
of its shutdown procedure.
'stopped': The service is stopped. The service may be
dysfunctional or impaired, or it has been
explicitly stopped by an administrator.
Context
- MIB
- CISCO-LIVEDATA-MIB
- OID
.1.3.6.1.4.1.9.9.814.1.3.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cldServiceEntry
- 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::cldServiceState'
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::cldServiceState.<cldServiceIndex>'
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::cldServiceState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | disabled |
3 | starting |
4 | started |
5 | active |
6 | stopping |
7 | stopped |
Conformance
Member of