All MIBs › Job-Monitoring-MIB › jmJobState
jmJobState
Module: Job-Monitoring-MIB
OID (symbolic): Job-Monitoring-MIB::jmJobState
OID (numeric): 1.3.6.1.4.1.2699.1.1.1.3.1.1.2
Node type: OBJECT-TYPE
Type: JmJobStateTC
Access: read-only
Description: The current state of the job (pending, processing, completed, etc.). Agents SHALL implement only those states which are appropriate for the particular implementation. However, management applications SHALL be prepared to receive all the standard job states.
The final value for this object SHALL be one of: completed, canceled, or aborted. The minimum length of time that the agent SHALL maintain MIB data for a job in the completed, canceled, or aborted state before removing the job data from the jmJobIDTable and jmJobTable is specified by the value of the jmGeneralJobPersistence object.
What is jmJobState?
This read-only value reports the job's current lifecycle state, such as pending, processing, processingStopped, completed, canceled, or aborted, and will end up as one of completed, canceled, or aborted once finished. An admin polls it to track a job's progress and know when it has finished and how. For example, seeing a job move from processing to aborted alerts the admin to investigate why that job failed to complete normally.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2699.1.1.1.3.1.1.2 snmpwalk -v2c -c public <target> Job-Monitoring-MIB::jmJobState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2699.1.1.1.3.1.1.2.1 snmpget -v2c -c public <target> Job-Monitoring-MIB::jmJobState.1
Start monitoring Vendor-neutral IETF standard, RFC 2564 (network printers/print servers/MFDs) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the Job-Monitoring-MIB::jmJobState OID value, configure state conditions and alerts, and monitor any Vendor-neutral IETF standard, RFC 2564 (network printers/print servers/MFDs) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2699.1.1 | jobmonMIB | Job-Monitoring-MIB |
| 1.3.6.1.4.1.2699.1.1.1 | jobmonMIBObjects | Job-Monitoring-MIB |
| 1.3.6.1.4.1.2699.1.1.1.3 | jmJob | Job-Monitoring-MIB |
| 1.3.6.1.4.1.2699.1.1.1.3.1 | jmJobTable | Job-Monitoring-MIB |
| 1.3.6.1.4.1.2699.1.1.1.3.1.1 | jmJobEntry | Job-Monitoring-MIB |
| 1.3.6.1.4.1.2699.1.1.1.3.1.1.2 | jmJobState | Job-Monitoring-MIB |