csubJobState
CISCO-SUBSCRIBER-SESSION-MIB ·
.1.3.6.1.4.1.9.9.786.1.3.7.1.6
Object
column Enumeration
This object indicates the current state of the subscriber
session job:
'idle'
This state indicates that the system has not executed
the subscriber session job since it was created.
'pending'
This state indicates that the subscriber session job is
waiting in the subscriber session job queue.
'inProgress'
This state indicates that the system is executing the
subscriber session job. Observe that the system may
execute more than one subscriber session job at a time.
'finished'
This state indicates that the system has executed the
subscriber session job and it has finished. The
corresponding instance of csubJobFinishedReason
indicates further details regarding the reason why the
job finished.
Context
- MIB
- CISCO-SUBSCRIBER-SESSION-MIB
- OID
.1.3.6.1.4.1.9.9.786.1.3.7.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- csubJobEntry
- 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-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SUBSCRIBER-SESSION-MIB::csubJobState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SUBSCRIBER-SESSION-MIB::csubJobState.<csubJobId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SUBSCRIBER-SESSION-MIB::csubJobState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | pending |
3 | inProgress |
4 | finished |
Conformance
Member of