All MIBs › IJ8060-MIB › warning1_code
warning1_code
Module: IJ8060-MIB
OID (symbolic): IJ8060-MIB::warning1_code
OID (numeric): 1.3.6.1.4.1.11.2.3.9.4.2.1.1.22.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Contains a device specific warning code. Each device POS should list what warnings are logged to the warning log and the meaning of each supported warning code value. Additional information: Returns a device specific WARNING code. If the WARNING code returned is '0', then the printer has not yet logged an WARNING for this object. When the maximum number of WARNINGs is reached (30 on InkJet printers), and a new WARNING occurs, the WARNING in WARNING1-CODE will be replaced by the one in WARNING2-CODE, and so on until the last WARNING object will be given the value of the new WARNING. The WARNING number is returned in the upper 16 bits. If it is 68, 69, 79, or 80, then the sub code is returned in the lower 16 bits (eg. 68 001C, where the subcode is already a hexadecimal value). If the WARNING number is any other number, then the 1st sub code (XX) will be in bits 15-8 and the 2nd sub code (YY) will be in bits 7-0 (eg. 55.04.02) where XX=04 and YY=02). See the Control Panel ERS for specific information about the meaning of each code. Example: If the WARNING is 68 001A, then the value returned will be 4456474. To break it down: 4456474 = 0x0044001A The upper 16 bits: 0x0044 = 68 The lower 16 bits: 0x001A = 001A Which is the WARNING: 68 001A Example: If the WARNING is 55.04.241, then the WARNING code will be 3605745. To break it down: 3605745 = 0x003704F1 The upper 16 bits: 0x0037 = 55 The upper byte of the lower 16 bits: 0x04 = 04 The lower byte of the lower 16 bits: 0xF1 = 241 Which is the WARNING: 55.04.241
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.11.2.3.9.4.2.1.1.22.1.2 snmpwalk -v2c -c public <target> IJ8060-MIB::warning1_code
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.11.2.3.9.4.2.1.1.22.1.2.1 snmpget -v2c -c public <target> IJ8060-MIB::warning1_code.1
Start monitoring HP-compatible printer/multifunction device (IJ8060 print engine) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the IJ8060-MIB::warning1_code OID value, configure state conditions and alerts, and monitor any HP-compatible printer/multifunction device (IJ8060 print engine) from a single console.
OID Breakdown
Upper-level ancestors (14 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 |
| 1.3.6.1.4.1.11 | hp | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2 | nm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3 | hpsystem | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9 | net_peripheral | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4 | netdm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2 | dm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1 | device | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1.1 | system | CLJ8500-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.11.2.3.9.4.2.1.1.22 | warninglog | IJ8060-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1.1.22.1 | warning1 | IJ8060-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1.1.22.1.2 | warning1_code | IJ8060-MIB |