All MIBs › CLJ8500-MIB
Description: HP Color LaserJet 8500 model-specific MIB covering printer hardware, accessories, and paper-handling for JetDirect-networked printers
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is CLJ8500-MIB?
CLJ8500-MIB is an HP model-specific MIB for the Color LaserJet 8500 series printer, extending HP's private printer-management tree to cover device-specific hardware, paper-handling accessories, and job-control behavior for JetDirect-networked printers. It exposes configuration settings (power-saving modes, job auto-continue behavior, collation/accessory support) alongside live status data such as free-text status messages describing the printer's current condition. It is explicitly useful for monitoring hardware and software status: on-off-line reports whether the printer is reachable and ready, sleep-mode/energy-star reflect its power state, and the background-status-msg objects surface the printer's current front-panel condition (such as a paper jam or supply issue) without needing to check the device physically. It builds on HP's private enterprise printer MIB structure (under the hp/hpsystem branches) which itself is typically used alongside the standard Printer-MIB (RFC 3805). It is deployed in office environments managing networked HP LaserJet 8500 printers, where IT staff poll status remotely to catch faults before they affect print jobs, typically after a CLJ8500-MIB download to load the definitions into a MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in CLJ8500-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- HP Color LaserJet 8500 series printer
- HP JetDirect-networked printer
Monitoring Examples
An admin would poll on-off-line to confirm the printer is online, and sleep-mode/energy-star to check its current power state. The background-status-msg-line1-part1 and background-status-msg-line2-part1 objects expose the actual front-panel status text, letting a monitoring system detect a fault condition (e.g. a jam or supply issue) remotely. job-input-auto-continue-timeout and job-input-auto-continue-mode reveal how the printer is configured to handle input errors, which affects whether a job silently continues or halts when the device hits a problem.
What Can Be Monitored
- printer online/offline reachability
- sleep/power-save (energy-star) mode status
- front-panel status message text
- job input/output auto-continue behavior and timeout
- paper-handling and collation accessory support
- error log state
This MIB depends on
Related MIBs
Imported Objects
From RFC1155-SMI
| enterprises |
From SNMPv2-TC
| TEXTUAL-CONVENTION |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| INT _pysmi_continue | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.6 | INTEGER | write-only | A device can support a class of errors called continuable errors. When a continuable error is encountered, the device requires a continue event to occur before the device will continue operation. One continue event is setting the CONTINUE object to eInitiateAction. Devices can support other continue events, like auto-continue. A continue event causes the continuable error to be acknowledged, thus allowing the device to continue. Each device needs to list the continuable errors. If the device doesn't currently have an unacknowledged continuable error, the response will contain . Additional information: Since CLJ8500 does not have a CONTINUE key, the GO key is used to perform the continue operation at the control panel. |
| active_print_jobs | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.2 | |||
| STR asset_number | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.12 | DisplayString | read-write | User defined asset number. The POS should indicate the maximum supported string length. If the user entered string is too long, the device will store as much as possible and will return the . Additional information: The maximum supported string length is 8 characters. If the user entered string is too long, the device will store the first 8 characters and will return the status. This object is saved in NVRAM. |
| INT auto_continue | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.7 | INTEGER | read-only | Indicates if the device will automatically continue after encountering a continuable error. If AUTO- CONTINUE is set to eOn, the device will automatically generate continue event to acknowledge continuable errors. If AUTO-CONTINUE is set to eOff, then some other continue event will have to acknowledge the continuable error. Additional information: Indicates if the device will automatically continue after encountering a continuable error. If AUTO-CONTINUE is set to eOn (AUTO-CONTINUE is always on for CLJ8500), the device will automatically generate continue event to acknowledge continuable errors. |
| background_message | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37 | |||
| background_message1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.1 | |||
| background_message2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.2 | |||
| STR background_status_msg_line1_part1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.1.1 | DisplayString | read-write | The string displayed on the device's front panel in place of the printer's built-in background status string. An example built-in background status string is '00 READY'. Additional information: The display size for the CLJ8500 printer is 2 by 16. The value of this object is displayed on the first line and the value of BACKGROUND-STATUS-MSG-LINE2-PART1 is displayed on the second line of the display. Each object must be set independently. If line 2 has been set, and the next message to be displayed only requires line 1, BACKGROUND-STATUS-MSG-LINE2-PART1 must be set to the null string to clear it. This object allows a message to be displayed when it is the highest priority message waiting to be displayed. Setting this object does not guarantee the message will be displayed; and reading it returns the value last written, not the currently displayed message. The priority assigned for displaying this message is one lower than the PJL RDYMSG. To clear the message, write a null string to both this object and BACKGROUND-STATUS-MSG-LINE2-PART1. While the object prtConsoleLocalization controls the localization and symbol set usage of printer generated messages, this object's message is displayed using the symbol set (note: The default symbol set is Roman-8 for HP - EFI may vary) specified with the string. The default symbol set is Roman-8; additional legal symbol sets are ISOLatin5, ISOLatin2, HalfWidthKatakana, and ISOLatinCyrillic. When either BACKGROUND-STATUS-MSG-LINE1-PART1 or BACKGROUND-STATUS-MSG-LINE2-PART1 contains a non-null value, both will be displayed. |
| STR background_status_msg_line2_part1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.2.1 | DisplayString | read-write | The string displayed on the device's front panel in place of the printer's built-in background status string. An example built-in background status string is '00 READY'. Additional information: See BACKGROUND-STATUS-MSG-LINE1-PART1 |
| INT cancel_job | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.1.2 | INTEGER | write-only | Cancels the print job whose ID matches the value written to the CANCEL-JOB object. The host first learns the job ID using the CURRENT-JOB-PARSING-ID command. If the printer has completely processed the job, the printer responds with . If the value of the CURRENT-JOB-PARSING-ID is smaller than the value written to the CANCEL-JOB object, then the printer responds with . When read, returns the value of the last job ID what was canceled, or -1 to indicate no job has been canceled. Additional information: If the value written matches the ID of a job that is currently being canceled (for any reason), the printer responds with . CLJ8500 uses job ID's in the range of 0..32767. Because the ID number can wrap to zero, CURRENT-JOB-PARSING-ID may be smaller than the value written to this object; when this occurs, no error will result as long as the ID is for a currently processing job. |
| channel | 1.3.6.1.4.1.11.2.3.9.4.2.1.6 | |||
| channel_entry | 1.3.6.1.4.1.11.2.3.9.4.2.1.7.2.1 | |||
| channel_table | 1.3.6.1.4.1.11.2.3.9.4.2.1.7.2 | |||
| channelEntry | 1.3.6.1.4.1.11.2.3.9.4.2.1.6.3.1 | |||
| channelTable | 1.3.6.1.4.1.11.2.3.9.4.2.1.6.3 | |||
| INT cold_reset_media_size | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.19 | INTEGER | read-write | Returns or sets the media size that is used as the DEFAULT-MEDIA-SIZE when a cold reset occurs. |
| OCT collated_originals_support | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.42 | OCTET STRING | read-only | Indicates that the printer can create multiple, collated 'originals' of a job and shows the level of support for this capability. cCollatedOriginals - The printer can create multiple collated originals, or 'mopies'. This is the base functionality required by the other collection items. cProofAndHold - The printer saves a copy of the job while printing the first mopy. Later, this held job can be released and the rest of the mopies will print. cSecurityPrint - The printer spools the job and holds the job until the user releases the job by entering a password at the printer's control panel. cAutoHighlight - The printer prints the job a number of times with a mail distribution list prepended to each job. A different mailing address is highlighted on each mopy. cCollatedAtSpeed - The printer can create multiple collated copies where all copies after the original are printed at engine speed. Additional information: Indicates that the printer can create multiple, collated originals of a job and shows the level of support for this capability. cCollatedOriginals - The printer can create multiple collated originals, or mopies. This is the base functionality required by the other collection items. None of them are supported by CLJ8500. Without disk, this object will not exist. This will be set at boot-up initialization. If the disk fails, in any way, then the disk error functionality will handle the situation. Note: Proof and print is not supported via PML. |
| INT current_job_parsing_id | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.2.1.1 | INTEGER | read-only | Contains the printer assigned job identification for the job currently being processed by the processing PDL sub- system. The job ID is a monotonically increasing number. The job ID may be reset to zero at power-up and may roll over to zero after reaching some maximum value. Additional information: A value of -1 is returned when the printer is not parsing a job. When data for a new job is detected, this object is updated (the job may or may not turn out to be a Null Job); however, the trap does not occur until the printer determines that it is not a Null Job (a trapped value will differ from the previous value name or job attribute, causes no pages to be printed, by one or more). Some JOB-INFO- objects are created when the first data bytes are received. If the printer determines that the job is a Null Job, the JOB-INFO- objects related to the Null Job are deleted. CLJ8500 retains the JOB-INFO- objects for the 24 most recent jobs that are not Null Jobs. |
| INT default_copies | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.4 | INTEGER | read-write | Returns or changes default copies. Default copies is the default values used by the PDL to control the number of copies of each page in the print job that are printed. The print job can override this value. The list of supported values should be documented in the device POS. Additional information: The supported values are 1 through 999. Setting to an unsupported value causes the printer to substitute in a snap value and to return status. The snap values are as follow: 999 snaps to 999 |
| INT default_horizontal_black_resolution | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.9 | INTEGER | read-write | Returns or changes the value of the default horizontal black resolution. The units are dots per inch. Additional information: In CLJ8500 changing this OID also causes DEFAULT- VERTICAL-BLACK RESOLUTION to change. DEFAULT- HORIZONTAL-BLACK-RESOLUTION and DEFAULT-VERTICAL-BLACK-RESOLUTION must always be the same. The supported value is 600. Setting to an unsupported value causes the printer to substitute in a snap value and to return status. The snap values are as follow: = 300 snap to 600 |
| INT default_lines_per_page | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.11 | INTEGER | read-write | Returns or changes the default number of lines per page. The POS indicates the supported values. An unsupported value causes the printer to use the closest supported value, causing the printer to return the . Additional information: The supported values in CLJ8500 are 5 to 128. Setting to an unsupported value causes the the printer to substitute in a snap value and to return status. The snap values are as follow: 128 snaps to 128 |
| STR default_media_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.22 | DisplayString | read-write | Returns or sets the media name that is used until the media name is changed by a print job command. Additional information: This string must be one of the MEDIAn-NAME objects. |
| INT default_media_size | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.13 | INTEGER | read-write | This indicates the default media size. A write of an unsupported value causes an . Complete list of supported media sizes along with their dimensions are listed in the ''Media Size Table'' near the end of this document. |
| INT default_page_protect | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.10 | INTEGER | read-only | Returns or changes the default page protection behavior. If eOff, the device does not reserve memory for holding the entire raster form of a processed page. If eOn, then memory is reserved. If eAuto, the device determines the amount of memory to reserve. Additional information: In eAuto, the device determines the amount of memory to reserve. CLJ8500 doesn't need to support this object. Thus, this object being here does not convey much meaning. |
| INT default_print_quality | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.6.7 | INTEGER | read-only | Returns or sets the default print quality. A value of zero has the lowest print quality. A value of 100 has the highest print quality. Each POS should document what values in the 0 to 100 range are supported. Additional information: In CLJ8500, the supported value is 100. A value of 100 corresponds to ECONOMODE=OFF. |
| INT default_ret | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.6.5 | INTEGER | read-only | Returns or changes the Resolution Enhancement Technology setting. Devices that only support eOff and on should map all other values to on and always return the same non-eOff value to indicate on. The list of supported values should be documented in the device POS. Additional information: CLJ8500 doesn't have RET. |
| INT default_vertical_black_resolution | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.8 | INTEGER | read-write | Returns or changes the value of the default vertical black resolution. The units are dots per inch. Additional information: In CLJ8500 changing this OID also causes DEFAULT-HORIZONTAL-BLACK-RESOLUTION to change. DEFAULT-HORIZONTAL-BLACK-RESOLUTION and DEFAULT-VERTICAL-BLACK-RESOLUTION must always be the same. The supported value is 600. Setting to an unsupported value causes the printer to substitute in a snap value and to return status. = 300 snap to 600 |
| INT default_vmi | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.12 | INTEGER | read-write | Returns or changes the default vertical motion index. The unit of measure for VMI is centipoints per line. The POS indicates the supported values. An unsupported value causes the printer to use the closest supported value, causing the printer to return . |
| destination_subsystem | 1.3.6.1.4.1.11.2.3.9.4.2.1.4 | |||
| device | 1.3.6.1.4.1.11.2.3.9.4.2.1 | |||
| STR device_location | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.11 | DisplayString | read-write | User defined device location. The POS should indicate the maximum supported string length. If the user entered string is too long, the device will store as much as possible and will return the . Additional information: The maximum supported string length is 16 characters. If the user entered string is too long, the device will store the first 16 characters and will return the status. This object is saved in NVRAM. |
| STR device_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.10 | DisplayString | read-write | User defined device name. The POS should indicate the maximum supported string length. If the user entered string is too long, the device will store as much as possible and will return the . Additional information: The maximum supported string length is 32 characters. If the user entered string is too long, the device will store the first 32 characters and will return the status. |
| dm | 1.3.6.1.4.1.11.2.3.9.4.2 | |||
| INT duplex_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.22 | INTEGER | read-only | Total number of sheets of media that have been duplex printed. A sheet is counted if it travels through the duplex page path, regardless of whether or not marks are made on the page. The POS will indicate if the value is kept in NVRAM. Additional information: In CLJ8500 the count is kept in NVRAM however the NVRAM value is only updated every 10 sheets. NOTE: The value returned by this OID will be incremented every sheet but if power is lost between NVRAM updates up to 9 sheets of the count may be lost. The counter will be reset to zero after 16,777,215 (2^24-1) pages. |
| INT energy_star | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.1 | INTEGER | read-write | Returns or changes the Energy Star sleep value. If the value is greater than zero, then the device will go into energy saving sleep mode after the print engine has been idle for the number of seconds specified by this object. A value of zero means Energy Star is disabled and the device will not go to sleep based on print engine idle time. The value must be non-negative. Additional information: Returns or changes the Energy Star sleep value. The device will go into energy saving sleep mode after the print engine has been idle for the number of seconds specified by this object. CLJ8500 supports values of 900, 1800, 3600, 7200, 10800. Setting to an unsupported value causes the printer to substitute a value (listed below) and to return status. The values for normal operation are as follow: = 1 and = 600 and = 1230 and = 2700 and = 5400 and = 9000 and snap to 10800 (180 minutes). |
| INT error_log_clear | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.38 | INTEGER | write-only | Setting this object clears all the entries in the error log sub-tree. |
| error1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.1 | |||
| INT error1_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.1.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: Contains a device specific error code. A value of zero means 'no error'. The error 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 0019, where the subcode is already a hexadecimal value). If the error 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). Example: If the error 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 error: 68 001A Example: If the error is 55.04.241, then the error 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 error: 55.04.241 ERROR1- is the oldest error in the log. Errors are added until ERROR50- is reached. If more errors occur, ERROR1- is replaced by moving all error entries down one position and adding the newest error as ERROR50- |
| INT error1_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.1.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 1 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: In CLJ8500 this item contains the engine page count when the error occurred. A value of zero means 'no error'. See ERROR1-CODE for an explanation of the order used for storing errors. |
| error10 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.10 | |||
| INT error10_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.10.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error10_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.10.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 10 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error11 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.11 | |||
| INT error11_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.11.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error11_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.11.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 11 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error12 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.12 | |||
| INT error12_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.12.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error12_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.12.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 12 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error13 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13 | |||
| INT error13_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error13_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 13 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error14 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.14 | |||
| INT error14_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.14.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error14_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.14.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 14 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error15 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.15 | |||
| INT error15_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.15.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error15_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.15.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 15 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error16 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.16 | |||
| INT error16_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.16.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error16_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.16.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 16 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error17 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.17 | |||
| INT error17_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.17.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error17_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.17.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 17 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error18 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.18 | |||
| INT error18_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.18.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error18_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.18.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 18 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error19 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.19 | |||
| INT error19_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.19.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error19_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.19.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 19 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.2 | |||
| INT error2_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.2.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error2_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.2.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 2 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error20 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.20 | |||
| INT error20_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.20.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error20_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.20.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 20 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error21 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.21 | |||
| INT error21_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.21.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error21_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.21.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 21 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error22 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.22 | |||
| INT error22_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.22.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error22_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.22.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 22 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error23 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.23 | |||
| INT error23_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.23.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error23_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.23.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 23 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error24 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.24 | |||
| INT error24_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.24.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error24_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.24.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 24 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error25 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.25 | |||
| INT error25_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.25.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error25_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.25.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 25 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error26 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.26 | |||
| INT error26_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.26.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error26_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.26.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 26 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error27 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.27 | |||
| INT error27_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.27.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error27_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.27.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 27 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error28 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.28 | |||
| INT error28_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.28.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error28_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.28.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 28 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error29 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.29 | |||
| INT error29_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.29.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error29_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.29.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 29 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error3 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.3 | |||
| INT error3_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.3.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error3_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.3.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 3 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error30 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.30 | |||
| INT error30_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.30.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error30_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.30.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 30 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error31 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.31 | |||
| INT error31_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.31.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error31_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.31.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 31 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error32 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.32 | |||
| INT error32_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.32.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error32_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.32.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 32 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error33 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.33 | |||
| INT error33_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.33.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error33_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.33.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 33 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error34 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.34 | |||
| INT error34_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.34.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error34_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.34.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 34 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error35 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.35 | |||
| INT error35_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.35.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error35_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.35.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 35 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error36 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.36 | |||
| INT error36_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.36.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error36_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.36.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 36 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error37 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.37 | |||
| INT error37_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.37.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error37_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.37.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 37 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error38 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.38 | |||
| INT error38_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.38.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error38_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.38.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 38 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error39 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.39 | |||
| INT error39_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.39.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error39_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.39.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 39 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error4 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.4 | |||
| INT error4_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.4.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error4_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.4.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 4 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error40 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.40 | |||
| INT error40_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.40.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error40_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.40.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 40 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error41 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.41 | |||
| INT error41_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.41.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error41_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.41.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 41 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error42 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.42 | |||
| INT error42_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.42.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error42_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.42.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 42 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error43 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.43 | |||
| INT error43_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.43.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error43_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.43.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 43 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error44 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.44 | |||
| INT error44_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.44.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error44_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.44.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 44 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error45 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.45 | |||
| INT error45_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.45.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error45_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.45.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 45 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error46 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.46 | |||
| INT error46_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.46.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error46_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.46.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 46 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error47 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.47 | |||
| INT error47_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.47.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error47_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.47.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 47 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error48 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.48 | |||
| INT error48_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.48.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error48_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.48.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 48 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error49 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.49 | |||
| INT error49_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.49.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error49_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.49.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 49 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error5 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.5 | |||
| INT error5_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.5.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error5_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.5.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 5 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error50 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.50 | |||
| INT error50_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.50.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error50_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.50.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 50 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error6 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.6 | |||
| INT error6_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.6.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error6_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.6.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 6 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error7 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.7 | |||
| INT error7_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.7.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error7_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.7.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 7 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error8 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.8 | |||
| INT error8_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.8.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error8_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.8.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 8 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| error9 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.9 | |||
| INT error9_code | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.9.2 | INTEGER | read-only | Contains a device specific error code. Each device POS should list what errors are logged to the error log and the meaning of each supported error code value. Additional information: See ERROR1-CODE. |
| INT error9_time_stamp | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.9.1 | INTEGER | read-only | Contains some sort of time stamp indicating when error 9 occurred. Example time stamps include the actual time the error occurred (in seconds since Jan. 1, 1970), and the total engine page count. The device POS documents the meaning of the time stamp. Additional information: See ERROR1-TIME-STAMP. |
| errorlog | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11 | |||
| INT form_feed_needed | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.2.2 | INTEGER | read-only | Indicates if the PDL processing sub-system has made marks on the current page and the source subsystem has been idle for a device specific amount of time. Additional information: This object in CLJ8500 will never go to true. |
| hp | 1.3.6.1.4.1.11 | |||
| hpsystem | 1.3.6.1.4.1.11.2.3 | |||
| hrDevice | 1.3.6.1.4.1.11.2.3.9.4.2.3.3 | |||
| OCT hrdevicedescr | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.2.1.3 | OCTET STRING | read-only | A textual description of this device, including the device's manufacturer and revision, and optionally, its serial number. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: This object is not localized. |
| hrDeviceEntry | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.2.1 | |||
| INT hrdeviceerrors | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.2.1.6 | INTEGER | read-only | The number of errors detected on this device. It should be noted that as this object has a SYNTAX of Counter, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: This is the number of critical alerts that have been entered into the alert table since the device was powered on. The maximum value for this object is 2^32-1. |
| OID hrdeviceid | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.2.1.4 | OBJECT IDENTIFIER | read-only | The product ID for this device. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: The complete OID reported by this object is: .1.3.6.1.4.1.11.2.3.9.1.2.10 |
| INT hrdeviceindex | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.2.1.1 | INTEGER | read-only | A unique value for each device contained by the host. The value for each device must remain constant at least from one re-initialization of the agent to the next re-initialization. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: The entry in the Device Table which describes the printer. |
| INT hrdevicestatus | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.2.1.5 | INTEGER | read-only | The current operational state of the device described by this row of the table. A value unknown(1) indicates that the current state of the device is unknown. running(2) indicates that the device is up and running and that no unusual error conditions are known. The warning(3) state indicates that agent has been informed of an unusual error condition by the operational software (e.g., a disk device driver) but that the device is still 'operational'. An example would be high number of soft errors on a disk. A value of testing(4), indicates that the device is not available for use because it is in the testing state. The state of down(5) is used only when the agent has been informed that the device is not available for any use. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: The printer's condition is mapped as follows: eHrunning -- Printer ready to print or is printing. May be in power save mode. eHwarning -- A condition exists that needs attention but it is not currently preventing printing. A non-critical alert is active. eHdown -- Printer is not printing due to an error condition. A critical alert is active, human interaction is needed to bring the printer to a ready state. |
| hrDeviceTable | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.2 | |||
| OID hrdevicetype | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.2.1.2 | OBJECT IDENTIFIER | read-only | An indication of the type of device. If this value is `hrDeviceProcessor { hrDeviceTypes 3 }' then an entry exists in the hrProcessorTable which corresponds to this device. If this value is `hrDeviceNetwork { hrDeviceTypes 4 }', then an entry exists in the hrNetworkTable which corresponds to this device. If this value is `hrDevicePrinter { hrDeviceTypes 5 }', then an entry exists in the hrPrinterTable which corresponds to this device. If this value is `hrDeviceDiskStorage { hrDeviceTypes 6 }', then an entry exists in the hrDiskStorageTable which corresponds to this device. Refer to RFC 1514, Host Resources MIB, for more details. |
| INT hrdiskstorageaccess | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.6.1.1 | INTEGER | read-write | An indication if this long-term storage device is readable and writable or only readable. This should reflect the media type, any write-protect mechanism, and any device configuration that affects the entire device. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: This object can be set to write protect the mass storage device, even though the host resources MIB documents the object as read-only. Returns status if attempting to perform a Get on this OID with no mass storage device installed. |
| INT hrdiskstoragecapacity | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.6.1.4 | INTEGER | read-only | The total size for this long-term storage device. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: The capacity is in Kbytes. Returns status if attempting to perform a Get on this OID with no mass storage device installed. |
| hrDiskStorageEntry | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.6.1 | |||
| INT hrdiskstoragemedia | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.6.1.2 | INTEGER | read-only | An indication of the type of media used in this long-term storage device. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. Returns status if attempting to perform a Get on this OID with no mass storage device installed. |
| INT hrdiskstorageremoveble | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.6.1.3 | INTEGER | read-only | Denotes whether or not the disk media may be removed from the drive. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. Returns status if attempting to perform a Get on this OID with no mass storage device installed. |
| hrDiskStorageTable | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.6 | |||
| INT hrfsaccess | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.5 | INTEGER | read-write | An indication if this file system is logically configured by the operating system to be readable and writable or only readable. This does not represent any local access-control policy, except one that is applied to the file system as a whole. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Returns the same value as hrDiskStorageAccess. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| INT hrfsbootable | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.6 | INTEGER | read-only | A flag indicating whether this file system is bootable. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| hrFSEntry | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1 | |||
| INT hrfsindex | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.1 | INTEGER | read-only | A unique value for each file system local to this host. The value for each file system must remain constant at least from one re-initialization of the agent to the next re-initialization. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. The index is assigned by the person controlling the printer object definition. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| OCT hrfslastfullbackupdate | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.8 | OCTET STRING | read-only | The last date at which this complete file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable shall have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. The default value is the value defined to represent an unknown time of January 1, year 0000, 00:00:00.0. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| OCT hrfslastpartialbackupdate | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.9 | OCTET STRING | read-only | The last date at which a portion of this file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable shall have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. The default value is the value defined to represent an unknown time of January 1, year 0000, 00:00:00.0. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| OCT hrfsmountpoint | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.2 | OCTET STRING | read-only | The path name of the root of this file system. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| OCT hrfsremotemountpoint | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.3 | OCTET STRING | read-only | A description of the name and/or address of the server that this file system is mounted from. This may also include parameters such as the mount point on the remote file system. If this is not a remote file system, this string should have a length of zero. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. This printer does not support remote file system mounting. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| INT hrfsstorageindex | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.7 | INTEGER | read-only | The index of the hrStorageEntry that represents information about this file system. If there is no such information available, then this value shall be zero. The relevant storage entry will be useful in tracking the percent usage of this file system and diagnosing errors that may occur when it runs out of space. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. The value indicates the hrStorageTable index for this mass storage device. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| hrFSTable | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8 | |||
| OID hrfstype | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.8.1.4 | OBJECT IDENTIFIER | read-only | The value of this object identifies the type of this file system. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. Returns status if attempting to perform a Get on this OID with no mass storage device installed or if the file system has not been initialized. |
| hrm | 1.3.6.1.4.1.11.2.3.9.4.2.3 | |||
| INT hrmemorysize | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.2 | INTEGER | read-only | The amount of physical main memory contained by the host. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: The unit of measure for this object is 1024 bytes. The default value assumes the base printer with no additional memory. |
| hrPartitionEntry | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.7.1 | |||
| INT hrpartitionfsindex | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.7.1.5 | INTEGER | read-only | The index of the file system mounted on this partition. If no file system is mounted on this partition, then this value shall be zero. Note that multiple partitions may point to one file system, denoting that that file system resides on those partitions. Multiple file systems may not reside on one partition. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Indicates if the mass storage device has been initialized. Returns zero if the mass storage device is not initialized, otherwise the value matches the hrDeviceIndex value for this mass storage device. The value indicates the hrFileSystemTable index for the file system stored on this partition. Returns status if attempting to perform a Get on this OID with no mass storage device installed. |
| OCT hrpartitionid | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.7.1.3 | OCTET STRING | read-only | A descriptor which uniquely represents this partition to the responsible operating system. On some systems, this might take on a binary representation. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. The value returned is the ASCII string version of the hrDeviceIndex for this mass storage device. Returns status if attempting to perform a Get on this OID with no mass storage device installed. |
| INT hrpartitionindex | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.7.1.1 | INTEGER | read-only | A unique value for each partition on this long- term storage device. The value for each long-term storage device must remain constant at least from one re-initialization of the agent to the next re- initialization. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Constant. The first and second index indicates the hrDeviceIndex for this mass storage device. The value of this object is the same as the second index. The printer only supports one partition per mass storage device. Returns status if attempting to perform a Get on this OID with no mass storage device installed. |
| OCT hrpartitionlabel | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.7.1.2 | OCTET STRING | read-only | A textual description of this partition. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: The MS-DOS volume label. The volume label is not writable. Returns status if attempting to perform a Get on this OID with no mass storage device installed. This object is not settable and returns the empty string if the mass storage device has not been initialized. |
| INT hrpartitionsize | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.7.1.4 | INTEGER | read-only | The size of this partition. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: The capacity is in Kbytes. Returns the same value as hrDiskStorageCapacity. Returns status if attempting to perform a Get on this OID with no mass storage device installed. |
| hrPartitionTable | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.7 | |||
| OCT hrprinterdetectederrorstate | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.5.1.2 | OCTET STRING | read-only | This object represents any error conditions detected by the printer. The error conditions are encoded as bits in an octet string, with the following definitions: Condition Bit # hrDeviceStatus lowPaper 0 warning(3) noPaper 1 down(5) lowToner 2 warning(3) noToner 3 down(5) doorOpen 4 down(5) jammed 5 down(5) offline 6 down(5) serviceRequested 7 warning(3) If multiple conditions are currently detected and the hrDeviceStatus would not otherwise be unknown(1) or testing(4), the hrDeviceStatus shall correspond to the worst state of those indicated, where down(5) is worse than warning(3) which is worse than running(2). Bits are numbered starting with the most significant bit of the first byte being bit 0, the least significant bit of the first byte being bit 7, the most significant bit of the second byte being bit 8, and so on. A one bit encodes that the condition was detected, while a zero bit encodes that the condition was not detected. This object is useful for alerting an operator to specific warning or error conditions that may occur, especially those requiring human intervention. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: CLJ8500 reports error conditions as follows: lowPaper -- A tray is empty, but the media to be loaded is not currently needed. hrDeviceStatus = eHwarning; hrPrinterStatus = eHidle or eHprinting; a non-critical alert is active. noPaper -- A tray is empty and must be filled for printing to continue. hrDeviceStatus = eHdown; hrPrinterStatus = eHother; a non-critical alert is active. lowToner -- Toner is almost gone. The quality of printed pages will begin to deteriorate until the toner is completely gone. hrDeviceStatus = eHwarning; hrPrinterStatus = eHidle or eHprinting; a non-critical alert is active. noToner -- Toner Low 2 or no cartridge installed. CoverOpen -- A Cover is open. hrDeviceStatus = eHdown; hrPrinterStatus = eHother; a non-critical alert is active. jammed -- A jam condition is preventing printing. hrDeviceStatus = eHdown; hrPrinterStatus = eHother; a critical alert is active. offline -- Printer is offline. hrDeviceStatus = eHdown; hrPrinterStatus = eHother; a critical alert is active. serviceRequested -- Any status or error condition not listed above. If the condition prevents printing, the 'offline' bit is also set and the hrDeviceStatus and hrPrinterStatus listed for offline above are returned. hrDeviceStatus = eHwarning; hrPrinterStatus = eHidle or eHprinting; a non-critical alert is active. |
| hrPrinterEntry | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.5.1 | |||
| INT hrprinterstatus | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.5.1.1 | INTEGER | read-only | The current status of this printer device. When in the idle(1), printing(2), or warmup(3) state, the corresponding hrDeviceStatus should be running(2) or warning(3). When in the unknown state, the corresponding hrDeviceStatus should be unknown(1). Refer to RFC 1514, Host Resources MIB, for more details. Additional information: The printer's condition is mapped as follows: eHother -- The printer is offline or a critical alert is active. eHidle -- The printer is not doing any of the items listed below for eHprinting status. eHprinting -- The printer is processing PJL or PDL data, or processeing a control panel request, or printing images. eHwarmup -- If hrDeviceStatus is eHdown, then the printer is currently offline but is resolving the condition that caused it be offline. It will be online when it is ready to print. If hrDeviceStatus is eHrunning, then the printer was in power save mode and is now becoming ready to print. |
| hrPrinterTable | 1.3.6.1.4.1.11.2.3.9.4.2.3.3.5 | |||
| hrStorage | 1.3.6.1.4.1.11.2.3.9.4.2.3.2 | |||
| INT hrstorageallocationfailures | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3.1.7 | INTEGER | read-only | The number of requests for storage represented by this entry that could not be honored due to not enough storage. It should be noted that as this object has a SYNTAX of Counter, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: This object is set to zero at power on and when any reset is done via prtGeneralReset. This object is incremented whenever the printer is short on memory or out of memory/job cleared. |
| INT hrstorageallocationunits | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3.1.4 | INTEGER | read-only | The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Unit is one byte. The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one. |
| OCT hrstoragedescr | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3.1.3 | OCTET STRING | read-only | A description of the type and instance of the storage described by this entry. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: This object is not localized. |
| hrStorageEntry | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3.1 | |||
| INT hrstorageindex | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3.1.1 | INTEGER | read-only | A unique value for each logical storage area contained by the host. Refer to RFC 1514, Host Resources MIB, for more details. |
| INT hrstoragesize | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3.1.5 | INTEGER | read-only | The size of the storage represented by this entry, in units of hrStorageAllocationUnits. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: Total formatter RAM. CLJ8500 has 0 byte of memory soldered on the formatter. |
| hrStorageTable | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3 | |||
| OID hrstoragetype | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3.1.2 | OBJECT IDENTIFIER | read-only | The type of storage represented by this entry. Refer to RFC 1514, Host Resources MIB, for more details. |
| INT hrstorageused | 1.3.6.1.4.1.11.2.3.9.4.2.3.2.3.1.6 | INTEGER | read-only | The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits. Refer to RFC 1514, Host Resources MIB, for more details. Additional information: This object returns the amount of memory in use by the printer at the current time. This object should not be used when creating a print job for the device because the amount of memory in use will likely be different when the printer processes the print job. |
| id | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3 | |||
| imaging | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.6 | |||
| interface | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4 | |||
| intray | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3 | |||
| intray1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1 | |||
| intray2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.2 | |||
| intray3 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.3 | |||
| intray4 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.4 | |||
| intray5 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.5 | |||
| intrays | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3 | |||
| io | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1 | |||
| INT io_buffer_size | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1.6 | INTEGER | read-only | Returns or configures the amount of memory, in bytes, dedicated to I/O print job data buffering. Attempting to set to an unsupported value causes the device to use the closest supported value. Each device POS should document the list of supported values. Additional information: When IO-BUFFERING is eAuto, the printer determines the value of this object. Reading this object when IO-BUFFERING is eAuto will return the value that is currently being used by the printer. The minimum value is 10240; the maximum value is the current value of this object plus the value of MAXIMUM-IO-BUFFERING-MEMORY. Supported values are multiples of 10240 for values less or equal to 97280 and multiples of 102400 for values greater than 97280. |
| INT io_buffering | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1.5 | INTEGER | read-only | Returns or controls the manner in which the device performs I/O data buffering. I/O data buffering allows additional print job data to be buffered by the I/O sub- system in an effort to allow the computer sending the data to perform other tasks and to keep the PDL processing sub-system busy. eOff, I/O buffering is disabled. When eOn, I/O buffering is enabled and the IO-BUFFER-SIZE object controls the amount of memory set aside for I/O buffer. When eAuto, I/O buffering is enabled and the I/O buffer size is determined automatically by the device and the IO-BUFFER-SIZE object is not used. Additional information: When eAuto, I/O buffering is enabled and the I/O buffer size is determined automatically by the device and the IO-BUFFER-SIZE object is not used. |
| INT io_switch | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1.2 | INTEGER | read-only | Indicates if the device will switch between I/O channels when a job boundary is encountered and print job data is available on another I/O channel. |
| INT io_timeout | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1.1 | INTEGER | read-write | The amount of time, in seconds, to wait for more print job data to be received before an I/O timeout occurs. The I/O channel being timed is the I/O channel that received the data associated with the current print job. If an I/O timeout occurs, the PDL processing sub-system assumes all the data associated with the current print job has been received, and processes the end of job in an PDL specific manner. The POS specifies the supported values. Additional information: If an I/O timeout occurs, the PDL processing sub-system will consider it an end of job condition only if there is data from another I/O subsystem waiting to be processed. The supported values are 5 to 300 seconds. Setting to a value outside the supported range returns status and the value will be snapped to the nearest supported value. |
| job | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6 | |||
| job_being_parsed | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.2.1 | |||
| job_info | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5 | |||
| OCT job_info_attr_1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.1 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. Attribute objects are saved sequentially, starting with 1, after the start of a job. If more attributes are set than there are objects to store them, the excess JOBATTR values are ignored. If the corresponding SET JOBATTR= command has not been received when a get is done for this object, a status of will be returned. |
| OCT job_info_attr_10 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.10 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_11 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.11 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_12 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.12 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_13 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.13 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_14 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.14 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_15 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.15 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_16 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.16 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_17 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.17 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_18 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.18 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_19 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.19 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.2 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_20 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.20 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_21 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.21 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_22 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.22 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_23 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.23 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_24 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.24 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_25 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.25 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_26 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.26 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_27 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.27 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_28 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.28 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_29 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.29 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_3 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.3 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_30 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.30 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_31 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.31 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_32 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.32 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_4 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.4 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_5 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.5 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_6 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.6 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_7 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.7 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_8 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.8 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| OCT job_info_attr_9 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.9 | OCTET STRING | read-only | Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details. |
| job_info_attribute | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23 | |||
| OCT job_info_change_id | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.1.3 | OCTET STRING | read-only | Returns the current value of an object in the job-info sub-tree whose value has changed. Define the object identifier for the object whose value has changed as job-info.required-field.optional-field.job-id. job-info represents the OID prefix of all objects in the job-info sub-tree. Required-field represents the OID field value that follows the job-info prefix. Since some objects in the job-info sub-tree have two OID fields between the job-info prefix and the job-id, the optional-field represents the OID field between the required-field and the job-id field, if present. Using this definition, the format for the JOB-INFO-CHANGE-ID binary value can be described as follows: Bytes 0-3 : required-field Bytes 4-7 : optional-field, or all zeros if there is no optional field Bytes 8-11: Job ID. Bytes 12-n : The value of the object job-info. required-field.optional-field.job-id. All multi-byte values stored in Motorola (big-endian) format, where the most significant byte occurs first. Additional information: CLJ8500 will use this object to report changes of the job-info-pages-printed and job-info-state objects. The required-field (bytes - through 3) will designate whether the change to be reported involuves the pages printed (13) or job state (15). The optionl-field (bytes4 through 7) will always be zeroes. The value- field (bytes 12 through 15) will contain the new value for pages printed or job state cast to a 32-byt integer. |
| INT job_info_io_source | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.11 | INTEGER | read-only | Indicates which I/O source, the print job was received over. The value maps to port numbering scheme supported in the DEVICE/SOURCE-SUBSYSTEM/IO/PORTS sub-tree. |
| STR job_info_name1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.1 | DisplayString | read-only | Contains the first part of this print job's name. The last OID field for this dynamic object contains the job ID. Additional information: The job name is the string specified by the NAME= parameter of the @PJL JOB command which allows a maximum of 80 characters. The first 40 characters are in this object and the second 40 are in JOB-INFO-NAME2. The symbol set is Roman-8. When jobs are nested, the value assigned to this object is the name provided by the most recent @PJL JOB NAME= command. If no name is provided, a null string is returned. |
| STR job_info_name2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.2 | DisplayString | read-only | Contains the second part of this print job's name. The last OID field for this dynamic object contains the job ID. Additional information: See JOB-INFO-NAME1. |
| OCT job_info_outbins_used | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.20 | OCTET STRING | read-only | Indicates which output bins this job has delivered printed pages to. The last OID field for this dynamic object contains the job ID. Additional information: The bins designated by this collection include the printer's own output bins as well as the 'logical output bins' associated with any attached external paper handling devices. (The mapping of the physical output bins of an external paper handling device to its 'logical output bins' depends on the usage mode of the device. For instance, in 'mailbox mode', there is one-to-one correspondence of 'logical output bins' to physical bins, whereas in 'stacker mode', one 'logical output bin' may map to several physical bins.) If a bin is used as an overflow bin, then its bit will be set as well. cOutbin1 is the top/face-down bin. cOutbin2 is the left/face-up bin. |
| INT job_info_outcome | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.19 | INTEGER | read-only | Indicates if any warning or error conditions were encountered while processing the assoicated job. The last OID field for this dynamic object contains the job ID. |
| INT job_info_page_count_current_original | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.25 | INTEGER | read-only | The page number being printed within the current copy of a collated multi-copy job. This value changes when the job-info-pages-printed changes. The job-info-pages- printed indicates the total number of pages printed in the job, while this object indicates the number of pages printed for this copy of a collated multi-copy job. |
| INT job_info_pages_in_original | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.26 | INTEGER | read-only | Number of pages in a single copy of a collated multi- copy job. |
| INT job_info_pages_printed | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.13 | INTEGER | read-only | Indicates the number of pages printed by the destination subsystem. If non of the cSourceSubsystem, cProcessingSubsystem or cDestinationSubsystem items are in the associated JOB-INFO-STAGE object, then this object contains the total number of pages printed for this job. This value may increase by two each time for duplex jobs. The last OID field for this dynamic object contains the job ID. Additional information: Indicates the number of pages printed (i.e., the page has reached the output tray) by the destination subsystem. If multiple copies of a page are printed, each copy is counted individually. Duplexed pages count as 2 pages. |
| INT job_info_pages_processed | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.12 | INTEGER | read-only | Indicates the number of pages processed by the processing subsystem. If neither the cSourceSubsystem or the cProcessingSubsystem items are in the associated JOB-INFO-STAGE object, then this object contains the total number of pages processed for this job. The last OID field for this dynamic object contains the job ID. Additional information: This object is incremented by one when a page is processed, regardless of the number of pages that are printed as a result of the single page processed. In other words, it does not matter how many identical copies of a page are printed, or no pages may be printed if operating in silent run mode, this count is incremented only once. A page is considered processed when all of the input data has been processed for a page (the intermediate has been produced); the image of the page is not necessarily completely formed. |
| OCT job_info_physical_outbins_used | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.22 | OCTET STRING | read-only | Indicates which physical output bins this job has delivered printed pages to. The last OID field for this dynamic object contains the job ID. Additional information: Bits in this object are set only if printed pages were delivered to an external paper handling device. This object is supported regardless of whether or not an external device is installed. The bits set map to the device's bins in a device specific manner. If the device does not report to the formatter which bins are used, then no bits will be set. For the HCO, the bins map to the bits as follows: cOutbin1--Face-up bin cOutbin2--Bin1 cOutbin3--Bin2 cOutbin4--Bin3 cOutbin5--Bin4 cOutbin6--Bin5 cOutbin7--Bin6 cOutbin8--Bin7 cOutbin9--Bin8 cOutbin10--Bin9 |
| INT job_info_printed_originals | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.27 | INTEGER | read-only | Number of collated copies completely printed and delivered to the output bin at time of query. Additional information: Number of collated copies completly printed at time of query. |
| INT job_info_requested_originals | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.24 | INTEGER | read-only | The number of requested collated copies. The value was supplied with the job via PJL QTY variable, the PostScript Collate and NumCopies entries in the page device dictionary, or via some other mechansim. |
| INT job_info_size | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.14 | INTEGER | read-only | Indicates the number of bytes of data processed by the processing subsystem. If neither of the cSourceSubsystem or cProcessingSubsystem items are in the associated JOB-INFO-STAGE object, then this object contains the size of this job, in bytes. The last OID field for this dynamic object contains the job ID. Additional information: This count may be incremented by values other than one as blocks of data are processed; blocks of data (which may be as large as 2K bytes) will be processed in a varying amount of time. When a job completes, this count may not be the same as the total number of bytes sent to the printer since some data before or after the job may be considered to be outside the job. Also, for ill-formed PostScript jobs (ones that do not use the ENTER LANGUAGE command) will be reported as having approximately 256 extra bytes due to the way the language switching is accomplished. |
| OCT job_info_stage | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.10 | OCTET STRING | read-only | Indicates what printer sub-systems are currently processing this print job. The last OID field for this dynamic object contains the job ID. cSourceSubsystem - some of the job is in the printer I/O subsystem. cProcessingSubsystem - some of the job is in the printer imaging processing subsystem. cDestinationSubsystem - some of the job is being printed. Additional information: For CLJ8500 cSourceSubsystem and cProcessingSubsystem will always be set and cleared together. A non-printing job will never set cDestinationSubsystem. When a page is ready to be printed (the intermediate has been built), cDestinationSubsystem will be set even if a page of a previous job is currently being printed. cDestinationSubsystem remains set until the last page of the job has reached an output bin. If a page requires extensive processing and allows all the previous pages of a job to complete printing cDestinationSubsystem will remain set until the last page of the job is closed. |
| INT job_info_state | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.15 | INTEGER | read-only | Indicates the state of the job. The last OID field for this dynamic object contains the job ID. eAborted - the print job was aborted. eWaitingForResources - the print job requires resources that are not currently available. Example resources that can cause the job to wait include the print engine or PDL processor being unavailable. The print engine could be unavailable due to paper out, paper jam, staple out, stapler jam, marking agent low, output bin full, etc. The PDL processor could be unavailable due to an off-line condition. Each printer specific object specification should state which conditions cause a job to be waiting for resources and also state which objects can be retrieved by an application to determine the exact cause of a resource being unavailable. ePrinted - the job has printed. The related JOB-INFO- OUTCOME object indicates if any problems were encountered while the job was processed. eRetained - the job can be reprinted. eTerminating - the job was aborted or cancelled and is currently is terminating. eInterrupted - the job has been interrupted. The job can be continued. ePaused - the job has been paused. The job can be continuted. eCancelled - the job has been cancelled. eProcessing - the job is currently being printed normally. Additional information: Indicates the state of the job. The last OID field for this dynamic object contains the job ID eAborted - the print job was aborted. eWaitingForResources - the print job requires resources that are not currently available. Example resources that can cause the job to wait include the print engine or PDL processor being unavailable due to paper out, paper jam, marking agent low, output bin full, etc. The PDL processor could be unavailable due to an off-line condition. ePrinted - the job has printed. The related JOB-INFO-OUTCOME object indicates if any problms were encountered while the job was precessed. eRetained - the job can be reprinted. eTerminating - the job was aborted or cancelled and is currently is terminating. ePaused - the job has been paused. The job can be continued. eCancelled - the job has been cancelled. eProcessing - the job is currently being printed normally. |
| OCT job_input_auto_continue_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.36 | OCTET STRING | read-only | Returns or sets the device behavior when the desired media is not currently available. cCancelJob - The device cancels the job. The device POS should explain what happens if this item is not the only item in the collection. cAutoMediaSizeOverride - The device is allowed to substitute a different size media. cAutoMediaNameOverride - The device is allowed to substitute a different media name. Additional information: This object applies to all media requests, including Manual Feed Requests. This object describes the action that is performed when the JOB-INPUT-AUTO-CONTINUE-TIMEOUT expires. The action performed by the CONTINUE object being set to eInitiateAction or the Go key being pressed on the control panel may cause different actions. |
| INT job_input_auto_continue_timeout | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.35 | INTEGER | read-write | The number of seconds the device waits after a job related continuable error occurs before automatically continuing. An example job related continuable error is the job requesting a media size that is not available. After the timeout expires, the device will continue processing the job as if a continue event occurred, such as the front panel continue key being pressed. If the value is -1, the device does not automatically continue after a job related continuable error occurs. If the value is 0, the device immediately continues. If the value is greater than 0, the value represents the timeout value in seconds. Additional information: This object is used only for media requests (size and/or name). CLJ8500 supports any value in the range of -1 to 3600. Setting to a value outside of that range causes the printer to substitute a value (listed below) and to return status. The values are as follow: 3600 snaps to 3600 (60 minutes) The action that occurs when this timeout expires is explained by JOB-INPUT-AUTO-CONTINUE-MODE. It is not the same as the CONTINUE object being set to eInitiateAction or the Go key being pressed on the control panel. |
| INT job_output_auto_continue_timeout | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.40 | INTEGER | read-only | Returns or sets the time that the printer will wait after an output bin becomes full and the printer is trying to deliver a sheet of media to that output bin. When the timeout expires, the job is processed according to the OUTBINn-OVERRIDE-MODE. A value of -1 indicates that the printer will wait for a continue event. A non- negative value is the number of seconds to wait. Additional information: Returns the time that the printer will wait after an output bin becomes full and the printer is trying to deliver a sheet of media to that output bin. A value of -1 indicates that the printer will wait for a continue event. |
| INT low_marking_agent_processing | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.5.1.3 | INTEGER | read-write | Returns or changes how the device processes a low marking agent event. If eCont, then the device continues to print. If eStop, then the device stops until a continue event occurs. |
| marking_agent | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.5 | |||
| INT mass_storage_resource_change_counter | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.12.3.1 | INTEGER | read-only | A counter which changes when a mass storage based resource has been added or deleted. Additional information: The value of this counter changes each time the MASS-STORAGE-RESOURCE-CHANGED object is set to eTrue. The value also changes when the mass storage device is initialized. However, the value does not change when a mass storage device is removed and a different mass storage device is installed. Performing a cold reset sets this object back to the factory default value. Returns status if attempting to access this object and there is no storage device is installed. |
| INT mass_storage_resource_changed | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.12.3.2 | INTEGER | write-only | Setting to eTrue causes MASS-STORAGE-RESOURCE-CHANGE- COUNTER to be incremented. Additional information: Returns status if attempting to access this object and there is no storage device is installed. |
| mass_storage_resources | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.12.3 | |||
| INT maximum_io_buffering_memory | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1.7 | INTEGER | read-only | This object's name is misleading. Returns the maximum amount of additional memory, in bytes, that can be dedicated to buffering print job data. Additional information: Memory for I/O Buffering is allocated in increments of 102400 bytes. Therefore, for each 1M (1048576 bytes) of memory added to the printer, 1024000 bytes are made available to resource saving (and I/O buffering) and 24576 bytes are retained until an additional 102400 byte block can be made available. The value reported by this object is always rounded down to the nearest multiple of 102400. |
| INT maximum_resource_saving_memory | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.7 | INTEGER | read-only | This object's name is misleading. This object returns the maximum amount of additional memory, in bytes, that can be dedicated to holding PDL permanent soft resources. Additional information: Base memory for CLJ8500 is 32MB. Memories for PostScript and PCL are 3MB and 4MB respectively. However, for every 8MB increment, 0.5MB is added to each PDL. (((64 * 8) - 32) / 8) / 0.5 = 30MB. Thus, total memories for PostScript and PCL are 33MB and 34MB respectively. |
| media_info | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3 | |||
| OCT media_names_available | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.1.1 | OCTET STRING | read-write | The value of this object controls which of the MEDIAx- NAME objects are supported. If a bit is set to zero, then attempting to get or set the corresponding MEDIAx- NAME objects will return . Additional information: Setting a bit to one will cause the corresponding MEDIAn- objects to be available (attempting to access an unavailable object will return ). MEDIA1- objects are always present in CLJ8500, as this is the default media. If this object is set to a value that does not include cMediaName1Available, that bit will be set and a status of will be returned. |
| media1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1 | |||
| STR media1_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1.1 | DisplayString | read-only | Media 1 name. Additional information: The symbol set for this string is Roman-8. |
| INT media1_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1.3 | INTEGER | read-only | Number of sheets of media 1 that have been printed. The device POS should state whether this value is lost across a power cycle or kept in NVRAM. Additional information: In CLJ8500 the media page count saved in NVRAM after every 10 pages. The maximum value is 4,294,967,295 which will never be reached in normal operation. The page count is incremented when a sheet of media is pulled from an input tray. A duplex printed sheet will cause this counter to be incremented by one. |
| STR media1_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1.2 | DisplayString | read-only | Length restricted version of the media name 1. The length restriction is required to allow the media name to be displayed on the device's control panel. The device POS must state the maximum number of characters allowed. If the device also has a limitation on what characters in a character set can be used (e.g. only uppercase characters allowed), the POS should also state character restrictions. Additional information: The Maximum supported string length is 9 characters. If the user entered string is too long, the device will store the first 9 characters and will return the status. |
| media10 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10 | |||
| STR media10_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10.1 | DisplayString | read-only | Media 10 name. Additional information: See MEDIA1-NAME. |
| INT media10_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10.3 | INTEGER | read-only | Number of sheets of media 10 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media10_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10.2 | DisplayString | read-only | Length restricted version of the media name 10. See MEDIA1-SHORT-NAME for details. |
| media11 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11 | |||
| STR media11_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11.1 | DisplayString | read-only | Media 11 name. Additional information: See MEDIA1-NAME. |
| INT media11_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11.3 | INTEGER | read-only | Number of sheets of media 11 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media11_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11.2 | DisplayString | read-only | Length restricted version of the media name 11. See MEDIA1-SHORT-NAME for details. |
| media12 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12 | |||
| STR media12_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12.1 | DisplayString | read-only | Media 12 name. Additional information: See MEDIA1-NAME. |
| INT media12_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12.3 | INTEGER | read-only | Number of sheets of media 12 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media12_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12.2 | DisplayString | read-only | Length restricted version of the media name 12. See MEDIA1-SHORT-NAME for details. |
| media13 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13 | |||
| STR media13_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13.1 | DisplayString | read-only | Media 13 name. Additional information: See MEDIA1-NAME. |
| INT media13_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13.3 | INTEGER | read-only | Number of sheets of media 13 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media13_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13.2 | DisplayString | read-only | Length restricted version of the media name 13. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME. |
| media14 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14 | |||
| STR media14_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14.1 | DisplayString | read-only | Media 14 name. Additional information: See MEDIA1-NAME. |
| INT media14_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14.3 | INTEGER | read-only | Number of sheets of media 14 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media14_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14.2 | DisplayString | read-only | Length restricted version of the media name 14. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME. |
| media15 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15 | |||
| STR media15_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15.1 | DisplayString | read-only | Media 15 name. Additional information: See MEDIA1-NAME. |
| INT media15_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15.3 | INTEGER | read-only | Number of sheets of media 15 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media15_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15.2 | DisplayString | read-only | Length restricted version of the media name 15. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME. |
| media2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2 | |||
| STR media2_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2.1 | DisplayString | read-only | Media 2 name. Additional information: See MEDIA1-NAME. |
| INT media2_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2.3 | INTEGER | read-only | Number of sheets of media 2 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media2_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2.2 | DisplayString | read-only | Length restricted version of the media name 2. See MEDIA1-SHORT-NAME for details. |
| media3 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3 | |||
| STR media3_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3.1 | DisplayString | read-only | Media 3 name. Additional information: See MEDIA1-NAME. |
| INT media3_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3.3 | INTEGER | read-only | Number of sheets of media 3 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media3_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3.2 | DisplayString | read-only | Length restricted version of the media name 3. See MEDIA1-SHORT-NAME for details. |
| media4 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4 | |||
| STR media4_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4.1 | DisplayString | read-only | Media 4 name. Additional information: See MEDIA1-NAME. |
| INT media4_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4.3 | INTEGER | read-only | Number of sheets of media 4 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media4_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4.2 | DisplayString | read-only | Length restricted version of the media name 4. See MEDIA1-SHORT-NAME for details. |
| media5 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5 | |||
| STR media5_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5.1 | DisplayString | read-only | Media 5 name. Additional information: See MEDIA1-NAME. |
| INT media5_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5.3 | INTEGER | read-only | Number of sheets of media 5 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media5_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5.2 | DisplayString | read-only | Length restricted version of the media name 5. See MEDIA1-SHORT-NAME for details. |
| media6 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6 | |||
| STR media6_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6.1 | DisplayString | read-only | Media 6 name. Additional information: See MEDIA1-NAME. |
| INT media6_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6.3 | INTEGER | read-only | Number of sheets of media 6 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media6_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6.2 | DisplayString | read-only | Length restricted version of the media name 6. See MEDIA1-SHORT-NAME for details. |
| media7 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7 | |||
| STR media7_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7.1 | DisplayString | read-only | Media 7 name. Additional information: See MEDIA1-NAME. |
| INT media7_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7.3 | INTEGER | read-only | Number of sheets of media 7 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media7_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7.2 | DisplayString | read-only | Length restricted version of the media name 7. See MEDIA1-SHORT-NAME for details. |
| media8 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8 | |||
| STR media8_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8.1 | DisplayString | read-only | Media 8 name. Additional information: See MEDIA1-NAME. |
| INT media8_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8.3 | INTEGER | read-only | Number of sheets of media 8 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media8_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8.2 | DisplayString | read-only | Length restricted version of the media name 8. See MEDIA1-SHORT-NAME for details. |
| media9 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9 | |||
| STR media9_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9.1 | DisplayString | read-only | Media 9 name. Additional information: See MEDIA1-NAME. |
| INT media9_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9.3 | INTEGER | read-only | Number of sheets of media 9 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT. |
| STR media9_short_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9.2 | DisplayString | read-only | Length restricted version of the media name 9. See MEDIA1-SHORT-NAME for details. |
| mio | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3 | |||
| mio1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.1 | |||
| STR mio1_manufacturing_info | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.1.3 | DisplayString | read-only | Returns information describing the manufacture of the I/O card installed in MIO/EIO slot 1. May include serial number and firmware revision. Additional information: The format of the string returned is determined by the manufacturer of the MIO card. There is no standard for content of the string. If no card is installed, a null string is returned. |
| STR mio1_model_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.1.2 | DisplayString | read-only | Returns product information identifying the I/O card. Example: XXXX |
| INT mio1_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.1.4 | INTEGER | read-only | Returns an indication of the type of option installed in MIO/EIO slot 1. See SIMM1-TYPE for an explanation of the enumerations. Additional information: Returns an indication of the type of option installed in MIO/EIO slot 1. See SIMM1-TYPE for explanation of eEmpty, eUnknown, and eUnSupported. eDiskDrive means the installed option contains a disk drive. eIOCard means the installed option is an I/O card. |
| mio2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.2 | |||
| STR mio2_manufacturing_info | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.2.3 | DisplayString | read-only | Returns information describing the manufacture of the I/O card installed in MIO/EIO slot 2. May include serial number and firmware revision. Additional information: The format of the string returned is determined by the manufacturer of the MIO card. There is no standard for content of the string. If no card is installed, a null string is returned. |
| STR mio2_model_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.2.2 | DisplayString | read-only | Returns product information identifying the I/O card. Example: XXXX |
| INT mio2_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.2.4 | INTEGER | read-only | Returns an indication of the type of option installed in MIO/EIO slot 2. See SIMM1-TYPE for an explanation of the enumerations. Additional information: Returns an indication of the type of option installed in MIO/EIO slot 2. See MIO1-TYPE for an explanation of the enumerations. |
| STR model_name | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.2 | DisplayString | read-only | Identifies the device model name (e.g. ''DeskJet 1200C''). The string is as specific as possible. Capitalization and spacing should match family naming conventions. Products should note in POS if the model name on the HP corporate price list changes but the device reports the previous device name. If the model name changes based on the installed options, the POS should indicate if only the base model name is returned, or if the device senses the installed options and returns the correct model name. If possible, encode the model name in a symbol set (like Roman-8) that matches the ASCII character set and limit the characters used to ASCII characters. Additional information: The value of this object does not change based on the installed options. Since the value of this object is frequently used in displaying a list of printers, it is kept relatively short in case systems have limited width for their display area. |
| STR model_number | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.1 | DisplayString | read-only | Identifies the device model number as listed in the HP corporate price list (e.g. C2121A for DeskJet 500C). The string is as specific as possible. Products should note in POS if the model number on the CPL changes but the device reports the previous model number. If the model number changes based on the installed options, the POS should indicate if only the base model number is returned, or if the device senses the installed options and returns the correct model number. If possible, encode the model number in a symbol set (like Roman-8) that matches the ASCII character set and limit the characters used to ASCII characters. Additional information: The value of this object does not change based on the installed options. |
| INT mp_tray | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.5 | INTEGER | read-write | Returns or changes the value of the multi-purpose (MP) tray configuration variable. The MP tray can be configured to operate as an additional input tray (eCassette), a manual feed slot (eManual), or in a manner compatible with the LaserJet III manual feed slot (eFirst). If configured for eFirst, if media is present in the MP tray, that media is used (assuming the size matches and the print job didn't specify another tray) until the MP tray is empty. |
| net_peripheral | 1.3.6.1.4.1.11.2.3.9 | |||
| netdm | 1.3.6.1.4.1.11.2.3.9.4 | |||
| nm | 1.3.6.1.4.1.11.2 | |||
| INT on_off_line | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.5 | INTEGER | read-write | To bring the PDL processing sub-system on or off line. If the device is a printer, then the printer does not process print job data when the printer is off line. PML communication persists. Additional information: When the printer is in the Offline state, printing will stop as soon as possible (no more sheets of media are pulled from input trays). All I/O communication continues (no change from the Online state). Setting to eOnline has the following affect: Printer will immediately go to or remain in the Online state; status is returned. If the printer's current state is Offline with a pending error condition that prevents the printer from going to the Online state, the printer will remain in the Offline state; status is returned. Setting to eOffline has the following affect: Printer will immediately go to or remain in the Offline state; status is returned. If pages are being printed, those pages will complete with the printer in the Offline state. Setting to eOfflineAtEndOfJob has the following affect: If not in a job or already in the Offline state, the printer will immediately go to or remain in the Offline state; status is returned. If printing and the current state is Online, the printer will remain in the Online state, with the value of this object as eOfflineAtEndOfJob, until the end of the job; status is returned. At the end of the job, the printer goes to the Offline state and the value of this object becomes eOffline. During the eOffine state, the printer will still rip and process jobs. Setting this object to eOffline or eOnline before the end of the job causes the action for that value to be taken immediately. |
| outbin | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4 | |||
| outbin1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.1 | |||
| OCT outbin1_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.1.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: If cCancelJob is set, the current print job will be cancelled regardless of other item settings. If cOutbinFullOverride is set and this bin is the designated overflow bin (OVERFLOW-BIN = 1), then the bit is ignored. This object describes the action that is performed when the JOB-OUTPUT-AUTO-CONTINUE-TIMEOUT expires. If no bits are set, no override action is taken (the printer will continue to wait). The action performed by the CONTINUE object being set to eInitiateAction or the GO key being pressed on the control panel may cause different actions. |
| outbin10 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.10 | |||
| OCT outbin10_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.10.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin10_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.10.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbin11 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.11 | |||
| OCT outbin11_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.11.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin11_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.11.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbin2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.2 | |||
| OCT outbin2_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.2.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| outbin3 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.3 | |||
| OCT outbin3_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.3.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin3_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.3.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbin4 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.4 | |||
| OCT outbin4_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.4.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin4_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.4.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbin5 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.5 | |||
| OCT outbin5_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.5.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin5_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.5.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbin6 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.6 | |||
| OCT outbin6_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.6.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin6_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.6.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbin7 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.7 | |||
| OCT outbin7_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.7.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin7_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.7.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbin8 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.8 | |||
| OCT outbin8_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.8.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin8_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.8.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbin9 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.9 | |||
| OCT outbin9_override_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.9.9 | OCTET STRING | read-write | Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job. cOutbinFullOverride - The device sends subsequent media to the overflow bin. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. Additional information: See OUTBIN1-OVERRIDE-MODE. |
| INT outbin9_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.9.11 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this output bin. |
| outbins | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3 | |||
| INT overflow_bin | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.1.4 | INTEGER | read-only | Returns or sets the bin that will be used for additional sheets of media when the current bin is full and printing is allowed to continue. Additional information: If this object is set to zero, overflowing to another bin is not allowed. |
| INT pcl_default_font_height | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.13 | INTEGER | read-write | Returns or changes the default PCL height. Height is an approximate measure of the body of the type in centipoints. A centipoint is 1/7200 inch. Height applies only to proportional fonts. Point size, in points, can be converted to font height, in centipoints, by multiplying the point size by 100. The POS indicates the supported values. An unsupported value causes the printer to use the closest supported value, causing the printer to return . ''Closest'' means the smallest absolute difference. Additional information: Supported values range from 400 to 99975, in increments of 25 units. Setting to an unsupported value causes the printer to substitute in a snap value and to return status. The snap values are as follow: =99975 snaps to 99975 Unsupported values in the range 400 to 99975 snaps DOWN to the previous supported value (i.e 25293 snaps to 25275 or 75038 snaps to 75025). |
| INT pcl_default_font_number | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.15 | INTEGER | read-write | Returns or changes the value of the default font number variable in NVRAM. Writing an unsupported value causes the printer to generate an . |
| INT pcl_default_font_source | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.14 | INTEGER | read-write | Returns or changes the value of the default font source variable in NVRAM. |
| INT pcl_default_font_width | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.16 | INTEGER | read-write | Returns or changes the default PCL font width. Width is expressed as the width of a character in centipoints. A centipoint is 1/7200 inch. Width applies only to fixed space fonts. Pitch, in character per inch, can be converted to font width, in centipoints, by dividing 7200 by the pitch. The POS indicates the supported values. An unsupported value causes the printer to use the closest supported value, causing the printer to return . ''Closest'' means the smallest absolute difference. Additional information: Setting to an unsupported value causes the printer to substitute in a snap value (listed below) and to return status. The snap values are as follow: =9999 snaps to 9999 |
| INT pcl_resource_saving_memory_size | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.2 | INTEGER | read-only | Returns or changes the amount of resource saving memory set aside to hold permanent soft PCL resources. Additional information: The value returned by this object is the amount of Resource Saving memory currently dedicated to PCL. If a value is received that is between 1 and 409599, it will be snapped to 409600 and a status of returned. If an unsupported value greater than 409600 is received, it will be snapped down to the nearest 102400 value and a status of returned. |
| INT pcl_total_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.5 | INTEGER | read-only | Total number of PCL pages printed by the device. Additional information: In CLJ8500 the PCL page count is kept in NVRAM however the NVRAM value is only updated every 10 pages. NOTE: The value returned by this OID will be incremented every page but if power is lost between NVRAM updates, up to 9 pages of the page count may be lost. The page count counter will be reset to zero after 16,777,215 (2^24-1) pages. The page count is incremented when a sheet of media is pulled from an input tray. A duplex printed sheet will cause this counter to be incremented by two. |
| pdl | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3 | |||
| pdl_pcl | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3 | |||
| pdl_postscript | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4 | |||
| ph | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7 | |||
| ph_devices | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.3 | |||
| ph2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.3.2 | |||
| ph3 | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.3.3 | |||
| phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5 | |||
| phd1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.1 | |||
| INT phd1_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.1.3 | INTEGER | read-only | Returns an indication of the type of option installed in this particular SIMM interface See SIMM1-TYPE for an explanation of the enumerations. Additional information: CLJ8500 doesn't support envelope feeder but software reserves PHD1 for envelope feeder. All other PHD1 objects are removed. |
| phd2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.2 | |||
| INT phd2_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.2.4 | INTEGER | read-only | Returns an indication of the capacity of the installed option. See SIMM1-CAPACITY for an explanation of the meaning of the value of this object. Additional information: If at least one (1) external paper handling device (EPHD) is attached to the printer, then this object will exist. Not applicable if the value of PHD2-TYPE is eEmpty. This object returns the number of input trays or output bins, depending the device type (see PHD2-TYPE) for the first EPHD in the device chain. |
| OCT phd2_device_memory | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.3.2.4 | OCTET STRING | read-only | This object is used to read the current values stored in shared memory available from the paper handling device. Additional information: If at least one external paper handling devices are attached to the printer, then this object will exist. Not applicable if the value of PHD2-TYPE is eEmpty. This object returns the current memory stored in the printer's NVRAM (non-volatile RAM) for the first paper handling device. Currently, the printer allocates 16 bytes for each device. |
| OCT phd2_device_specific_command | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.3.2.2 | OCTET STRING | write-only | This object is used to send device-specific data to the paper handling device. The meaning of the device- specific command is dependent on the paper handling device and must be specified in the POS. If the paper handling device does not accept the command, then an will be returned. If the device accepts the command, it may still be processing the command after the response has been returned. Depending on the device, the application may need to query PHDx-DEVICE-MEMORY to see when the command has completed. Additional information: If at least one (1) external paper handling device is attached to the printer, then this object will exist. Not applicable if the value of PHD2-TYPE is eEmpty. Since it will usually take longer to send this command to the device than PML allows for operations, this object will have a return value that does not necessarily match the value currently received by the first device. |
| STR phd2_manufacturing_info | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.2.2 | DisplayString | read-only | Returns information describing the manufacture of PHD 2. May include serial number and firmware revision. Additional information: If at least one (1) external paper handling device is attached to the printer, then this object will exist. Not applicable if the value of PHD2-TYPE is eEmpty. This object returns the name of the manufacturer of the first paper handling device. |
| STR phd2_model | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.2.1 | DisplayString | read-only | Returns product information identifying PHD device 2. Additional information: If at least one (1) external paper handling device is attached to the printer, then this object will exist. Not applicable if the value of PHD2-TYPE is eEmpty. Returns product information about the first paper handling device in the device chain. |
| INT phd2_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.2.3 | INTEGER | read-only | Returns an indication of the type of option installed in PHD interface 2. See SIMM1-TYPE for an explanation of the enumerations. Additional information: External paper handling devices are connected to the printer in a daisy-chained fashion. PHD2 refers to the first device that is connected. Returns eEmpty if no paper handling devices are installed. If the HCI is attached, the value will be eInputPHD. If the HCO is the first connected device, the value will be eOutputPHD. |
| phd3 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.3 | |||
| INT phd3_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.3.4 | INTEGER | read-only | Returns an indication of the capacity of the installed option. See SIMM1-CAPACITY for an explanation of the meaning of the value of this object. Additional information: If at least two (2) external paper handling devices (EPHD) are attached to the printer, then this object will exist. Not applicable if the value of PHD3-TYPE is eEmpty. This object returns the number of input trays or output bins, depending the device type (see PHD3-TYPE) for the second EPHD in the device chain. |
| OCT phd3_device_memory | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.3.3.4 | OCTET STRING | read-only | This object is used to read the current values stored in shared memory available from the paper handling device. Additional information: If at least two external paper handling devices are attached to the printer, then this object will exist. Not applicable if the value of PHD3-TYPE is eEmpty. This object returns the current memory stored in the printer's NVRAM (non-volatile RAM) for the second paper handling device. Currently, the printer allocates 16 bytes for each device. |
| OCT phd3_device_specific_command | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.3.3.2 | OCTET STRING | write-only | This object is used to send device-specific data to the paper handling device. The meaning of the device- specific command is dependent on the paper handling device and must be specified in the POS. If the paper handling device does not accept the command, then an will be returned. If the device accepts the command, it may still be processing the command after the response has been returned. Depending on the device, the application may need to query PHDx-DEVICE-MEMORY to see when the command has completed. Additional information: If at least two (2) external paper handling devices are attached to the printer, then this object will exist. Not applicable if the value of PHD3-TYPE is eEmpty. Since it will usually take longer to send this command to the device than PML allows for operations, this object will have a return value that does not necessarily match the value currently received by the second device. |
| STR phd3_manufacturing_info | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.3.2 | DisplayString | read-only | Returns information describing the manufacture of PHD 3. May include serial number and firmware revision. Additional information: If at least two (2) external paper handling devices are attached to the printer, then this object will exist. Not applicable if the value of PHD3-TYPE is eEmpty. This object returns the name of the manufacturer of the second paper handling device. |
| STR phd3_model | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.3.1 | DisplayString | read-only | Returns product information identifying PHD device 3. Additional information: If at least two (2) external paper handling devices are attached to the printer, then this object will exist. Not applicable if the value of PHD3-TYPE is eEmpty. |
| INT phd3_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.3.3 | INTEGER | read-only | Returns an indication of the type of option installed in PHD interface 3. See SIMM1-TYPE for an explanation of the enumerations. Additional information: External paper handling devices are connected to the printer in a daisy-chained fashion. PHD3 refers to the second device that is connected. Returns eEmpty if no paper handling devices are installed. If the HCI is attached, the value will be eInputPHD. If the HCO is the second connected device, the value will be eOutputPHD. |
| phd4 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.4 | |||
| INT phd4_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.4.3 | INTEGER | read-only | Returns an indication of the type of option installed in PHD interface 4. See SIMM1-TYPE for an explanation of the enumerations. Additional information: External paper handling devices are connected to the printer in a daisy-chained fashion. PHD4 refers to the third device that is connected. Returns the type of the third party device in this chain, otherwise, eEmpty if only tow paper handling devices are installed. At introduction, there is no planned configuration that would cause the value of this object to be anything other than eEmpty. |
| phd5 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.5 | |||
| INT phd5_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.5.3 | INTEGER | read-only | Returns an indication of the type of option installed in PHD interface 5. See SIMM1-TYPE for an explanation of the enumerations. Additional information: External paper handling devices are connected to the printer in a daisy-chained fashion. PHD5 refers to the forth device that is connected. Returns eEmpty if only four paper handling devices are installed. At introduction, there is no planned configuration that would cause the value of this object to be anything other than eEmpty. |
| phd6 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.6 | |||
| INT phd6_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.5.6.3 | INTEGER | read-only | Returns an indication of the type of option installed in PHD interface 6. See SIMM1-TYPE for an explanation of the enumerations. Additional information: External paper handling devices are connected to the printer in a daisy-chained fashion. PHD6 refers to the fifth device that is connected. Returns eEmpty if only four paper handling devices are installed. At introduction, there is no planned configuration that would cause the value of this object to be anything other than eEmpty. |
| pjl | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.5 | |||
| INT pjl_password | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.5.1 | INTEGER | read-only | Returns PJL password, if the password is not set (zero). If the password is set, then attempting to retrieve the password causes an to occur and will return the . |
| port1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.3.1 | |||
| INT port1_parallel_bidirectionality | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.3.1.5 | INTEGER | read-only | Returns or changes whether the parallel I/O port supports bidirectional communication for port 1. This object is only supported if this port is a parallel port. Additional information: CLJ8500 will always be bi-directional. Thus, having this object here doesn't mean much... A get on this object returns the current mode for the parallel port. |
| INT port1_parallel_speed | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.3.1.4 | INTEGER | read-only | Returns or changes the maximum parallel I/O port speed, for port 1. This object is only supported if this port is a parallel port. An eSlow setting causes a 10 us busy pulse per received byte of data. An eFast setting causes a 1.5 us busy pulse per received byte of data. In rare cases, setting this value to eFast can cause the parallel port to no longer transfer data reliably. Additional information: Returns the maximum parallel I/O port speed, for port 1. This object is only supported if this port is a parallel port. An eFast setting causes a 1.5 us busy pulse per received byte of data. In rare cases, eFast can cause the parallel port to no longer transfer data reliably. |
| ports | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.3 | |||
| INT postscript_jam_recovery | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4.12 | INTEGER | read-only | Returns or changes the PostScript jam recovery setting. If eOn, then the device will reprint PostScript pages, if those pages jam. Additional information: Returns the Postscript jam recovery setting. If eOn, then the device will reprint PostScript pages, if those pages jam. |
| INT postscript_print_errors | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4.11 | INTEGER | read-write | Returns or changes the value of the print PostScript errors setting. If eOn, PostScript prints an error page showing the error encountered and the stack at the time of the error. |
| INT postscript_resource_saving_memory_size | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4.2 | INTEGER | read-only | Returns or changes the amount of resource saving memory set aside to hold permanent soft PostScript resources. Additional information: The value returned by this object is the amount of Resource Saving memory currently dedicated to PostScript. If a value is received that is between 1 and 409599, it will be snapped to 409600 and a status of returned. If an unsupported value greater than 409600 is received, it will be snapped down to the nearest 102400 value and a status of returned. |
| INT postscript_total_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4.5 | INTEGER | read-only | Total number of PostScript pages printed by the device. Additional information: In CLJ8500 the count is kept in NVRAM however the NVRAM value is only updated every 10 sheets. NOTE: The value returned by this OID will be incremented every sheet but if power is lost between NVRAM updates up to 9 sheets of the count may be lost. The counter will be reset to zero after 16,777,215 (2^24-1) pages. |
| print_engine | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1 | |||
| INT print_internal_page | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.5.2 | INTEGER | read-write | Writing this object to a value other than eNotPrintingAnInternalPage causes the device to attempt to print an internally generated page. Reading this object provides an indication what internally generated page is currently being printed, if any. The actual page is device specific. Some devices may support continuously printing an internally generated page. Setting this object to eNotPrintingAnInternalPage terminates continuously printing internally generated pages. An internally generated page may not be allowed to be printed at any arbitrary time; under what conditions it will succeed or fail is device specific. If the device supports the requested page, but can not start printing the page when requested, the device will respond with . RECOMMENDATION: If the device is ready (i.e. the NOT- READY-PRINTER object does not contain any items, except maybe being off-line) and is idle (i.e. the NOT-IDLE object does not contain any items), this request should always succeed. This provides a mechanism for driver writers to always determine if the action will succeed or not. Additional information: PCL and PS config. pages for CLJ8500 are the same. Only 1 page for info on both PCL and PS. PCL and PS font lists are different. eDeviceDemoPage2 is the printer demo page. ePCLFontList1 is the PCL typeface list. eDeviceDemoPage5ErrorLog is the printer's error log. CLJ8500 does not support continuously printing a demo page. The value eDeviceDemoPage6FileSystemDirectoryListing can only be set when the disk option is installed. When this object is set to a valid value and the printer is idle, the status returned is and the value returned is ePrintingAnUnknownInternalPage. If the printer is not idle (whether printing an external job, printing an internal page or executing a self test), a status of status will be returned with a value of eNotPrintingAnInternalPage. Setting this object to a valid value causes the desired page to be formatted and put in the printer's print queue. While the page is being formatted a get on this object will return the value ePrintingAnUnknownInternalPage, if the time to format the page is long enough (it is currently estimated that the time to format some pages is as short as one millisecond). Attempting to set this object before the page has completed being formatted and printed will cause status to be returned with a value of eNotPrintingAnInternalPage. After the page is in the queue, a get on this object will return a value of eNotPrintingAnInternalPage. Setting this object to cause another page to be printed before the first page has completed results in a status of status with a value of eNotPrintingAnInternalPage. Likewise, if the SELF-TEST object is set to eNonDestructiveSelfTest and that page has not printed when this object is set to print a page, a status of status with a value of eNotPrintingAnInternalPage will be returned until the self test page has printed. |
| print_media | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8 | |||
| printmib | 1.3.6.1.4.1.11.2.3.9.4.2.2 | |||
| processing_subsystem | 1.3.6.1.4.1.11.2.3.9.4.2.1.3 | |||
| prtAlert | 1.3.6.1.4.1.11.2.3.9.4.2.2.18 | |||
| INT prtalertcode | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1.1.7 | INTEGER | read-only | See associated textual convention PrtAlertCodeTC Additional information: The alert table in CLJ8500 will hold up to 233 entries. |
| OCT prtalertdescription | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1.1.8 | OCTET STRING | read-only | A description of this alert entry in the localization specified by prtGeneralCurrentLocalization. The description is provided by the printer to further elaborate on the enumerated alert or provide information in the case where the code is classified as `other' or `unknown'. The printer is required to return a description string but the string may be a null string. Additional information: The alert table in CLJ8500 will hold up to 233 entries. |
| prtAlertEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1.1 | |||
| INT prtalertgroup | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1.1.4 | INTEGER | read-only | The type of sub-unit within the printer model that this alert is related. Input, output, and markers are examples of printer model groups, i.e., examples of types of sub-units. Wherever possible, these enumerations match the sub-identifier that identifies the relevant table in the printmib. Additional information: The alert table in CLJ8500 will hold up to 233 entries. |
| INT prtalertgroupindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1.1.5 | INTEGER | read-only | An index of the row within the principle table in the group identified by prtAlertGroup that represents the sub-unit of the printer that caused this alert. The combination of the prtAlertGroup and the prtAlertGroupIndex defines exactly which printer sub-unit caused the alert.; for example, Input #3, Output #2, and Marker #1. Every object in this MIB is indexed with hrDeviceIndex and optionally, another index variable. If this other index variable is present in the table that generated the alert, it will be used as the value for this object. Otherwise, this value shall be -1. Additional information: The alert table in CLJ8500 will hold up to 233 entries. |
| INT prtalertlocation | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1.1.6 | INTEGER | read-only | The sub-unit location that is defined by the printer manufacturer to further refine the location of this alert within the designated sub-unit. The location is used in conjunction with the Group and GroupIndex values; for example, there is an alert in Input #2 at location number 7. The value (-2) indicates unknown Additional information: The alert table in CLJ8500 will hold up to 233 entries. |
| INT prtalertseveritylevel | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1.1.2 | INTEGER | read-only | The level of severity of this alert table entry. The printer determines the severity level assigned to each entry into the table. Additional information: The alert table in CLJ8500 will hold up to 233 entries. |
| prtAlertTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1 | |||
| INT prtalerttraininglevel | 1.3.6.1.4.1.11.2.3.9.4.2.2.18.1.1.3 | INTEGER | read-only | See textual convention PrtAlertTrainingLevelTC Additional information: The alert table in CLJ8500 will hold up to 233 entries. The value of this object depends on the alert condition as follows: ePuntrained: Paper out. ePtrained: Toner out. ePfieldService: Marker failure. ePmanagement: Configuration change. |
| prtChannel | 1.3.6.1.4.1.11.2.3.9.4.2.2.14 | |||
| INT prtchannelcurrentjobcntllangindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1.1.4 | INTEGER | read-only | The value of prtInterpreterIndex corresponding to the Control Language Interpreter for this channel. This interpreter defines the syntax used for control functions, such as querying or changing environment variables and identifying job boundaries (e.g. PJL, PostScript, NPAP). Must be 1 or greater. Additional information: This object points to the PJL language. It is read-only because PJL (2) is the printer's only job control language. It is the same for all channels. |
| INT prtchanneldefaultpagedesclangindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1.1.5 | INTEGER | read-write | The value of prtInterpreterIndex corresponding to the Page Description Language Interpreter for this channel. This interpreter defines the default Page Description Language interpreter to be used for the print data unless the Control Language is used to select a specific interpreter (e.g., PCL, PostScript Language, auto-sense). Must be 1 or greater. Additional information: Replaces PML DEFAULT-PDL. The default points to the automatic language switcher. If this object is changed for one channel, all channels will be changed. |
| prtChannelEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1.1 | |||
| INT prtchannelifindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1.1.7 | INTEGER | read-only | The value of ifIndex (in the ifTable; see the interface section of MIB-2/RFC 1213) which corresponds to this channel. When more than one row of the ifTable is relevant, this is the index of the row representing the topmost layer in the interface hierarchy. A value of zero indicates that no interface is associated with this channel. Additional information: MIO-based channels provide their own values for this object. |
| OCT prtchannelprotocolversion | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1.1.3 | OCTET STRING | read-only | The version of the protocol used on this channel. The format used for version numbering depends on prtChannelType. Additional information: This object, in conjunction with prtChannelType, replaces the PML object PORTn-DESCRIPTION. MIO-based channels provide their own values. The channel 1 value includes (separated by semi colons) different aspects of the spec: electrical;logical; and physical connector. |
| INT prtchannelstate | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1.1.6 | INTEGER | read-only | The state of this print data channel. The value determines whether control information and print data is allowed through this channel or not. Additional information: MIO-based channels provide their own values for this object. The base-printer's port always reports a value of ePprintDataAccepted. If the printer is offline, that is detected by reading the Host Resources General Printer Status objects, not by reading this object. |
| INT prtchannelstatus | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1.1.8 | INTEGER | read-only | The current status of the channel. Additional information: See SubUnitStatus in RFC1759 Printer MIB for details on values reported by this object. MIO-based channels provide their own values for this object. Status for CLJ8500's parallel port will not include values Available and Standby (2), Available and Active (4), Non-Critical Alerts (8) or Transitioning to intended state (64). |
| prtChannelTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1 | |||
| INT prtchanneltype | 1.3.6.1.4.1.11.2.3.9.4.2.2.14.1.1.2 | INTEGER | read-only | The type of this print data channel. This object provides the linkage to ChannelType-specific groups that may (conceptually) extend the prtChannelTable with additional details about that channel. Additional information: This object, in conjunction with prtChannelProtocolVersion, replaces the PML object PORTn-DESCRIPTION. MIO-based channels provide their own values. There are 34 channel types for CLJ8500; first two being parallel, 3 - 18 are for the first card, and 19 - 34 are for the second card. If a card wants to use all 16 channels at a given time, it can. But a card could use less than 16 channels at a given time. |
| INT prtconsolecolor | 1.3.6.1.4.1.11.2.3.9.4.2.2.17.6.1.4 | INTEGER | read-only | The color of this light. |
| OCT prtconsoledescription | 1.3.6.1.4.1.11.2.3.9.4.2.2.17.6.1.5 | OCTET STRING | read-only | The vendor description or label of this light in the localization specified by prtConsoleLocalization. |
| INT prtconsoledisable | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.13 | INTEGER | read-write | If the object prtConsoleDisable has value 'operatorConsoleDisabled' then input is not accepted from the operator console. If the object prtConsoleDisable has the value 'operatorConsoleEnabled' then input is accepted from the operator console. If the object prtConsoleDisable has the value 'operatorConsoleEnabledLevel1','operatorConsoleEnabledLevel2' or 'operatorConsoleEnabledLevel3' then limited input is accepted from the operator console; the limitations are product specific, however, the limitations are generally less restrictive for operatorConsoleEnabledLevel1 than for operatorConsoleEnabledLeve2, which is less restrictive than operatorConsoleEnabledLevel3. The value of the prtConsoleDisable object is a type-2 enumeration. Additional information: Replaces PML CONTROL-PANEL-LOCK. If the object prtConsoleDisable has value 'ePoperatorConsoleDisabled' then manual input is not accepted from the operator console. If the object prtConsoleDisable has the value 'ePoperatorConsoleEnabled' then manual input is accepted from the operator console. The following menus are locked with these corresponding values: ePoperatorConsoleEnabled (no locking) ePoperatorConsoleEnabledLevel1 (minimal locking) RESETS MENU CONFIGURATION MENU I/O MENU CALIBRATION MENU ePoperatorConsoleEnabledLevel2 (moderate locking) PAPER HANDLING MENU menus in level 1 ePoperatorConsoleDisabled (maximum locking) PRINTING MENU INFORMATION MENU Job Cancel menus in Levels 1 and 2. |
| prtConsoleDisplayBuffer | 1.3.6.1.4.1.11.2.3.9.4.2.2.16 | |||
| prtConsoleDisplayBufferEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.16.5.1 | |||
| prtConsoleDisplayBufferTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.16.5 | |||
| OCT prtconsoledisplaybuffertext | 1.3.6.1.4.1.11.2.3.9.4.2.2.16.5.1.2 | OCTET STRING | read-only | The content of a line in the logical display buffer of the operator's console of the printer. When a write operation occurs, normally a critical message, to one of the LineText strings, the agent should make that line displayable if a physical display is present. Writing a zero length string clears the line. It is an implementation-specific matter as to whether the agent allows a line to be overwritten before it has been cleared. Printer generated strings shall be in the localization specified by prtConsoleLocalization. Management Application generated strings should be localized by the Management Application. Additional information: Replaces PML STATUS-MSG-LINE1-PART1 and STATUS-MSG-LINE2-PART1. The ojbects BACKGROUND-STATUS-MSG-LINE1-PART1 and BACKGROUND-STATUS-MSG-LINE2-PART1 should be used to write messages to the control panel display. prtConsoleDisplayBufferText[1..8] maps to logical line [1..8] of the display. Unused lines on the control pannel should retrun NULL. |
| prtConsoleLightEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.17.6.1 | |||
| prtConsoleLights | 1.3.6.1.4.1.11.2.3.9.4.2.2.17 | |||
| prtConsoleLightTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.17.6 | |||
| INT prtconsolelocalization | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.10 | INTEGER | read-write | The value of the prtLocalizationIndex corresponding to the language, country, and character set to be used for the console. This localization applies both to the actual display on the console as well as the encoding of these console objects in management operations. Additional information: Replaces PML LOCALIZATION-LANGUAGE. The value of this object is saved in NVRAM. If a localized string is currently being displayed on the control panel by the device, changing this object will cause the displayed string to be changed to its new value. If this object is changed while the printer is processing a page that contains localized strings has started, the results are undefined. |
| INT prtconsolenumberofdisplaychars | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.12 | INTEGER | read-only | The number of characters per line displayed on the physical display. This value is 0 if there are no lines on the physical display or if there is no physical display Additional information: Replaces PML DISPLAY-COLUMN-SIZE. |
| INT prtconsolenumberofdisplaylines | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.11 | INTEGER | read-only | The number of lines on the printer's physical display. This value is 0 if there are no lines on the physical display or if there is no physical display Additional information: Replaces PML DISPLAY-NUMBER-OF-ROWS. The printer has two physical lines on the display, however, in many cases up to eight seperate lines of text may be displayed by alternating pairs of lines every three seconds. Thus the display really has eight logical lines for displaying messages. This object will return the number of logical display lines supported by the printer. |
| INT prtconsoleofftime | 1.3.6.1.4.1.11.2.3.9.4.2.2.17.6.1.3 | INTEGER | read-only | This object, in conjunction with prtConsoleOnTime, defines the current status of the light. If both prtConsoleOnTime and prtConsoleOffTime are non-zero, the lamp is blinking and the values presented define the on time and off time, respectively, in milliseconds. If prtConsoleOnTime is zero and prtConsoleOffTime is non-zero, the lamp is off. If prtConsoleOffTime is zero and prtConsoleOnTime is non-zero, the lamp is on. If both values are zero the status of the lamp is undefined. Additional information: There are three control panel LED's: Ready( index 1), Data ( index 2) and Attention ( index 3). The Ready and Data led flash at the rate of 500 milliseconds on followed by 500 milliseconds off. The Attention led flashes at the rate of 250 milliseconds on followed by 250 milliseconds off. |
| INT prtconsoleontime | 1.3.6.1.4.1.11.2.3.9.4.2.2.17.6.1.2 | INTEGER | read-only | This object, in conjunction with prtConsoleOffTime, defines the current status of the light. If both prtConsoleOnTime and prtConsoleOffTime are non-zero, the lamp is blinking and the values presented define the on time and off time, respectively, in milliseconds. If prtConsoleOnTime is zero and prtConsoleOffTime is non-zero, the lamp is off. If prtConsoleOffTime is zero and prtConsoleOnTime is non-zero, the lamp is on. If both values are zero the status of the lamp is undefined. Additional information: There are three control panel LED's: Ready ( index 1), Data ( index 2) and Attention ( index 3). The Ready and Data led flash at the rate of 500 milliseconds on followed by 500 milliseconds off. The Attention led flashes at the rate of 250 milliseconds on followed by 250 milliseconds off. |
| prtCover | 1.3.6.1.4.1.11.2.3.9.4.2.2.6 | |||
| OCT prtcoverdescription | 1.3.6.1.4.1.11.2.3.9.4.2.2.6.1.1.2 | OCTET STRING | read-only | The manufacturer provided cover sub-mechanism name in the localization specified by prtGeneralCurrentLocalization. |
| prtCoverEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.6.1.1 | |||
| INT prtcoverstatus | 1.3.6.1.4.1.11.2.3.9.4.2.2.6.1.1.3 | INTEGER | read-only | The status of this cover sub-unit. Additional information: Replaces PML NOT-READY-DOOR-OPEN. |
| prtCoverTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.6.1 | |||
| prtDeviceRefEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.3.1 | |||
| INT prtdevicerefindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.3.1.2 | INTEGER | read-only | The value of the hrDeviceIndex of the printer device that this deviceEntry is associated with. |
| prtDeviceRefTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.3 | |||
| prtGeneral | 1.3.6.1.4.1.11.2.3.9.4.2.2.5 | |||
| INT prtgeneralconfigchanges | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.1 | INTEGER | read-only | Counts configuration changes that change the capabilities of a printer, such as the addition/deletion of input/output bins, the addition/deletion of interpreters, or changes in media size. Such changes will often affect the capability of the printer to service certain types of print jobs. Management applications may cache infrequently changed configuration information about sub-units on the printer. This object should be incremented whenever the agent wishes such applications to invalidate that cache and re-download all of this configuration information, thereby signaling a change in the printer's configuration. For example, if an input tray that contained paper of different dimensions was added, this counter would be incremented. As an additional example, this counter would not be incremented when an input tray is removed or the level of an input device changes. Additional information: This is a 32 bit counter (unsigned). When it reaches its maximum value, it will roll to zero. |
| INT prtgeneralcurrentlocalization | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.2 | INTEGER | read-write | The value of the prtLocalizationIndex corresponding to the current language, country, and character set to be used for localized string values that are identified as being dependent on the value of this object. Note that this object does not apply to localized strings in the prtConsole group or to any object that is not explicitly identified as being localized according to prtGeneralCurrentLocalization. Additional information: Replaces PML LOCALIZATION-LANGUAGE. The value of this object is saved in NVRAM. |
| OCT prtgeneralcurrentoperator | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.4 | OCTET STRING | read-write | The name of the person who is responsible for operating this printer. It is suggested that this string include information that would enable other humans to reach the operator, such as a phone number. As a convention to facilitate automatic notification of the operator by the agent or the network management station, the phone number, fax number or email address should be placed on a separate line starting with ASCII LF (hex 0x0A) and the ASCII text string (without the quotes): 'phone: ', 'fax: ', and 'email: ', respectively. Phone numbers may contain digits, whitespace and parentheses, which shall be ignored. Phone numbers may also include ASCII comma characters(hex 2C) that are used to indicate a two-second pause during the dialing sequence. If either the phone, fax, or email information is not available, then a line should not be included for this information. NOTE: For interoperability purposes, it is advisable to use email addresses formatted according to RFC 822 requirements. Additional information: Replaces PML SYSTEM-CONTACT. The maximum supported string length is 32 characters. If the user entered string is too long, the device will store as much as possible and will return the status. This object is saved in NVRAM. |
| prtGeneralEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1 | |||
| INT prtgeneralreset | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.3 | INTEGER | read-write | Setting this value to `powerCycleReset', `resetToNVRAM', or `resetToFactoryDefaults' will result in the resetting of the printer. When read, this object will always have the value `notResetting(3)', and a SET of the value `notResetting' shall have no effect on the printer. Some of the defined values are optional. However, every implementation must support at least the values `notResetting' and 'resetToNVRAM'. Additional information: Replaces PML USER-NVRAM-RESET and POWER-ON-RESET. All resets follow the same sequence of events except that a a value of ePresetToFactoryDefaults first makes a call to reset the NVRAM to factory defaults. Then, the following sequence of events occur: 1. A delay is initiated while a reply is returned to the requestor indicating OK. 2. The printer goes off-line. 3. The control panel is disabled. 4. The paper path is flushed. 5. The printer is reset per the request. The printer will respond to PML requests up to this point in time. Setting this object to ePpowerCycleReset causes CLJ8500 to perform its power on initialization routines. I/O cards are reset (NVRAM on the cards is not changed; all I/O buffers are flushed). The tests normally run at power on time are executed. Setting this object to ePresetToNVRAM causes the printer to reset itself to its power on state without doing its normal power on testing. The I/O cards are not reset and I/O buffers remain intact. Setting this object to ePresetToFactoryDefaults causes the same action as a Cold Reset operation performed at the control panel (except power on testing is not performed). |
| OCT prtgeneralserviceperson | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.5 | OCTET STRING | read-write | The name of the person responsible for servicing this printer. It is suggested that this string include information that would enable other humans to reach the service person, such as a phone number. As a convention to facilitate automatic notification of the service person by the agent or a network management station, the phone number, fax number or email address should be placed on a separate line starting with ASCII LF (hex 0x0A) and the ASCII text string (without the quotes): 'phone: ', 'fax: ', and 'email: ', respectively. Phone numbers may contain digits, whitespace and parentheses, which shall be ignored. Phone numbers can also include one or more ASCII comma characters(hex 2C) to indicate a two-second pause during the dialing sequence. If either the phone,fax, or email information is not available, then a line should not included for this information. NOTE: For interoperability purposes, it is advisable to use email addresses formatted according to RFC 822 requirements. Additional information: Replaces PML SYSTEM-CONTACT. The maximum supported string length is 32 characters. If the user entered string is too long, the device will store as much as possible and will return the status. This object is saved in NVRAM. |
| prtGeneralTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1 | |||
| prtInput | 1.3.6.1.4.1.11.2.3.9.4.2.2.8 | |||
| INT prtinputcapacityunit | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.8 | INTEGER | read-only | The unit of measurement for use in calculating and relaying capacity values for this input sub-unit. Additional information: A sheet is a single piece of 20 pound paper. |
| INT prtinputcurrentlevel | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.10 | INTEGER | read-only | The current capacity of the input sub-unit in input sub-unit capacity units (PrtCapacityUnitTC). If this input sub-unit can reliably sense this value, the value is sensed by the printer and may not be changed by management requests; otherwise, the value may be written (by a Remote Contol Panel or a Management Application). The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. The value (-2) means unknown. The value (-3) means that the printer knows that at least one unit remains. Additional information: For trays 1, CLJ8500 can only detect empty/not empty trays. It returns -3 for not empty and 0 for empty. For trays 2 and 3, CLJ8500 can detect approximately the amount of media. The value returned is based on the amount detected as follows: 0 - empty 1 - 1-110 sheets 50 - 50-260 sheets 200 - 200-490 sheets 430 - 430 sheets or more For tray 4, CLJ8500 can detect approximately the amount of media. The value returned is based on the amount detected as follows: 0 - empty 1 - 1 sheet to 25% of capacity 500 - 26% to 50% of capacity 1000 - 51% to 75% of capacity 1500 - 76% to 100% of capacity If the tray drawer is open, a value of -2 (unknown) will be returned. |
| INT prtinputdefaultindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.6 | INTEGER | read-only | The value of prtInputIndex corresponding to the default input sub-unit: that is, this object selects the default source of input media. This value shall be -1 if there is no default input subunit specified for the printer as a whole. In this case, the actual default input subunit may be specified by means outside the scope of this MIB, such as by each interpreter in a printer with multiple interpreters. Additional information: The default input tray is determined by the printer based on DEFAULT-MEDIA-SIZE and DEFAULT-MEDIA-NAME. If multiple trays have qualifying media, tray 1 is selected first, then the non-empty tray with the highest capacity is selected; trays of equal capacity are selected by lower tray number. Trays 1-3 refer to the printer's trays that are so labeled. Tray 4 is the first tray of the first external input paper handling device. |
| OCT prtinputdescription | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.18 | OCTET STRING | read-only | A free-form text description of this input sub-unit in the localization specified by prtGeneralCurrentLocalization. |
| INT prtinputdimunit | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.3 | INTEGER | read-only | The unit of measurement for use calculating and relaying dimensional values for this input sub-unit. |
| prtInputEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1 | |||
| INT prtinputmaxcapacity | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.9 | INTEGER | read-only | The maximum capacity of the input sub-unit in input sub-unit capacity units (PrtCapacityUnitTC). There is no convention associated with the media itself so this value reflects claimed capacity. If this input sub-unit can reliably sense this value, the value is sensed by the printer and may not be changed by management requests; otherwise, the value may be written (by a Remote Control Panel or a Management Application). The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. The value (-2) means unknown. Additional information: Replaces PML TRAYn-MAXIMUM-CAPACITY. |
| INT prtinputmediadimfeeddirchosen | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.6 | INTEGER | read-only | The printer will act as if media of the chosen dimension (in the feed direction) is present in this input source. Note that this value will be used even if the input tray is empty. Feed dimension measurements are taken relative to the feed direction associated with that sub-unit and are in input sub-unit dimensional units (MediaUnit). If the printer supports the declared dimension, the granted dimension is the same as the declared dimension. If not, the granted dimension is set to the closest dimension that the printer supports when the declared dimension is set. The value (-1) means other and specifically indicates that this sub-unit places no restriction on this parameter. The value (-2) indicates unknown. Additional information: The objects for trays 2, 3 and 4 reflect the configuration of the corresponding drawers. When the drawer is open, a value of -2 is returned. The default values assume the trays are configured for letter size paper. The object for trays 1 returns the value of the media size for which the tray is currently configured. |
| INT prtinputmediadimfeeddirdeclared | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.4 | INTEGER | read-write | This object provides the value of the declared dimension, in the feed direction, of the media that is (or, if empty, was or will be) in this input sub-unit. The feed direction is the direction in which the media is fed on this sub-unit. This dimension is measured in input sub-unit dimensional units (prtInputDimUnit). If this input sub-unit can reliably sense this value, the value is sensed by the printer and may not be changed by management requests. Otherwise, the value may be changed. The value (-1) means other and specifically means that this sub-unit places no restriction on this parameter. The value (-2) indicates unknown. Additional information: For trays 2, 3 and 4 (which can reliably sense this value) the objects behave exactly the same as prtInputMediaDimFeedDirChosen. Attempting to set this object for trays 2, 3 and 4 will cause to be returned. The default values assume the trays are configured for letter size paper. For tray 1 the value is the dimension for the media size currently declared. |
| INT prtinputmediadimxfeeddirchosen | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.7 | INTEGER | read-only | The printer will act as if media of the chosen dimension (in the cross feed direction) is present in this input source. Note that this value will be used even if the input tray is empty. The cross feed direction is ninety degrees relative to the feed direction associated with this sub-unit. This dimension is measured in input sub-unit dimensional units (MediaUnit). If the printer supports the declared dimension, the granted dimension is the same as the declared dimension. If not, the granted dimension is set to the closest dimension that the printer supports when the declared dimension is set. The value (-1) means other and specifically indicates that this sub-unit places no restriction on this parameter. The value (-2) indicates unknown. Additional information: The objects for trays 2, 3 and 4 reflect the configuration of the corresponding drawers. When the drawer is open, a value of -2 is returned. The default values assume the trays are configured for letter size paper. The object for trays 1 returns the value of the media size for which the tray is currently configured. |
| INT prtinputmediadimxfeeddirdeclared | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.5 | INTEGER | read-write | This object provides the value of the declared dimension, in the cross feed direction, of the media that is (or, if empty, was or will be) in this input sub-unit. The cross feed direction is ninety degrees relative to the feed direction associated with this sub-unit. This dimension is measured in input sub-unit dimensional units (prtInputDimUnit). If this input sub-unit can reliably sense this value, the value is sensed by the printer and may not be changed by management requests. Otherwise, the value may be changed. The value (-1) means other and specifically means that this sub-unit places no restriction on this parameter. The value (-2) indicates unknown. Additional information: For trays 2, 3 and 4 (which can reliably sense this value) the objects behave exactly the same as prtInputMediaDimXFeedDirChosen. Attempting to set this object for trays 2, 3 and 4 will cause to be returned. The default values assume the trays are configured for letter size paper. For tray 1 the value is the dimension for the media size currently declared. |
| OCT prtinputmedianame | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.12 | OCTET STRING | read-write | A description of the media contained in this input sub-unit; This description is intended for display to a human operator. This description is not processed by the printer. It is used to provide information not expressible in terms of the other media attributes (e.g. prtInputMediaDimFeedDirChosen, prtInputMediaDimXFeedDirChosen, prtInputMediaWeight, prtInputMediaType). An example would be `legal tender bond paper'. Additional information: Replaces PML TRAYn-MEDIA-NAME. If set to a string other than one contained by a MEDIAn-NAME object, a status of is returned. |
| OCT prtinputmodel | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.15 | OCTET STRING | read-only | The model name of this input sub-unit. Additional information: Replaces PML objects PHDn-MODEL. |
| OCT prtinputname | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.13 | OCTET STRING | read-only | The name assigned to this input sub-unit. Additional information: Replaces PML TRAYn-NAME. |
| INT prtinputsecurity | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.19 | INTEGER | read-only | Indicates if this input sub-unit has some security associated with it. Additional information: No security mechanism provided. |
| OCT prtinputserialnumber | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.17 | OCTET STRING | read-only | The serial number assigned to this input sub-unit. |
| INT prtinputstatus | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.11 | INTEGER | read-only | The current status of this input sub-unit. Additional information: Replaces PML STATUS-TRAY-MISSING and STATUS-TRAY-EMPTY. See SubUnitStatus in RFC1759 Printer MIB for details on values reported by this object. CLJ8500 will not include values Available and Standby (2), Available and Active (4) or Unknown (5). |
| prtInputTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2 | |||
| INT prtinputtype | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.2 | INTEGER | read-only | The type of technology (discriminated primarily according to feeder mechanism type) employed by the input sub-unit. Note, the Optional Input Class provides for a descriptor field to further qualify the other choice. Additional information: Tray 1 is the multi-purpose tray and is always present. Tray 1 can operate in manual feed mode and supports both sheets and envelopes. its type is ePsheetFeedAutoNonRemovableTray. Trays 2 and 3 are the drawers and, although they are usually not removed from the printer, the printer cannot distinguish the open and removed conditions. Therefore, when they are open, they are considered to be removed and, for this object, they are considered to be of type ePsheetFeedAutoRemovableTray. Tray 4 is the high capacity input device. . |
| OCT prtinputvendorname | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.14 | OCTET STRING | read-only | The vendor name of this input sub-unit. |
| OCT prtinputversion | 1.3.6.1.4.1.11.2.3.9.4.2.2.8.2.1.16 | OCTET STRING | read-only | The version of this input sub-unit. Additional information: Replaces PML objects PHDn-MANUFACTURING-INFO. |
| prtInterpreter | 1.3.6.1.4.1.11.2.3.9.4.2.2.15 | |||
| INT prtinterpreterdefaultcharsetin | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.10 | INTEGER | read-write | The default coded character set for input octets encountered outside a context in which the Page Description Language established the interpretation of the octets. (Input octets are presented to the interpreter through a path defined in the channel group.) This value shall be (2) if there is no default. Additional information: This object refers to PCL symbol set. |
| INT prtinterpreterdefaultcharsetout | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.11 | INTEGER | read-only | The default character set for data coming from this interpreter through the printer's output channel (i.e. the 'backchannel'). This value shall be (2) if there is no default. Additional information: |
| INT prtinterpreterdefaultorientation | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.7 | INTEGER | read-write | The current orientation default for this interpreter. This value may be overridden for a particular job (e.g., by a command in the input data stream). Additional information: Replaces PML DEFAULT-ORIENTATION. Setting this object for one interpreter will change it for all installed interpreters. The automatic language switching and PJL interpreters ignore the value of this object. The value for PCL is either ePportrait or ePlandscape; attempting to set it to a different value will cause to be returned. |
| OCT prtinterpreterdescription | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.5 | OCTET STRING | read-only | A string to identify this interpreter in the localization specified by prtGeneralCurrentLocalization as opposed to the language which is being interpreted. It is anticipated that this string will allow manufacturers to unambiguously identify their interpreters. Additional information: None of these strings are localized. |
| prtInterpreterEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1 | |||
| INT prtinterpreterfeedaddressability | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.8 | INTEGER | read-only | The maximum interpreter addressability in the feed direction in 10000 prtMarkerAddressabilityUnits (see prtMarkerAddressabilityFeedDir ) for this interpreter. The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. |
| INT prtinterpreterlangfamily | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.2 | INTEGER | read-only | The family name of a Page Description Language (PDL) or control language which this interpreter in the printer can interpret or emulate. Additional information: Replaces PCL-NAME and FW-ROM-DATECODE ( sort of). Also provides a place to supply PJL information and overall ROM information ( by using the language switcher as a separate language). |
| OCT prtinterpreterlanglevel | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.3 | OCTET STRING | read-only | The level of the language which this interpreter is interpreting or emulating. This might contain a value like '5e' for an interpreter which is emulating level 5e of the PCL language. It might contain '2' for an interpreter which is emulating level 2 of the PostScript language. Similarly it might contain '2' for an interpreter which is emulating level 2 of the HPGL language. |
| OCT prtinterpreterlangversion | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.4 | OCTET STRING | read-only | The date code or version of the language which this interpreter is interpreting or emulating. Additional information: This is a date code determined by the firmware build engineer. The value of these objects will change from build to build and the final value will be determined at some later date. At that time the default values will be changed to reflect the final value. |
| prtInterpreterTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1 | |||
| INT prtinterpretertwoway | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.12 | INTEGER | read-only | Indicates whether or not this interpreter returns information back to the host. |
| OCT prtinterpreterversion | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.6 | OCTET STRING | read-only | The date code, version number, or other product specific information tied to this interpreter. This value is associated with the interpreter, rather than with the version of the language which is being interpreted or emulated. Additional information: Same as prtInterpreterLangVersion. |
| INT prtinterpreterxfeedaddressability | 1.3.6.1.4.1.11.2.3.9.4.2.2.15.1.1.9 | INTEGER | read-only | The maximum interpreter addressability in the cross feed direction in 10000 prtMarkerAddressabilityUnits (see prtMarkerAddressabilityXFeedDir) for this interpreter. The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. |
| prtLocalization | 1.3.6.1.4.1.11.2.3.9.4.2.2.7 | |||
| INT prtlocalizationcharacterset | 1.3.6.1.4.1.11.2.3.9.4.2.2.7.1.1.4 | INTEGER | read-only | The coded character set used for this localization. |
| OCT prtlocalizationcountry | 1.3.6.1.4.1.11.2.3.9.4.2.2.7.1.1.3 | OCTET STRING | read-only | A two character country code from ISO 3166, a blank string (two space characters) shall indicate that the country is not defined. Examples: US, FR, DE, ... Additional information: The languages supported by CLJ8500 (and corresponding country) are English (United States), French (France), German (Germany), Italian (Italy), Spanish (Spain), Swedish (Sweden), Danish (Denmark), Norwegian (Norway), Dutch (Netherlands), Finnish (Finland), Portuguese (Portugal). |
| prtLocalizationEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.7.1.1 | |||
| OCT prtlocalizationlanguage | 1.3.6.1.4.1.11.2.3.9.4.2.2.7.1.1.2 | OCTET STRING | read-only | A two character language code from ISO 639. Examples en, gb, ca, fr, de. Additional information: The languages supported by CLJ8500 are English, French, German, Italian, Spanish, Swedish, Danish, Norwegian, Dutch, Finnish, and Portuguese. |
| prtLocalizationTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.7.1 | |||
| prtMarker | 1.3.6.1.4.1.11.2.3.9.4.2.2.10 | |||
| INT prtmarkeraddressabilityfeeddir | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.9 | INTEGER | read-only | The maximum number of addressable marking positions in the feed direction per 10000 units of measure specified by prtMarkerAddressabilityUnit. A value of (-1) implies 'other' or 'infinite' while a value of (-2) implies 'unknown'. Additional information: Use this object to specify resolution. CLJ8500 only supports 600 dpi. |
| INT prtmarkeraddressabilityunit | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.8 | INTEGER | read-only | The unit of measure of distances, as applied to the marker's resolution. |
| INT prtmarkeraddressabilityxfeeddir | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.10 | INTEGER | read-only | The maximum number of addressable marking positions in the cross feed direction in 10000 units of measure specified by prtMarkerAddressabilityUnit. A value of (-1) implies 'other' or 'infinite' while a value of (-2) implies 'unknown'. Additional information: Use this object to specify resolution. CLJ8500 only supports 600 dpi. |
| INT prtmarkercounterunit | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.3 | INTEGER | read-only | The unit that will be used by the printer when reporting counter values for this marking sub-unit. The time units of measure are provided for a device like a strip recorder that does not or cannot track the physical dimensions of the media and does not use characters, lines or sheets. |
| INT prtmarkerdefaultindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.8 | INTEGER | read-only | The value of prtMarkerIndex corresponding to the default marker sub-unit; that is, this object selects the default marker. |
| INT prtmarkereastmargin | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.14 | INTEGER | read-only | The margin from the East edge (see prtMarkerNorthMargin) of the medium in units identified by prtMarkerAddressabilityUnit. Printing within the area bounded by all four margins is guaranteed for all interpreters. The value (-2) means unknown. |
| prtMarkerEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1 | |||
| INT prtmarkerlifecount | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.4 | INTEGER | read-only | The count of the number of units of measure counted during the life of printer using units of measure as specified by prtMarkerCounterUnit. Additional information: Replaces PML TOTAL-ENGINE-PAGE-COUNT. In CLJ8500 it is kept in NVRAM however the NVRAM value is only updated every 10 impressions. NOTE: The value returned by this OID will be incremented every page but if power is lost between NVRAM updates, up to 9 impressions of the page count may be lost. The counter will be reset to zero after 16,777,215 ( 2^24-1) pages. The page count is incremented when a sheet of media is pulled from an input tray. A duplex printed sheet will cause this counter to be incremented by two. |
| INT prtmarkermarktech | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.2 | INTEGER | read-only | The type of marking technology used for this marking sub-unit. |
| INT prtmarkernorthmargin | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.11 | INTEGER | read-only | The margin, in units identified by prtMarkerAddressabilityUnit, from the leading edge of the medium as the medium flows through the marking engine with the side to be imaged facing the observer. The leading edge is the North edge and the other edges are defined by the normal compass layout of directions with the compass facing the observer. Printing within the area bounded by all four margins is guaranteed for all interpreters. The value (-2) means unknown. |
| INT prtmarkerpoweroncount | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.5 | INTEGER | read-only | The count of the number of units of measure counted since the equipment was most recently powered on using units of measure as specified by prtMarkerCounterUnit. |
| INT prtmarkerprocesscolorants | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.6 | INTEGER | read-only | The number of process colors supported by this marker. A process color of 1 implies monochrome. The value of this object and prtMarkerSpotColorants cannot both be 0. The value of prtMarkerProcessColorants must be 0 or greater. Additional information: CLJ8500 has four process colorants: Black, Cyan, Magenta, and Yellow. |
| INT prtmarkersouthmargin | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.12 | INTEGER | read-only | The margin from the South edge (see prtMarkerNorthMargin) of the medium in units identified by prtMarkerAddressabilityUnit. Printing within the area bounded by all four margins is guaranteed for all interpreters. The value (-2) means unknown. |
| INT prtmarkerspotcolorants | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.7 | INTEGER | read-only | The number of spot colors supported by this marker. The value of this object and prtMarkerProcessColorants cannot both be 0. Must be 0 or greater. |
| INT prtmarkerstatus | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.15 | INTEGER | read-only | The current status of this marker sub-unit. Additional information: Replaces PML NOT-READY-DESTINATION-PRINT-ENGINE and STATUS-DESTINATION-PRINT-ENGINE. The default value assumes no malfunctions. See SubUnitStatus in RFC1759 Printer MIB for details on values reported by this object. CLJ8500 will not include values Available and Active (4) or Unknown (5). |
| prtMarkerSupplies | 1.3.6.1.4.1.11.2.3.9.4.2.2.11 | |||
| INT prtmarkersuppliesclass | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1.4 | INTEGER | read-only | Indicates whether this supply entity represents a supply that is consumed or a receptacle that is filled. |
| INT prtmarkersuppliescolorantindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1.3 | INTEGER | read-only | The value of prtMarkerColorantIndex corresponding to the colorant with which this marker supply sub-unit is associated. This value shall be 0 if there is no colorant table. |
| OCT prtmarkersuppliesdescription | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1.6 | OCTET STRING | read-only | The description of this supply container/receptacle in the localization specified by prtGeneralCurrentLocalization. |
| prtMarkerSuppliesEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1 | |||
| INT prtmarkersupplieslevel | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1.9 | INTEGER | read-only | The current level if this supply is a container; the remaining space if this supply is a receptacle. If this supply container/receptacle can reliably sense this value, the value is reported by the printer and is read-only; otherwise, the value may be written (by a Remote Control Panel or a Management Application). The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. The value (-2) means unknown. A value of (-3) means that the printer knows that there is some supply/remaining space, respectively. Additional information: CLJ8500 detects three states for the toner: Above the 'LOW' threshold will be reported as -3. Between the 'LOW' and 'OUT' thresholds will be reported as -2. At the 'OUT' threshold will be reported as 0. The other consumables will report -2. |
| INT prtmarkersuppliesmarkerindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1.2 | INTEGER | read-only | The value of prtMarkerIndex corresponding to the marking sub-unit with which this marker supply sub-unit is associated. |
| INT prtmarkersuppliesmaxcapacity | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1.8 | INTEGER | read-only | The maximum capacity of this supply container/receptacle expressed in prtMarkerSuppliesSupplyUnit. If this supply container/receptacle can reliably sense this value, the value is reported by the printer and is read-only; otherwise, the value may be written (by a Remote Control Panel or a Management Application). The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. The value (-2) means unknown. |
| INT prtmarkersuppliessupplyunit | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1.7 | INTEGER | read-only | Unit of measure of this marker supply container/receptacle. |
| prtMarkerSuppliesTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1 | |||
| INT prtmarkersuppliestype | 1.3.6.1.4.1.11.2.3.9.4.2.2.11.1.1.5 | INTEGER | read-only | The type of this supply. |
| prtMarkerTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2 | |||
| INT prtmarkerwestmargin | 1.3.6.1.4.1.11.2.3.9.4.2.2.10.2.1.13 | INTEGER | read-only | The margin from the West edge (see prtMarkerNorthMargin) of the medium in units identified by prtMarkerAddressabilityUnit. Printing within the area bounded by all four margins is guaranteed for all interpreters. The value (-2) means unknown. |
| prtMediaPath | 1.3.6.1.4.1.11.2.3.9.4.2.2.13 | |||
| INT prtmediapathdefaultindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.9 | INTEGER | read-write | The value of prtMediaPathIndex corresponding to the default media path; that is, the selection of the default media path. |
| OCT prtmediapathdescription | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.10 | OCTET STRING | read-only | The manufacturer-provided description of this media path in the localization specified by prtGeneralCurrentLocalization. |
| prtMediaPathEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1 | |||
| INT prtmediapathmaxmediafeeddir | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.5 | INTEGER | read-only | The maximum physical media size in the feed direction of this media path expressed in units of measure specified by PrtMediaPathMediaSizeUnit. A value of (-1) implies 'unlimited', a value of (-2) implies 'unknown'. Additional information: The value returned by this object depends on the value of prtMediaPathMediaSizeUnit. It is 185000 if prtMediaPathMediaSizeUnit is ePtenThousandthsOfInches or 469900 if prtMediaPathMediaSizeUnit is ePmicrometers. |
| INT prtmediapathmaxmediaxfeeddir | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.6 | INTEGER | read-only | The maximum physical media size across the feed direction of this media path expressed in units of measure specified by prtMediaPathMediaSizeUnit. A value of (-2) implies 'unknown'. Additional information: The value returned by this object depends on the value of prtMediaPathMediaSizeUnit. It is 120000 if prtMediaPathMediaSizeUnit is ePtenThousandthsOfInches or 304800 if prtMediaPathMediaSizeUnit is ePmicrometers. |
| INT prtmediapathmaxspeed | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.4 | INTEGER | read-only | The maximum printing speed of this media path expressed in prtMediaPathMaxSpeedUnit's. A value of (-1) implies 'other'. Additional information: Replaces PML PRINT-ENGINE-PERFORMANCE. The page size for this performance is 8.5x11. |
| INT prtmediapathmaxspeedprintunit | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.2 | INTEGER | read-only | The unit of measure used in specifying the speed of all media paths in the printer. |
| INT prtmediapathmediasizeunit | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.3 | INTEGER | read-only | The units of measure of media size for use in calculating and relaying dimensional values for all media paths in the printer. |
| INT prtmediapathminmediafeeddir | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.7 | INTEGER | read-only | The minimum physical media size in the feed direction of this media path expressed in units of measure specified by prtMediaPathMediaSizeUnit. A value of (-2) implies 'unknown'. Additional information: The value returned by this object depends on the value of prtMediaPathMediaSizeUnit. For the simplex paper path it is 74803 if prtMediaPathMediaSizeUnit is ePtenThousandthsOfInches or 189999 if prtMediaPathMediaSizeUnit is ePmicrometers. For the duplex paper path it is 82677 if prtMediaPathMediaSizeUnit is ePtenThousandthsOfInches or 210000 if prtMediaPathMediaSizeUnit is ePmicrometers. This sizes correspond to a custom paper length for simplex, A5 paper length for duplex ( Note: The simallest paper size for simplex must be fed portrait). |
| INT prtmediapathminmediaxfeeddir | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.8 | INTEGER | read-only | The minimum physical media size across the feed direction of this media path expressed in units of measure specified by prtMediaPathMediaSizeUnit. A value of (-2) implies 'unknown'. Additional information: The value returned by this object depends on the value of prtMediaPathMediaSizeUnit. For the simplex paper path, it is 38740 if prtMediaPathMediaSizeUnit is ePtenThousandthsOfInches or 98400 if prtMediaPathMediaSizeUnit is ePmicrometers. For the duplex paper path it is 58267 if prtMediaPathMediaSizeUnit is ePtenThousandthsOfInches or 148000 if prtMediaPathMediaSizeUnit is ePmicrometers. This size corresponds to a custom paper width for the simplex, A5 paper width for duplex. |
| INT prtmediapathstatus | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.11 | INTEGER | read-only | The current status of this media path. Additional information: The default values assume the printer is idle. See SubUnitStatus in RFC1759 Printer MIB for details on values reported by this object. CLJ8500 will not include values Available and Standby (2), Available and Active (4), Unknown (5), Non-CriticalAlerts (8) or Transitioning to intended state (64). |
| prtMediaPathTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4 | |||
| INT prtmediapathtype | 1.3.6.1.4.1.11.2.3.9.4.2.2.13.4.1.9 | INTEGER | read-only | The type of the media path for this media path. Additional information: Replaces PML DUPLEX-INSTALLED. |
| prtOutput | 1.3.6.1.4.1.11.2.3.9.4.2.2.9 | |||
| INT prtoutputbursting | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.21 | INTEGER | read-only | This object indicates that the outputting sub-unit supports bursting, and if so, whether the feature is enabled. Bursting is the process by which continuous media is separated into individual sheets, typically by bursting along pre-formed perforations. |
| INT prtoutputcapacityunit | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.3 | INTEGER | read-only | The unit of measurement for use in calculating and relaying capacity values for this output sub-unit. Additional information: A sheet is a single piece of 20 pound paper. |
| INT prtoutputdecollating | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.22 | INTEGER | read-only | This object indicates that the output supports supports decollating, and if so, whether the feature is enabled. Decollating is the process by which the individual parts within a multi-part form are separated and sorted into separate stacks for each part. |
| INT prtoutputdefaultindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.1.1.7 | INTEGER | read-write | The value of prtOutputIndex corresponding to the default output sub-unit; that is, this object selects the default output destination. This value shall be -1 if there is no default output subunit specified for the printer as a whole. In this case, the actual default output subunit may be specified by means outside the scope of this MIB, such as by each interpreter in a printer with multiple interpreters. |
| OCT prtoutputdescription | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.12 | OCTET STRING | read-only | A free-form text description of this output sub-unit in the localization specified by prtGeneralCurrentLocalization. |
| prtOutputEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1 | |||
| INT prtoutputmaxcapacity | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.4 | INTEGER | read-only | The maximum capacity of this output sub-unit in output sub-unit capacity units (PrtCapacityUnitTC). There is no convention associated with the media itself so this value essentially reflects claimed capacity. If this output sub-unit can reliably sense this value, the value is sensed by the printer and may not be changed by management requests; otherwise, the value may be written (by a Remote Control Panel or a Management Application). The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. The value (-2) means unknown. Additional information: Replaces PML OUTBINn-MAXIMUM-CAPACITY. Output sub-unit 2 is not supported if any output paper handling device is attached. The capacity of sub-unit 4 depends on the mode of operation. The capcities are as follows: Stacker: 2000 (sub-units 5-11 do not exist) Job Separator: 250 (sub-units 5-11 do not exist) Mailbox: 250 (this is the default mode) |
| OCT prtoutputmodel | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.9 | OCTET STRING | read-only | The name assigned to this output sub-unit. Additional information: The value returned by this object depends on the current mode of the device. The possible values are as follows: MULTIBIN MAILBOX C4785A MULTIBIN STACKER C4785A MULTIBIN SEPARATOR C4785A. |
| OCT prtoutputname | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.7 | OCTET STRING | read-write | The name assigned to this output sub-unit. Additional information: Replaces PML OUTBINn-NAME. The characters must be in the range 20H to 7FH except 5C. When this string is displayed on the control panel the Roman-8 symbol set is used. The object for bin 2 is not available when the HCO is attached. |
| INT prtoutputoffsetstacking | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.24 | INTEGER | read-only | This object indicates that the output supports supports offset stacking, and if so, whether the feature is enabled. See glossary for how Offset Stacking is defined by this document. |
| INT prtoutputpagecollated | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.23 | INTEGER | read-only | This object indicates that the output sub-unit supports page collation, and if so, whether the feature is enabled. See glossary for definition of how this document defines collation. |
| INT prtoutputpagedeliveryorientation | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.20 | INTEGER | read-only | The reading surface that will be `up' when pages are delivered to the associated output sub-unit. Values are faceUp and faceDown. (Note: interpretation of these values is in general context-dependent based on locale; presentation of these values to an end-user should be normalized to the expectations of the user). |
| INT prtoutputremainingcapacity | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.5 | INTEGER | read-only | The remaining capacity of the possible output sub-unit capacity in output sub-unit capacity units (PrtCapacityUnitTC) of this output sub-unit. If this output sub-unit can reliably sense this value, the value is sensed by the printer and may not be modified by management requests; otherwise, the value may be written (by a Remote Control Panel or a Management Application). The value (-1) means other and specifically indicates that the sub-unit places no restrictions on this parameter. The value (-2) means unknown. The value (-3) means that the printer knows that there remains capacity for at least one unit. Additional information: Replaces PML NOT-READY-OUTBIN-FULL and STATUS-OUTBIN-FULL. The values reported for output sub-unit 1 (face-down, top bin) will be either (-3) if it is not full or (0) if it is full. Output sub-unit 2 (face-up, left side bin) does not have any sensing, so it will always report unknown (-2). The first output sub-unit (3) of the HCO reports either (62) if it is not full, (125) when empty, or (0) if it is full. In mailbox mode, the HCO sub-units (4-11) will report (250) when empty, (125) when there's room for <250 sheets and (0) when full. In stacker and job separator modes all bins are treated as a single output bin so sub-unit 4 will report (2000) when all bins are empty. A value of (0) is reported when the topmost bin is full (stacker mode) or when a bins is full (separator mode). When the stacker or separator has started filling, the value reported is based on the number of bins that are empty, partially filled and full. A percentage is calculated based on the status of each bin. Each full bin counts 1, each not empty/not full bin counts 0.5 and each empty bin counts 0. The result is mapped to an estimate of the remaining capacity as follows (percent full is included here for completeness, since that is how the HCO reports it to the printer): 0.0 2000 (100%) 0.5 1900 ( 90%) 1.0 1800 ( 85%) 1.5 1700 ( 80%) 2.0 1500 ( 75%) 2.5 1400 ( 65%) 3.0 1300 ( 60%) 3.5 1200 ( 55%) 4.0 1000 ( 50%) 4.5 900 ( 40%) 5.0 800 ( 35%) 5.5 700 ( 30%) 6.0 500 ( 25%) 6.5 400 ( 15%) 7.0 300 ( 10%) 7.5 200 ( 5%) 8.0 0 ( 0%) Note: Due to HCO mechanism limitations, the value reported may not always be accurate (the bin status is detected only when the media delivery head is moved to or past a physical bin). Also, for stacker mode a bin is considered full as long as any bin above it is not empty. Default values assume all sub-units are empty and the HCO is in mailbox mode. |
| INT prtoutputsecurity | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.13 | INTEGER | read-only | Indicates if this output sub-unit has some security associated with it and if that security is enabled or not. Additional information: No security mechanism provided. |
| OCT prtoutputserialnumber | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.11 | OCTET STRING | read-only | The serial number assigned to this output sub-unit. |
| INT prtoutputstackingorder | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.19 | INTEGER | read-only | The current state of the stacking order for the associated output sub-unit. `FirstToLast' means that as pages are output the front of the next page is placed against the back of the previous page. `LasttoFirst' means that as pages are output the back of the next page is placed against the front of the previous page. Additional information: Replaces PML OUTBINn-STACK-ORDER. |
| INT prtoutputstatus | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.6 | INTEGER | read-only | The current status of this output sub-unit. Additional information: Replaces PML NOT-READY-OUTBIN-MISSING and STATUS-OUTBIN-MISSING. The default values assume all bins are empty. See SubUnitStatus in RFC1759 Printer MIB for details on values reported by this object. CLJ8500 will not include values Available and Standby (2), Available and Active (4), Unknown (5) or Transitioning to intended state (64). |
| prtOutputTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2 | |||
| INT prtoutputtype | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.2 | INTEGER | read-only | The type of technology supported by this output sub-unit. |
| OCT prtoutputvendorname | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.8 | OCTET STRING | read-only | The vendor name of this output sub-unit. Additional information: |
| OCT prtoutputversion | 1.3.6.1.4.1.11.2.3.9.4.2.2.9.2.1.10 | OCTET STRING | read-only | The version of this output sub-unit. Additional information: Returns device-specific information about the configuration of the output bin. May include information about the type of processing that can be done to media sent to this bin; processing includes but is not limited to binding, punching, folding and sealing. Format of this object is specified by the output device documentation. |
| prtStorageRefEntry | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.2.1 | |||
| INT prtstoragerefindex | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.2.1.2 | INTEGER | read-only | The value of the hrDeviceIndex of the printer device that this storageEntry is associated with. |
| prtStorageRefTable | 1.3.6.1.4.1.11.2.3.9.4.2.2.5.2 | |||
| resource_manager | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.12 | |||
| INT resource_saving | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.6 | INTEGER | read-only | Returns or changes PDL resource saving. Resource saving stores a PDL's permanent soft resources, like fonts, even when another PDL is active. Resource saving is also called environment saving. When eOff, resource saving is disabled. When ON, resource saving is enabled and memory is set aside for each PDL based on that PDL's resource saving memory size object, to store that PDL's permanent soft resources. When eAuto, resource saving is enabled and memory space for each installed PDL is determined automatically. The device POS should document what values are legal when only one PDL is installed. Additional information: CLJ8500 only supports eAuto. Thus memory space for each installed PDL is determined automatically. |
| INT self_test | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.5.1 | INTEGER | read-write | Writing this object allows a device self test to be started. Reading this object provides an indication what self-test is currently executing, if any. Actual self-test operation is device specific. A self test may not be allowed at any arbitrary time. If the device supports the requested self test, but can not start the execution of the self test when requested, the device will respond with . If a non-destructive self test is being started, the device will generate a response before the self test is completed. RECOMMENDATION: If the device is ready (i.e. the NOT- READY-PRINTER object does not contain any items, except maybe being off-line) and is idle (i.e. the NOT-IDLE object does not contain any items), this request should always succeed. This provides a mechanism for driver writers to always determine if the action will succeed or not. Additional information: The eNonDestructiveSelfTest performs limited testing on the printer and its attached paper handling devices. After the self-test is complete a configuration page is printed. The recommended way to cause a configuration page to be printed is to use the PRINT-INTERNAL-PAGE object. A continuous self test cannot be started or terminated using this OID. When the printer is idle, setting this object to eNonDestructiveSelfTest results in a status of and a value of eNonDestructiveSelfTest being returned. If the printer is not idle (whether printing an external job, printing an internal page or running self test), a status of status will be returned with a value of eNotInASelfTest. When the printer is idle, setting this object to eNonDestructiveSelfTest causes some internal testing, the page to be formatted and put in the printer's print queue. Before the page is in the print queue, a get on this object will return eNonDestructiveSelfTest Attempting to set this object before the page has completed being formatted and printed will cause status to be returned with a value of eNotInASelfTest. After the page is in the queue, a get on this object will return a value of eNotInASelfTest. Setting this object to eNonDestructiveSelfTest before the first page has completed results in a status of status with a value of eNotInASelfTest. Likewise, if the PRINT-INTERNAL-PAGE object is set to a valid value and that page has not printed when this object is set to eNonDestructiveSelfTest, a status of status with a value of eNotInASelfTest will be returned until the internal page has printed. |
| STR serial_number | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.3 | DisplayString | read-only | Identifies the serial number for the device. If the SERIAL-NUMBER object is set by the user, then setting the object does not need to be protected. If the SERIAL-NUMBER object is set at the factory, then the SERVICE-PASSWORD object must be set correctly before the SERIAL-NUMBER object is writable. If this is a writable object, the POS should indicate the maximum supported string length. If possible, encode the serial number in a symbol set (like Roman-8) that matches the ASCII character set and limit the characters used to ASCII characters. Additional information: This value is affected by NVRAM resets, it is set to the default value of S4601LXXXXX, when a NVRAM init is done. This object is read-only so the SERVICE-PASSWORD object is not used. |
| settings_intray | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1 | |||
| settings_io | 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1 | |||
| settings_job | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.1 | |||
| settings_marking_agent | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.5.1 | |||
| settings_outbin | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.1 | |||
| settings_pdl | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1 | |||
| settings_print_media | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.1 | |||
| settings_system | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1 | |||
| simm | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1 | |||
| simm1 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1 | |||
| INT simm1_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.5 | INTEGER | read-only | Returns an indication of the capacity of the SIMM installed in SIMM slot 1. The capacity is dependent on the type of option, as indicated by the SIMM1-TYPE object. This object has no meaning if the installed option type is eUnknown or eReadOnlyMemory. This object contains the size, in bytes, if the installed option type is eVolatileRandomAccessMemory, eNonVolatileRandomAccessMemory, eFlashMemory, or eDiskDrive. If the type of the installed option is eRamRom, this object contains the size, in bytes, of the random access memory. If the type of the installed option is eInputPHD, the capacity indicates the number of input trays supported by the installed option. If the type of the installed option is eOutputPHD, the capacity indicates the number of output bins supported by the installed option. If the type of the installed option is eIOCard, the capacity indicates the number of logical I/O ports supported by the I/O card. Additional information: Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM1-TYPE type is eVolatileRandomAccessMemory. |
| INT simm1_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.4 | INTEGER | read-only | Returns an indication of the type of option installed in SIMM slot 1. eEmpty means the device did not detect any option installed in the interface slot. eUnknown means the device doesn't recognize the installed option. eUnSupported means the device recognizes the installed option, but does not support the option. eReadOnlyMemory means the installed option contains ROM Ics. eVolatileRandomAccessMemory means the installed option contains RAM ICs that loose data when the power is turned off. eNonVolatileRandomAccessMemory means that the installed option contains RAM ICs that do not loose data when the power is turned off. eFlashMemory means that the installed option contains a type of non-volatile RAM that needs to be erased before it can be written. eDiskDrive means the installed option contains a disk drive. eRamRom means the installed option contains both volatile random access memory and read only memory. eInputPHD means the installed option is an input paper handling device. eOutputPHD means the installed option is an output paper handling device. eIOCard means the installed option is an I/O card. Additional information: Returns an indication of the type of option installed in SIMM slot 1. eEmpty means the device did not detect any option installed in the interface slot. eUnknown means the device doesn't recognize the installed option. eUnSupported means the device recognizes the installed option, but does not support the option. eReadOnlyMemory means the installed option contains ROMICs. eVolatileRandomAccessMemory means the installed option contains RAM ICs that loose data when the power is turned off. |
| simm2 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2 | |||
| INT simm2_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.5 | INTEGER | read-only | Returns an indication of the capacity of the SIMM installed in SIMM slot 2. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM2-TYPE type is eVolatileRandomAccessMemory. |
| INT simm2_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.4 | INTEGER | read-only | Returns an indication of the type of option installed in SIMM slot 2. See SIMM1-TYPE for a description. |
| simm3 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.3 | |||
| INT simm3_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.3.5 | INTEGER | read-only | Returns an indication of the capacity of the SIMM installed in SIMM slot 3. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM3-TYPE type is eVolatileRandomAccessMemory. |
| INT simm3_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.3.4 | INTEGER | read-only | Returns an indication of the type of option installed in SIMM slot 3. See SIMM1-TYPE for a description. |
| simm4 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.4 | |||
| INT simm4_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.4.5 | INTEGER | read-only | Returns an indication of the capacity of the SIMM installed in SIMM slot 4. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM4-TYPE type is eVolatileRandomAccessMemory. |
| INT simm4_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.4.4 | INTEGER | read-only | Returns an indication of the type of option installed in SIMM slot 4. See SIMM1-TYPE for a description. |
| simm5 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.5 | |||
| INT simm5_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.5.5 | INTEGER | read-only | Returns an indication of the capacity of the SIMM installed in SIMM slot 5. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM5-TYPE type is eVolatileRandomAccessMemory. |
| INT simm5_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.5.4 | INTEGER | read-only | Returns an indication of the type of option installed in SIMM slot 5. See SIMM1-TYPE for a description. |
| simm6 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.6 | |||
| INT simm6_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.6.5 | INTEGER | read-only | Returns an indication of the capacity of the SIMM installed in SIMM slot 6. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM6-TYPE type is eVolatileRandomAccessMemory. |
| INT simm6_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.6.4 | INTEGER | read-only | Returns an indication of the type of option installed in SIMM slot 6. See SIMM1-TYPE for a description. |
| simm7 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.7 | |||
| INT simm7_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.7.5 | INTEGER | read-only | Returns an indication of the capacity of the SIMM installed in SIMM slot 7. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM7-TYPE type is eVolatileRandomAccessMemory. |
| INT simm7_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.7.4 | INTEGER | read-only | Returns an indication of the type of option installed in SIMM slot 7. See SIMM1-TYPE for a description. |
| simm8 | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.8 | |||
| INT simm8_capacity | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.8.5 | INTEGER | read-only | Returns an indication of the capacity of the SIMM installed in SIMM slot 8. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM8-TYPE type is eVolatileRandomAccessMemory. |
| INT simm8_type | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.8.4 | INTEGER | read-only | Returns an indication of the type of option installed in SIMM slot 8. See SIMM1-TYPE for a description. |
| INT sleep_mode | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.2 | INTEGER | read-write | Returns eTrue if the device is in energy saving sleep mode, otherwise returns eFalse. Setting SLEEP-MODE to eFalse causes the device to wake up, if it is in sleep mode. Setting SLEEP-MODE to eTrue causes the device to go into sleep mode. Additional information: Setting SLEEP-MODE to eTrue causes the device to go into sleep mode. Setting this object to eTrue while printer is awake will not change the printer's current state and will return status. Setting this object to eTrue while printer is already in the Sleep Mode will not change the printer's current state and will return status. Setting this object to eFalse while the printer is asleep causes the device to wake up. Setting eFalse while printer is already awake will not change the printer's current state and will return status. |
| source_subsystem | 1.3.6.1.4.1.11.2.3.9.4.2.1.2 | |||
| status_pdl | 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.2 | |||
| status_prt_eng | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2 | |||
| status_system | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2 | |||
| system | 1.3.6.1.4.1.11.2.3.9.4.2.1.1 | |||
| tables | 1.3.6.1.4.1.11.2.3.9.4.2.1.7 | |||
| test | 1.3.6.1.4.1.11.2.3.9.4.2.1.1.5 | |||
| INT total_color_page_count | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.7 | INTEGER | read-only | Total number of color pages printed by the device. Additional information: Any page with one or more color pixels is counted as a color page. Pages that only contain black marks are not counted by this object. The counter will roll over to zero after 4,294,967,296 pages. Each side of a duplexed sheet of media will be counted independently based on the criteria listed above. |
| INT tray1_media_size_loaded | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1.1 | INTEGER | read-write | Returns the media size that is currently configuredconfigured in tray #1. This object can be set to indicate the media size currently loaded, if the printer supports input trays that can not sense the media size. Complete list of supported media sizes along with their dimensions are listed in the ''Media Size Table'' near the end of this document. Additional information: Returns the media size that is currently configured in tray #1. This object can be set to indicate the media size currently loaded, if the printer supports input trays that cannot sense the media size. Complete list of supported media sizes along with their dimensions are listed in the 'Media Size Table' near the end of this document. This tray is built in and therefore, always installed. |
| INT tray1_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1.12 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this input tray. |
| INT tray2_media_size_loaded | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.2.1 | INTEGER | read-only | Returns the media size that is currently configured in tray #2. Complete list of supported media sizes along with their dimensions are listed in the ''Media Size Table'' near the end of this document. Additional information: If the tray drawer is open, a get on this object will cause a status of to be returned. If the tray is empty, the size that the tray is configured for will be returned. |
| INT tray2_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.2.12 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this input tray. |
| INT tray3_media_size_loaded | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.3.1 | INTEGER | read-only | Returns the media size that is currently configured in tray #3. Complete list of supported media sizes along with their dimensions are listed in the ''Media Size Table'' near the end of this document. Additional information: The Media Size Table does not exist in this document. |
| INT tray3_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.3.12 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this input tray. |
| INT tray4_media_size_loaded | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.4.1 | INTEGER | read-only | Returns the media size that is currently configured in tray #4. Complete list of supported media sizes along with their dimensions are listed in the ''Media Size Table'' near the end of this document. Additional information: The Media Size Table does not exist in this document. Attempting to access this object when the tray is not installed will result in an ErrorUnknownObjectIdentifier response from the printer. |
| INT tray4_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.4.12 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this input tray. |
| INT tray5_phd | 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.5.12 | INTEGER | read-only | Provides the number of the Paper Handling Device that contains this input tray. |
RFC description
Manages the Hewlett-Packard Color LaserJet 8500 series printer, providing page count, toner levels, and device status objects.
Start monitoring HP Color LaserJet 8500 series printer with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.