LJ4730-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: LJ4730-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hp 1.3.6.1.4.1.11
                       netPMLmgmt 1.3.6.1.4.1.11.2.3.9.4.2
                           device 1.3.6.1.4.1.11.2.3.9.4.2.1
                               device-system 1.3.6.1.4.1.11.2.3.9.4.2.1.1
                                   settings-system 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1
                                       energy-star 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.1
=10800 snap to 14400 (4 hours).
                                       sleep-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.2
status. Setting this object to eFalse while the printer is asleep causes the device to wake up.
                                       date-display 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.22
Controls front-panel date display format. Additional information: Controls front-panel date display format.
                                       mono-color-switching-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.31
This object allows the user to view/change the color/mono switching mode for a device. Additional information: This object allows the user to view/change the color/mono switching mode for a device. The behavior of each setting may vary depending on the device. The value will be stored in NVRAM
                                       device-configure 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.32
                                             device-configure-printer-parameters 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.32.12
check passes the printer will be configured accordingly. Additional information: Used to configure engines for duplex enabled or not. Encoded configuration string is passed in, which is decoded by firmware. Firmware verifies config. string is valid, and retrieves device Configuration data. Expandable to accommodate future products configuration needs.
                                       color-supply-out-action 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.34
This PML object can be used to change the behavior of the printer when a Color Cartridge reaches OUT. When this PML Object is set to eStop, the printer will be offline when a Color Cartridge reaches OUT. When this PML object is set to eAutoContinueBlack, then the printer will continue printing in Mono provided the Black cartridge has not reached OUT. Additional information: This corresponds to the menu setting Color Supply Out.This object can be changed by the control panel or by the PJL variable. It can have any of the following enumerated values- eStop(1), eAutoContinueBlack(2).
                                       direct-connect-ports-enable 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.43
This object specifies whether all direct connect ports (parallel and USB) are available or ignored. JetDirect, embedded network connectivity, and third party add-on cards (such as Firewire) will be unaffected by setting this object.
                                       control-panel-supplies-status-message 1.3.6.1.4.1.11.2.3.9.4.2.1.1.1.44
This PML object can be used to enable or disable supplies status messages from being displayed on the control panel. eShow - show the status messages on the control panel. eDontShow - do not show the status messages on the control panel. Additional information: . This PML Object can be used to enable or disable the supplies status messages from being displayed on the control panel. eShow Show the status messages on the control panel. eDontShow Do not show the status messages on the control panel.
                                   status-system 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2
                                       on-off-line 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.5
status is returned. At the end of the job, the printer goes to the Offline state and the value of this object becomes eOffline. Setting this object to eOffline or eOnline before the end of the job causes the action for that value to be taken immediately.
                                       continue 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.6
. Additional information: See the CLEARABLE-WARNING and AUTO-CONTINUE objects for the errors that this object will clear.
                                       auto-continue 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.7
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: If this is set to eOn the device displays an error message and goes offline for ten seconds. After ten seconds the printer automatically returns to the online state. If this is set to eOff then the device displays an error message and goes offline. It remains offline until the operator presses the GO key or until the CONTINUE object is set. If the printer is not idle, the new value may not take effect until a job boundary is reached. If a get is done on this object before the job boundary is reached, the value last set will be returned.
                                       install-date 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.8
object will enable setting this object.
                                       perm-store-init-occurred 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.10
object request). If only one device was initialized (as would be the case if a disk were added to an existing system or a formatter were swapped out), then only the appropriate collection bits will be returned. If there are no collection bits set then this indicates that no initialization took place.
                                       date-and-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.17
A C structure containing the following fields: typedef struct { ubyte yr; /* year: 0 to 99 */ ubyte mon; /* month: 1 to 12 */ ubyte day; /* day: 1 to 31 */ ubyte wday; /* Day of week: 1 to 07 */ ubyte hr; /* hour: 0 to 23 */ ubyte min; /* minute: 0 to 59 */ ubyte sec; /* second: 0 to 59 */ } date_t; where ubyte is an unsigned byte (0-255). Additional information: A C structure containing the following fields: typedef struct { ubyte yr; /* year: 3 to 99 */ ubyte mon; /* month: 1 to 12 */ ubyte day; /* day: 1 to 31 */ ubyte wday; /* Day of week: 1 to 07 */ ubyte hr; /* hour: 0 to 23 */ ubyte min; /* minute: 0 to 59 */ ubyte sec; /* second: 0 to 59 */ } date_t; where ubyte is an unsigned byte (0-255).
                                       service-id 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.19
object will enable setting this object.
                                       display 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.20
                                             display-status 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.20.1
                                                 show-address 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.20.1.3
If this object is set to eAuto, and the device has an IP address, the IP address of the device will be shown with the READY message. If this object is set to eOff, the IP address will not be shown.
                                       time-display 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.28
Controls front-panel time display format. Set to eTimeDisplayTwelveHour for AM/PM display. Set to eTimeDisplayTwentyFourHour for military-type display. Additional information: Controls front-panel time display format. Set to eTimeDisplayTwelveHour for AM/PM display. Set to eTimeDisplayTwentyFourHour for military-type display.
                                       job-input-auto-continue-timeout 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.35
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: 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 accourding to the action defined by JOB-INPUT-AUTO-CONTINUE-MODE. 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. The data for this object is stored in NVRAM.
                                       job-input-auto-continue-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.36
to be returned. This object describes the action that is performed when the JOB-INPUT-AUTO-CONTINUE-TIMEOUT expires.
                                       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-status-msg-line1-part1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.1.1
The string displayed on the devices front panel in place of the printers built-in background status string. An example built-in background status string is 00 READY. Additional information: The display size for the printers is 2 X 16. The value of this object and the current value of BACKGROUND-STATUS-MSG-LINE2-PART1 are displayed together on the 2-line display, but they 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. Setting this object does not guarantee the message will be displayed; and reading it returns the value last written, not the currently displayed message (use prtConsoleDisplayBufferText to read the display). The priority assigned for displaying this message is one lower than the READY message. In other words, the only message that can be replaced by these objects is the READY message. To clear the message, write a null string to both this object and BACKGROUND-STATUS-MSG-LINE2-PART1.
                                             background-message2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.2
                                                 background-status-msg-line2-part1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.2.1
The string displayed on the devices front panel in place of the printers built-in background status string. An example built-in background status string is 00 READY. Additional information: See BACKGROUND-STATUS-MSG-LINE1-PART1
                                             background-message3 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.3
                                                 background-status-msg-line3-part1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.3.1
The string displayed on the devices front panel in place of the printers built-in background status string. An example built-in background status string is READY. Additional information: The string displayed on the devices front panel in place of the printers built-in background status string. An example built-in background status string is READY.
                                             background-message4 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.4
                                                 background-status-msg-line4-part1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.4.1
The string displayed on the devices front panel in place of the printers built-in background status string. An example built-in background status string is READY. Additional information: The string displayed on the devices front panel in place of the printers built-in background status string. An example built-in background status string is READY.
                                             background-status-msg-higher-priority 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.37.5
The string displayed on the devices front panel in place of the printers built-in background status string. It would alternate with warning messages and would overwrite highest Regular Priority Status message such as PAUSED. The object could be used to display higher priority third party messages which are important to be displayed even if printer is offline. This would not overwrite any HighStatus or Error type message. Additional information: This object allows a message to be displayed when it is the highest priority message. Setting this object does not guarantee the message will be displayed; and reading it returns the value last written, not the currently displayed message (use prtConsoleDisplayBufferText to read the display). The priority assigned for displaying this message is lower than the PAUSED message. In other words, this messages can replace all the regular priority status messages as EPOffline is the highest regular status priority. To clear the message, write a null string to BACKGROUND-STATUS-MSG-HIGHER-PRIORITY.
                                       error-log-clear 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.38
Setting this object clears all the entries in the error log sub-tree. Additional information: Setting this object removes all errors that have been stored in the printers non-volatile memory.
                                       job-output-auto-continue-timeout 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.40
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 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.
                                       collated-originals-support 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.42
at the printers 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. 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. A color printer (LaserJet 4550) that only has a RAMDISK installed is treated like there is no disk and therefore this object will not exist. The value of this object will be: !cCollatedOriginals - Only FLASH installed cCollatedOriginals - IDE is installed combined with/without FLASH cCollatedOriginals - RAMDISK is On combined with/without FLASH
                                       localization-languages-supported 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.52
The list of languages supported by the device. The languages are primarily, but not limited to, two character codes from ISO 639, each separated by a comma character. Additional information: This string will always be in the Roman-8 character set. See prtLocalizationLanguage for details about each language value.
                                       localization-countries-supported 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.53
The list of countries supported by the device. The countries are primarily, but not limited to, two character codes from ISO 3166, each separated by a comma character. Additional information: This string will always be in the Roman-8 character set. See prtLocalizationCountry for details about each country value.
                                       host-application-available-memory 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.59
Returns the amount of memory, in bytes, that the device has available for job-related processing or resources. Also known as driver work space (DWS) memory.
                                       control-panel-button-press 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.60
Writing this object simulates pressing a button on the control panel. Reading it will return the last key pressed either on the control panel or via PML. The device POS will specify which keys are supported.
                                       control-panel-display-contents-change-counter 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.63
A counter which increments whenever the contents of the front panel display changes. This object is implemented as a 32-bit signed integer which rolls over to zero when it reaches a maximum value.
                                       control-panel-display-contents-crc 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.64
Reading this object returns a 32-bit Cyclical Redundancy Check (CRC) which represents the current contents of the display. Additional information: This object has been implimented as an 32-bit CRC for this product.
                                       control-panel-display 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.65
                                             control-panel-display-graphical-contents 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.65.1
Reading this object returns a graphical file format image representing the current pixel content of the display. The device POS will specify the expected screen resolution, color depth of the display and graphics file format for a given product (eg. 160x64x1 GIF format OR 640x240x4 JPEG format). If the image is large enough that it needs to be returned in multiple objects then each array object will contain a portion of the image. The image will then need to be reconstructed by a host application. An application that needs to determine if their is an additional object to be retreived will need to perform a GETNEXT operation until there are no more objects in the sub-tree. Additional information: This object returns a GIF image that represents the current contents of the 640x240x2 control panel display. Most display images require more than one instance of this object in order to retreive the complete GIF image.
                                       control-panel-key-press 1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.66
This object is write-only for hw_rom variant but it is read-write for all other variants.<<<<< Writing this object simulates pressing a key on the control panel. Reading it will return the last key pressed either on the control panel or via PML. This object obsoletes/replaces CONTROL-PANEL-BUTTON-PRESS object which was unable to represent each of the possible key combinations of our current control panels (ie. Full QWERTY keyboard). The device POS will specify the full range of keys supported by this object. The N implementation of this object supports the Unified Key Encoding Scheme which is documented at http://.boi.hp.com/components/cp/UnifiedKeyEncoding.doc
                                   id 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3
                                       model-number 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.1
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: 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. The value of this object does not change based on the installed options. The default of this object is the same on all printers.
                                       model-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.2
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: 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. The model name does not change based on sensing of installed options.
                                       serial-number 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.3
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 XXXXXXXXXX, when a NVRAM init is done.
                                       fw-rom-datecode 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.5
Identifies the base system firmware date code. The date code will be encoded in the yyyymmdd format. There may be several versions of the base system firmware. The date code associated with the version of the base system firmware that is being used is reported. There may be other date code objects for other specific modules such as fonts, localization modules, etc.; these other datecode objects are device specific.
                                       fw-rom-revision 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.6
This identifies the system code firmware ROM revision code. The format for a revision is major_revision.minor_revision. There may be other ROM revision code objects for other specific ROMs such as font ROMs, localization ROMs, etc; these other ROM revision code objects are device specific.
                                       device-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.10
status.
                                       device-location 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.11
status.
                                       asset-number 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.12
status.
                                       formatter-serial-number 1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.20
This object returns the formatter serial number for the device. The value returned from this object is the FORMATTERNUMBER system variable. 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: Returns the formatter serial number, prefixed with the PML_UNICODE_PREFIX..
                                   interface 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4
                                       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
                                               simm1-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.4
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 doesnt 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: This object is used for describing DIMMs instead of SIMMs on . eRamRom is used to denote s combo simm.
                                               simm1-capacity 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.5
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, eRamRom, or eFlashMemory. For eRamRom only the size of the Ram portion of the SIMM is returned.
                                               simm1-bank 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.6
                                                   simm1-bank1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.6.1
                                                       simm1-bank1-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.6.1.1
Returns an indication of the type of option installed in Bank 1 of SIMM slot 1. See SIMM1-TYPE for a description. Additional information: This object is used for describing the type of DIMM banks. Each physical DIMM slot has up to 2 banks.
                                                       simm1-bank1-capacity 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.6.1.2
Returns an indication of the capacity of Bank 1 of the SIMM installed in SIMM slot 1. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed bank option in bytes. This object is not supported unless the SIMM1-BANK1-TYPE type is eReadOnlyMemory, eFlashMemory, eEDORandomAccessMemory, eSDRandomAccessMemory, eSRandomAccessMemory, or eFPMRandomAccessMemory.
                                                   simm1-bank2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.6.2
                                                       simm1-bank2-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.6.2.1
Returns an indication of the type of option installed in Bank 2 of SIMM slot 1. See SIMM1-TYPE for a description. Additional information: This object is used for describing the type of DIMM banks. Each physical DIMM slot has up to 2 banks.
                                                       simm1-bank2-capacity 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.1.6.2.2
Returns an indication of the capacity of Bank 2 of the SIMM installed in SIMM slot 1. See SIMM1-CAPACITY for a description. Additional information: Returns an indication of the capacity of the installed bank option in bytes. This object is not supported unless the SIMM1-BANK2-TYPE type is eReadOnlyMemory, eFlashMemory, eEDORandomAccessMemory, eSDRandomAccessMemory, eSRandomAccessMemory, or eFPMRandomAccessMemory.
                                           simm2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2
                                               simm2-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.4
Returns an indication of the type of option installed in SIMM slot 2. See SIMM1-TYPE for a description. Additional information: This object is used for describing DIMMs instead of SIMMs on . eRamRom is used to denote s combo simm.
                                               simm2-capacity 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.5
Returns an indication of the capacity of the SIMM installed in SIMM slot 2. See SIMM1-CAPACITY for a description. Additional information: This object is used for describing DIMMs instead of SIMMs on . Returns an indication of the capacity of the installed option in bytes. This object is not supported unless the SIMM2-TYPE type is eVolatileRandomAccessMemory, eRamRom, or eFlashMemory. For eRamRom only the size of the Ram portion of the SIMM is returned.
                                               simm2-bank 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.6
                                                   simm2-bank1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.6.1
                                                       simm2-bank1-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.6.1.1
Returns an indication of the type of option installed in Bank 1 of SIMM slot 2. See SIMM1-TYPE for a description. Additional information: This object is used for describing the type of DIMM banks. Each physical DIMM slot has up to 2 banks.
                                                       simm2-bank1-capacity 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.6.1.2
Returns an indication of the capacity of Bank 1 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 bank option in bytes. This object is not supported unless the SIMM2-BANK1-TYPE type is eReadOnlyMemory, eFlashMemory, eEDORandomAccessMemory, eSDRandomAccessMemory, eSRandomAccessMemory, or eFPMRandomAccessMemory.
                                                   simm2-bank2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.6.2
                                                       simm2-bank2-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.6.2.1
Returns an indication of the type of option installed in Bank 2 of SIMM slot 2. See SIMM1-TYPE for a description. Additional information: This object is used for describing the type of DIMM banks. Each physical DIMM slot has up to 2 banks.
                                                       simm2-bank2-capacity 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.1.2.6.2.2
Returns an indication of the capacity of Bank 2 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 bank option in bytes. This object is not supported unless the SIMM2-BANK2-TYPE type is eReadOnlyMemory, eFlashMemory, eEDORandomAccessMemory, eSDRandomAccessMemory, eSRandomAccessMemory, or eFPMRandomAccessMemory.
                                       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
                                               mio1-model-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.1.2
Returns product information identifying the I/O card. Example: XXXX.
                                               mio1-manufacturing-info 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.1.3
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 EIO device. There is no standard for content of the string.
                                               mio1-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.1.4
Returns an indication of the type of option installed in MIO/EIO slot 1. See SIMM1-TYPE for an explanation of the enumerations.
                                           mio2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.2
                                               mio2-model-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.2.2
Returns product information identifying the I/O card. Example: XXXX.
                                               mio2-manufacturing-info 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.2.3
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 EIO device. There is no standard for content of the string.
                                               mio2-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.2.4
Returns an indication of the type of option installed in MIO/EIO slot 2. See SIMM1-TYPE for an explanation of the enumerations.
                                           mio3 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.3
                                               mio3-model-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.3.2
Returns product information identifying the I/O card. Example: XXXX.
                                               mio3-manufacturing-info 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.3.3
Returns information describing the manufacture of the I/O card installed in MIO/EIO interface 3. May include serial number and firmware revision. Additional information: The format of the string returned is determined by the manufacturer of the EIO device. There is no standard for content of the string.
                                               mio3-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.3.3.4
Returns an indication of the type of option installed in MIO/EIO interface 3. See SIMM1-TYPE for an explanation of the enumerations.
                                       web-server 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.6
                                           settings-web-server 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.6.1
                                               ews-request-control-panel-supplies-status 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.6.1.5
System variable EWS_REQUEST_CONTROL_PANEL_SUPPPLIES_STATUS requires a PML interface so that WJA can directly access it without needing EWS support for that. Additional information: If this object is set to eEnable, the Supplies Status messages will not be shown on the CP.
                                       socket-ping 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.7
                                           socket-ping-job-events-version 1.3.6.1.4.1.11.2.3.9.4.2.1.1.4.7.1
This object reports the current version of the Socket Ping Job Events capability. The version number is returned as a string in the format MAJOR.MINOR.SUB version. (eg. 1.0.1) If socket ping is not supported by this printer then the object is either not implemented or it returns a 0.
                                   test 1.3.6.1.4.1.11.2.3.9.4.2.1.1.5
                                       engine-self-diagnostic 1.3.6.1.4.1.11.2.3.9.4.2.1.1.5.7
The ENGINE-SELF-DIAGNOSTIC object reveals current engine failures; it returns a binary string of two-byte motor, clutch, solenoid, and sensor failure codes. Additional information: The ENGINE-SELF-DIAGNOSTIC object reveals current Engine Failures; it returns a BINARY string of two-byte Motor, Clutch, Solenoid and Sensor failure codes.
                                       engine-parameter 1.3.6.1.4.1.11.2.3.9.4.2.1.1.5.8
The ENGINE-PARAMETER object returns a device specific set of engine parameters as a binary string of byte values. It will be necessary to have a decoder for each engine to interpret the data. Additional information: The ENGINE-PARAMETER object returns a device specific set of engine parameters as a BINARY string of byte values. It will be necessary to have a decoder for each engine to interpret the data.
                                   job 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6
                                       settings-job 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.1
                                           clearable-warning 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.1.1
Returns or controls how the device will track clearable warnings. A clearable warning indicates a transient event in the device. The device will continue after the transient event occurs. If CLEARABLE-WARNING is eOff, the device does not track clearable warnings. If CLEARABLE-WARNING is eOn, all clearable warnings will be tracked until cleared (acknowledged). If CLEARABLE-WARNING is eJob, a clearable warning generated due to an event that occurs because of the print job being processed will be automatically cleared when the device has finished processing the job. Example clearable warning events include the device altering resolution or page protection due to memory constraints. The POS will document what transient events are treated as clearable warnings. Additional information: If set to eOn, the warning is displayed until the GO key is pressed or the CONTINUE object is set. If set to eJob, the warning is displayed until the end of the job in which it was generated.
                                           cancel-job 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.1.2
. It uses job IDs in the range of -1..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. This object is write only, so the comment in the general description stating the job ID will be returned on a read does not apply. A -1 represents the current job
                                           job-info-change-id 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.1.3
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: will use this object to report changes to the job-info-pages-printed and job-info-state objects. The required-field (bytes 0 through 3) will designate whether the change to be reported involves the pages printed (13) or job state (15). The optional-field (bytes 4 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-bit integer. Note: It is possible that traps generated by this object have the same value. This is caused by the architecture of . In the System, it is highly probable that the object value will change so rapidly that when the trap is processed, PML will read the same value twice. This is timing related and will generally be seen at the end of a job.
                                           hold-job-timeout 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.1.10
=2881 snap to 10080 (1 week)
                                       active-print-jobs 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.2
                                           job-being-parsed 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.2.1
                                               current-job-parsing-id 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.2.1.1
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 job is considered to be a null job if it has no name or job attribute, causes no pages to be printed, and consumes MIN_JOB_SIZE (9) or fewer bytes.) A trapped value will differ from the previous value by one or more. See the Job Boundary ERS for details on what constitutes a job boundary. 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. retains the job-info- objects for the MAX_JOBS_IN_LIST (32) most recent jobs that are not Null Jobs. The first job received after power-up will have job ID 1, and the job ID will increment to 2,147,483,647 before rolling to zero. To distinguish whether a power cycle or a rollover causes a reduction in the job ID value, the object prtGeneralConfigChanges can be watched and if it increments at the same time as the drop is observed in the value of CURRENT-JOB-PARSING-ID, then a power cycle is the most likely cause.
                                       job-info 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5
                                           job-info-name1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.1
Contains the first part of this print jobs 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.
                                           job-info-name2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.2
Contains the second part of this print jobs name. The last OID field for this dynamic object contains the job ID. Additional information: See job-info-name1.
                                           job-info-stage 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.10
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 , cSourceSubsystem and cProcessingSubsystem will always be set and cleared together. They are set when the beginning of the job is detected, and they are cleared when the end of the job is parsed. A non-printing job will never set cDestinationSubsystem. When a page is ready to be printed (the intermediate has been built and the page is `closed by the personality), 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 finished printing. 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 has finished printing.
                                           job-info-io-source 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.11
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.
                                           job-info-pages-processed 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.12
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 (`closed by the personality), 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 exactly once. A page is considered processed when all of the input data has been processed for a page (that is, when the intermediate has been produced, and the personality has `closed the page. At this time, the image of the page is not necessarily completely formed.)
                                           job-info-pages-printed 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.13
Indicates the number of pages printed by the destination subsystem. If none 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: If multiple copies of a page are printed, each copy is counted individually.
                                           job-info-size 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.14
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. During the processing of a job and even when a job completes, an exact count of the number of I/O bytes processed by the job is not necessarily to be expected.
                                           job-info-state 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.15
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.
                                           job-info-outcome 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.19
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. Additional information: In , warnings and errors are not recorded in this object. Although no meaningful information can be obtained from this object, it is kept around for the compatibility needs of existing software.
                                           job-info-outbins-used 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.20
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 printers 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.) Although LaserJet 4100 and LaserJet 4550 both come with two output bins -- a face-down bin on the top of the device and a face-up bin at the back of the device -- firmware will not provide a means of selecting between the two, nor will it report which of the two gets used. For this reason, bit 0 (cOutbin1) of this collection is being used to designate both of these bins together.
                                           job-info-physical-outbins-used 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.22
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: The output bins designated by the bits of this collection include the standard output bin(s) plus the physical bins of attached external paper handling devices. The configuration (if any) of external paper handling devices will determine the mapping of individual bits in this collection to the physical bins of the devices. For LaserJet 4100 and LaserJet 4550, the cOutbin1 is used for Face Down bin, cOutbin2 is used for Face Up bin, and 3-15 are used for the 13 optional output bins (12 plus an extension to the Face Up bin) for backwards compatibility with LaserJet 8000/LaserJet 8100 and forwards compatibility with LaserJet 8150. However, since they cannot distinguish output going to the Face Up or Face Down bin in the firmware because the diverter can only be moved manually, bit 0 (cOutbin1) is being used to designate both of these bits together. If an external paper handling output device is connected, then bit 2 (cOutbin3) will represent the devices first output bin (and so on).
                                           job-info-attribute 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23
                                                 job-info-attr-1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.1
will be returned.
                                                 job-info-attr-2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.2
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-3 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.3
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-4 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.4
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-5 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.5
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-6 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.6
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-7 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.7
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-8 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.8
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-9 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.9
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-10 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.10
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-11 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.11
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-12 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.12
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-13 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.13
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-14 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.14
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-15 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.15
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                                 job-info-attr-16 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.23.16
Returns the value that was set in PJL via the SET JOBATTR= command. See JOB-INFO-ATTR-1 for details.
                                           job-info-requested-originals 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.24
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.
                                           job-info-page-count-current-original 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.25
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. Additional information: The number of pages in the current copy of a collated multi-copy job which have been completely printed and safely delivered to the output bin.
                                           job-info-pages-in-original 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.26
Number of pages in a single copy of a collated multi-copy job.
                                           job-info-printed-originals 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.27
Number of collated copies completely printed and delivered to the output bin at time of query.
                                           job-info-accounting 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28
                                                 job-info-accounting-media-size 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.1
Contains the media size of the printed job. The media size of the first page will decide the media size of the entire job. The return value of this object will only be valid when the printer finishes printing the entire job.
                                                 job-info-accounting-media-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.2
Contains the media type of the printed job. The media type of the first page will decide the media type of the entire job. The return value of this object will only be valid when the printer finishes printing the entire job.
                                                 job-info-accounting-finishing-options 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.3
Contains the finishing option used on the printed job. The finishing option specified for the first page will decide the finishing option of the entire job. The return value of this object will only be valid when the printer finishes printing the entire job.
                                                 job-info-accounting-media-simplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.4
Contains the total number of simplex pages printed in a particular job.
                                                 job-info-accounting-media-duplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.5
Contains the total number of duplex pages printed in a particular job.
                                                 job-info-accounting-grayscale-impression-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.6
Contains the total number of monochrome pages printed in a particular job.
                                                 job-info-accounting-color-impression-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.7
Contains the total number of color pages printed in a particular job.
                                                 job-info-accounting-black-dots 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.8
Contains the total number of black pixels used in a particular job.
                                                 job-info-accounting-yellow-dots 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.9
Contains the total number of yellow pixels used in a particular job.
                                                 job-info-accounting-cyan-dots 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.10
Contains the total number of cyan pixels used in a particular job.
                                                 job-info-accounting-magenta-dots 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.11
Contains the total number of magenta pixels used in a particular job.
                                                 job-info-accounting-scanned-media-simplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.12
Contains the total number of simplex pages scanned, indexed by media size. For each media size that is scanned, there are 6 bytes of information in the following format. media-size number of scanned pages 01 2345 Bytes 0-1 contain a value from the media-size enum and bytes 2-5 contain the number of the media size scanned. For example if a 10 Letter pages are scanned followed by 5 Legal pages scanned, the pValue of the object would be 02000A030005 Additional information: Contains the total number of simplex pages scanned, indexed by media size. For each media size that is scanned, there are 6 bytes of information in the following format. media-size number of scanned pages 01 2345 Bytes 0-1 contain a value from the media-size enum and bytes 2-5 contain the number of the media size scanned. For example if a 10 Letter pages are scanned followed by 5 Legal pages scanned, the pValue of the object would be 02000A030005
                                                 job-info-accounting-scanned-media-duplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.13
Contains the total number of duplex pages scanned, indexed by media size. For each media size that is scanned, there are 6 bytes of information in the following format. media-size number of scanned pages 01 2345 Bytes 0-1 contain a value from the media-size enum and bytes 2-5 contain the number of the media size scanned. For example if a 10 Letter pages are scanned followed by 5 Legal pages scanned, the pValue of the object would be 02000A030005 Additional information: Contains the total number of duplex pages scanned, indexed by media size. For each media size that is scanned, there are 6 bytes of information in the following format. media-size number of scanned pages 01 2345 Bytes 0-1 contain a value from the media-size enum and bytes 2-5 contain the number of the media size scanned. For example if a 10 Letter pages are scanned followed by 5 Legal pages scanned, the pValue of the object would be 02000A030005
                                                 job-info-accounting-job-type 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.5.28.14
Keeps track of what type of job is processed.
                                       held-job 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7
                                           held-job-info 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.1
                                               held-job-user-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.1.1
on the job attributes: OID returned OID getnext 3.4.1.6.1 3.4.1.6.1.1 getnext 3.4.1.6.6 3.4.1.6.6.1
                                               held-job-job-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.1.2
The job name may be generated by the driver or obtained from user input.
                                               held-job-retention 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.1.3
Indicates the retention classification of the job. The values indicate whether the job is printed immediately or stored. There are 4 options: eHoldOff: The job is printed but not retained on the disk. eHoldOn: The job is printed and stored temporarily on the disk. eHoldStore: The job is not printed but stored on the disk. eHoldProof: One copy of the job is printed and the remaining copies are stored on the disk.
                                               held-job-security 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.1.4
The variable specifies the security level of the job. eHoldTypePublic: The job does not require a PIN in order to release the job for printing. eHoldTypePrivate: The job requires a PIN in order to be released for printing.
                                               held-job-quantity 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.1.5
Number of copies to print.
                                               held-job-pin 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.1.6
A string that is specified in the job stream and then required to be entered in order to release the job for printing. PIN stands for Personal Identification Number. Additional information: Must be a 4 digit string, each digit must be 0..9 or a null string if there is no pin. For security purposes, you can no longer get the value of the PIN.
                                           held-job-control 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.2
                                               held-job-print 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.2.1
Instructs the printer to schedule the specified held job for printing with the specified number of copies. The job-id is used to identify which job to print. A held job can also be printed from the control panel. Additional information: Bytes 0-3 is the job id of the job to print. Bytes 4-7 is the number of copies to print. Bytes 8-11 (optional) contain the PIN for a Private job.
                                               held-job-delete 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.2.2
. To delete a private Held Job, you must use the PML object HELD-JOB-PRINT with a quantity of 0 and supply the correct HELD-JOB-PIN with the request. (See HELD-JOB-PRINT)
                                               held-job-set-queue-size 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.2.3
Sets the maximum number of jobs which can be stored in the held job list. Additional information: Sets the size of the temporary job lists queue.
                                               held-job-enable 1.3.6.1.4.1.11.2.3.9.4.2.1.1.6.7.2.4
error to be returned.) When eDisabled is specified all Job Retention (Hold, Proof, Store, PIN Printing) is disabled. When eEnabled is specified, the Job Retention characteristics of a given job are defined by the PJL variable SET HOLD. Additional information: When disabled, held jobs are not removed, but must be explicitly removed through the Control Panel or the PML object HELD-JOB-DELETE.
                                   file-system 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10
                                         settings-file-system 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1
                                             file-system-max-open-files 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.2
status if attempting to access this object and there is no storage device is installed.
                                             file-system-set-system-partition-writeable 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.6
is incorrect or if the volume requested is not present.
                                             file-system-set-system-partition-readonly 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.7
if the volume requested is not present.
                                             file-system-delete-files 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.8
/*.exe). Access to this command is controlled by the UserId and the authentication data. If the UserID or authentication data supplied is incorrect the command will fail. The device POS will specify any limitations to the length of the filename string, what constitutes a correct user ID, what constitutes correct authentication data, and the significance of any return values.
                                             file-system-external-access-capabilities 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.10
in order to make another write operation on FILE-SYSTEM-EXTERNAL-ACCESS-CAPABILITIES possible. cDisablePJLFileSystemAccess - All file system access through PJL will be disabled. cDisablePMLFileSystemWrite - All file-systems-related PML objects such as FILE-SYSTEM-DELETE-FILES or hrPartitionLabel become read-only. For objects that are normally write-only this means that no successful operations can now be performed on them. cDisableNFSFileSystemAccess - All NFS file system access will be disabled. cDisablePSFileSystemAccess - All file system access through PostScript will be disabled. cDisableEWSFileSystemAccess - All access to the file system by the Embedded Web Server will be disabled.
                                             file-system-erase-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.11
is correctly set. The logical settings for this object are: NonSecureFastErase - When a file is deleted, only the reference to it in the file system tables is removed. No file data is overwritten. This is the default setting. This is the setting when both bits in the collection are set to 0. SecureFastErase - File information is overwritten with identical, random character pattern when it is deleted. This is the setting when cEraseMode0 is set to 1 and cEraseMode1 is set to 0. SecureSanitizeErase - Secure, repetitive algorithm used to overwrite all deleted file information and remove any residual data persistence. A random character is written to all bytes of deleted sectors. Then the complement of that character and finally, another random character is written. This is the setting when cEraseMode0 is set to 0 and cEraseMode1 is set to 1. Note that an error will be returned for an attempt to set both bits of the collection to 1.
                                             file-system-wipe-disk 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.12
is correctly set.
                                             file-system-wipe-disk-status 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.13
This object is a non-leaf node which will have one leaf node under it for each file system in the printer. The leaf nodes will be in a 1-to-1 correspondence with the hrDeviceIndex objects. This object specifies for each leaf node the status of a disk wipe in progress. A return value of -1 indicates that no disk wipe is in progress. A return value in the range of 0 to 100 indicates the percent done for a disk wipe in progress. All other values are illegal.
                                         file-systems 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.3
                                             file-system2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.3.2
                                                 file-system2-initialize-volume 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.3.2.6
Setting this object to eInitializing causes file system 2 to be initialized. Reading this object indicates if the file system is currently being initialized. Additional information: The hrDeviceIndex value for the mass storage device is the same value that is used to index into the FILE-SYSTEM sub-tree. Since this product supports up to 3 physical mass storage device, and since the hrDeviceIndex for the mass storage devices will start at 2 if the mass storage device is installed, the FILE-SYSTEM2-INITIALIZE-VOLUME object will be the object that allows the mass storage device to be initialized that is the 1st device.
                                             file-system3 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.3.3
                                                 file-system3-initialize-volume 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.3.3.6
Setting this object to eInitializing causes file system 3 to be initialized. Reading this object indicates if the file system is currently being initialized. Additional information: The hrDeviceIndex value for the mass storage device is the same value that is used to index into the FILE-SYSTEM sub-tree. Since this product supports up to 3 physical mass storage device, and since the hrDeviceIndex for the mass storage devices will start at 2 if the mass storage device is installed, the FILE-SYSTEM3-INITIALIZE-VOLUME object will be the object that allows the mass storage device to be initialized that is the 2nd device.
                                             file-system4 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.3.4
                                                 file-system4-initialize-volume 1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.3.4.6
Setting this object to eInitializing causes file system 4 to be initialized. Reading this object indicates if the file system is currently being initialized. Additional information: The hrDeviceIndex value for the mass storage device is the same value that is used to index into the FILE-SYSTEM sub-tree. Since this product supports up to 3 physical mass storage devices, and since the hrDeviceIndex for the mass storage devices will start at 2 if the mass storage device is installed, the FILE-SYSTEM4-INITIALIZE-VOLUME object will be the object that allows the mass storage device to be initialized that is the 3rd device.
                                   errorlog 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11
                                         error1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.1
                                             error1-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.1.1
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: This item contains the engine page count when the error occurred. If there is currently no error entry for this object, a 0 will be returned. Note that 0 may also be returned when there is a valid error, but a current page count was unavailable. If ERROR1-CODE object also returns 0, then an error has not yet been logged for this object. See ERROR1-CODE for an explanation of the order used for storing errors.
                                             error1-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.1.2
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: Returns a device specific error code. If the error code returned is 0, then the printer has not yet logged an error for this object. When the maximum number of errors is reached (30 on LaserJet printers), and a new error occurs, the error in ERROR1-CODE will be replaced by the one in ERROR2-CODE, and so on until the last error object will be given the value of the new 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 001C, 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). See the Control Panel ERS for specific information about the meaning of each code. 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-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.1.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: This item contains the date and the time when the error occurred. It returns the date and the time at which the error occured in hexadecimal. For instance, if date is 2004-Jul-13 and time is 03:15 am when the error was logged, then we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month 07 0d(hex) - corresponds to date 13 03(hex) - corresponds to hour- 03 0f(hex) - corresponds to min- 15. If there is currently no error entry , 00 00 00 00 00 will be returned. See ERROR1-CODE for an explanation of the order used for storing errors.
                                         error2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.2
                                             error2-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.2.1
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.
                                             error2-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.2.2
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.
                                             error2-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.2.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error3 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.3
                                             error3-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.3.1
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.
                                             error3-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.3.2
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.
                                             error3-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.3.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error4 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.4
                                             error4-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.4.1
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.
                                             error4-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.4.2
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.
                                             error4-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.4.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error5 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.5
                                             error5-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.5.1
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.
                                             error5-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.5.2
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.
                                             error5-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.5.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error6 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.6
                                             error6-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.6.1
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.
                                             error6-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.6.2
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.
                                             error6-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.6.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error7 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.7
                                             error7-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.7.1
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.
                                             error7-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.7.2
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.
                                             error7-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.7.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error8 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.8
                                             error8-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.8.1
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.
                                             error8-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.8.2
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.
                                             error8-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.8.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error9 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.9
                                             error9-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.9.1
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.
                                             error9-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.9.2
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.
                                             error9-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.9.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error10 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.10
                                               error10-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.10.1
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.
                                               error10-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.10.2
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.
                                               error10-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.10.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error11 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.11
                                               error11-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.11.1
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.
                                               error11-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.11.2
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.
                                               error11-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.11.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error12 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.12
                                               error12-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.12.1
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.
                                               error12-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.12.2
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.
                                               error12-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.12.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error13 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13
                                               error13-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13.1
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.
                                               error13-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13.2
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.
                                               error13-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error14 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.14
                                               error14-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.14.1
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.
                                               error14-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.14.2
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.
                                               error14-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.14.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error15 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.15
                                               error15-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.15.1
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.
                                               error15-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.15.2
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.
                                               error15-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.15.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error16 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.16
                                               error16-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.16.1
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.
                                               error16-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.16.2
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.
                                               error16-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.16.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error17 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.17
                                               error17-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.17.1
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.
                                               error17-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.17.2
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.
                                               error17-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.17.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error18 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.18
                                               error18-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.18.1
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.
                                               error18-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.18.2
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.
                                               error18-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.18.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error19 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.19
                                               error19-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.19.1
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.
                                               error19-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.19.2
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.
                                               error19-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.19.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error20 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.20
                                               error20-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.20.1
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.
                                               error20-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.20.2
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.
                                               error20-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.20.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error21 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.21
                                               error21-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.21.1
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.
                                               error21-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.21.2
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.
                                               error21-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.21.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error22 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.22
                                               error22-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.22.1
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.
                                               error22-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.22.2
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.
                                               error22-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.22.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error23 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.23
                                               error23-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.23.1
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.
                                               error23-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.23.2
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.
                                               error23-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.23.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error24 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.24
                                               error24-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.24.1
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.
                                               error24-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.24.2
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.
                                               error24-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.24.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error25 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.25
                                               error25-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.25.1
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.
                                               error25-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.25.2
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.
                                               error25-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.25.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error26 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.26
                                               error26-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.26.1
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.
                                               error26-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.26.2
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.
                                               error26-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.26.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error27 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.27
                                               error27-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.27.1
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.
                                               error27-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.27.2
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.
                                               error27-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.27.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error28 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.28
                                               error28-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.28.1
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.
                                               error28-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.28.2
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.
                                               error28-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.28.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error29 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.29
                                               error29-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.29.1
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.
                                               error29-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.29.2
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.
                                               error29-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.29.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error30 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.30
                                               error30-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.30.1
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.
                                               error30-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.30.2
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.
                                               error30-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.30.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error31 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.31
                                               error31-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.31.1
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.
                                               error31-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.31.2
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.
                                               error31-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.31.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error32 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.32
                                               error32-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.32.1
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.
                                               error32-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.32.2
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.
                                               error32-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.32.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error33 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.33
                                               error33-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.33.1
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.
                                               error33-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.33.2
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.
                                               error33-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.33.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error34 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.34
                                               error34-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.34.1
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.
                                               error34-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.34.2
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.
                                               error34-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.34.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error35 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.35
                                               error35-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.35.1
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.
                                               error35-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.35.2
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.
                                               error35-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.35.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error36 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.36
                                               error36-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.36.1
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.
                                               error36-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.36.2
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.
                                               error36-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.36.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error37 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.37
                                               error37-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.37.1
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.
                                               error37-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.37.2
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.
                                               error37-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.37.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error38 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.38
                                               error38-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.38.1
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.
                                               error38-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.38.2
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.
                                               error38-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.38.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error39 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.39
                                               error39-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.39.1
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.
                                               error39-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.39.2
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.
                                               error39-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.39.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error40 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.40
                                               error40-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.40.1
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.
                                               error40-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.40.2
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.
                                               error40-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.40.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error41 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.41
                                               error41-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.41.1
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.
                                               error41-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.41.2
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.
                                               error41-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.41.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error42 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.42
                                               error42-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.42.1
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.
                                               error42-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.42.2
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.
                                               error42-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.42.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error43 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.43
                                               error43-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.43.1
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.
                                               error43-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.43.2
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.
                                               error43-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.43.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error44 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.44
                                               error44-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.44.1
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.
                                               error44-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.44.2
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.
                                               error44-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.44.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error45 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.45
                                               error45-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.45.1
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.
                                               error45-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.45.2
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.
                                               error45-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.45.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error46 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.46
                                               error46-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.46.1
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.
                                               error46-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.46.2
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.
                                               error46-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.46.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error47 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.47
                                               error47-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.47.1
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.
                                               error47-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.47.2
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.
                                               error47-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.47.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error48 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.48
                                               error48-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.48.1
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.
                                               error48-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.48.2
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.
                                               error48-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.48.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error49 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.49
                                               error49-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.49.1
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.
                                               error49-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.49.2
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.
                                               error49-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.49.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                         error50 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.50
                                               error50-time-stamp 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.50.1
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.
                                               error50-code 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.50.2
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.
                                               error50-date-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.50.3
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, 04 (hex) - corresponds to the year 2004. 07 (hex) - corresponds to month, 07 0d (hex) - corresponds to date, 13 03 (hex) - corresponds to hour, 3 a.m. 0f (hex) - corresponds to min, 15. Additional information: See ERROR1-DATE-TIME.
                                   resource-manager 1.3.6.1.4.1.11.2.3.9.4.2.1.1.12
                                         mass-storage-resources 1.3.6.1.4.1.11.2.3.9.4.2.1.1.12.3
                                             mass-storage-resource-change-counter 1.3.6.1.4.1.11.2.3.9.4.2.1.1.12.3.1
status if attempting to access this object and there is no storage device is installed.
                                             mass-storage-resource-changed 1.3.6.1.4.1.11.2.3.9.4.2.1.1.12.3.2
status if attempting to access this object and there is no storage device is installed.
                                   remote-procedure-call 1.3.6.1.4.1.11.2.3.9.4.2.1.1.13
                                         settings-rpc 1.3.6.1.4.1.11.2.3.9.4.2.1.1.13.1
                                             rpc-bind-protocol-address 1.3.6.1.4.1.11.2.3.9.4.2.1.1.13.1.2
Array of Berkeley sockets style protocol addresses used to bind RPC to a communications protocol family. Setting an instance of this array object to a zero length binary value disables the transport protocol indicated by that instance. All multi-bytes fields are in network (or big-endian) order. Bytes 1 and 2 indicate the transport protocol. Some of the transport protocol mapping information can be found in RFC 1010 Assigned Numbers. A list of interesting transport protocol number mappings include:
                                         status-rpc 1.3.6.1.4.1.11.2.3.9.4.2.1.1.13.2
                                             rpc-bound-protocol-address 1.3.6.1.4.1.11.2.3.9.4.2.1.1.13.2.3
status if attempting to access this object and there is no storage device is installed.
                                   mass-storage-block-driver 1.3.6.1.4.1.11.2.3.9.4.2.1.1.15
                                         settings-mass-storage-bd 1.3.6.1.4.1.11.2.3.9.4.2.1.1.15.1
                                             ram-disk-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.1.15.1.1
Returns or controls RAM disk support. eOFF turns off the RAM disk functionality. eOn turns on the RAM disk functionality and creates a RAM disk whose size is controlled by the RAM-DISK-SIZE object. eAuto turns on the RAM disk functionality and creates a RAM disk size determined by the printer based on installed options and other memory related settings. Additional information: Returns or controls RAM disk support. eOFF turns off the RAM disk functionality. eAuto turns on the RAM disk functionality and creates a RAM disk size determined by the printer based on the amount of installed memory.
                                             ram-disk-size 1.3.6.1.4.1.11.2.3.9.4.2.1.1.15.1.2
Returns or controls the size of the RAM disk. The device POS specifies the minimum memory requirements. The object MAXIMUM-RAM-DISK-MEMORY specifies the maximum memory available for the RAM disk. Additional information: Returns the size of the RAM disk.
                                         status-mass-storage-bd 1.3.6.1.4.1.11.2.3.9.4.2.1.1.15.2
                                             maximum-ram-disk-memory 1.3.6.1.4.1.11.2.3.9.4.2.1.1.15.2.1
This objects name is misleading. This object does not return the maximum configurable RAM disk size. Instead, it returns the maximum amount of memory, in bytes, that can used to increase the size of the RAM disk. Additional information: This object returns the maximum amount of additional memory that is available for increasing the size of the RAM disk.
                                   accounting 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16
                                         printer-accounting 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1
                                             printed-media-usage 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1
                                                 printed-media-simplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1.1
| | | | \ / | paper size / \ PRINTER-CLICK_TOTALS ROOT \ OID click attribute 1..5 x values are 1..5: 1) simplex count 2) simplex click charge 3) duplex count 4) duplex click charge 5) printer or scanner paper size total (i.e. depends if the root OID is referrring to the printer or scanner). y : paper size as defined in the Media Size Table in the hpmib.txt
                                                 printed-media-simplex-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1.2
Charge for each simplex page printed in this media size.
                                                 printed-media-duplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1.3
Total number of duplex pages printed in this media size.
                                                 printed-media-duplex-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1.4
Charge for each duplex page printed in this media size. Additional information: The click charges for duplex printed media.
                                                 printed-media-total-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1.5
The total charge for pages printed in this media size.
                                                 printed-media-maximum-pixels-per-page 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1.6
The number of pixels required to completely fill a page of this media size. The device POS will specify the resolution at which this pixel count was calculated. Additional information: The number of pixels required to fill a page of a specific media size. The OID binding is the media size you to query for. Only media sizes which the printer supports will be available.
                                                 printed-media-combined-total 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1.7
Total number of letter equivalently weighted pages both color and mono combined with this printer. Additional information: The combined total per page size of simplex and duplex color pages plus simplex and duplex mono pages.
                                                 printed-media-dimplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.1.10
Total number of mono dimplex pages printed in this media size. A dimplex page is one that has been printed in duplex mode but the back side is blank. Dimplex pages occur when the printer firmware inserts a blank page in order to complete a duplexed job which is sent to the printer with an odd number of pages.
                                             usage-printer-total-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.2
Total printer charge for all paper sizes printed.
                                             usage-average-toner-coverage 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.3
Reports the average toner area coverage of all pages printed over the life of the device. Counts pixels on each page, divides pixel count by pixels possible on a page to give the percentage of coverage, and keeps a rolling average percent weighted by area printed.
                                             usage-staple-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.4
Total number of staples used.
                                             usage-instructions-line1 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.5
The first line of usage instructions for the device user.Appears on Line 1 of the usage page.
                                             usage-instructions-line2 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.6
The second line of usage instructions for the device user.Appears on Line 1 of the usage page.
                                             usage-instructions-line3 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.7
The third line of usage instructions for the device user.Appears on Line 1 of the usage page.
                                             usage-instructions-line4 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.8
The fourth line of usage instructions for the device user.Appears on Line 1 of the usage page.
                                             printed-modes-usage-total 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.9
This object reports the total color and mono print modes usage for the life of the printer. This value is reported on the usage page.
                                             source-tray-usage-total 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.10
This object reports the total source tray usage for the life of the printer. This value is reported on the usage page.
                                             destination-bin-usage-total 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.11
This object reports the total destination bin usage for the life of the printer. This value is reported on the usage page.
                                             usage-printer-mono-total-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.12
Total printer charge for all paper sizes printed in monochrome only. Additional information: This is the total charge over the range of all supported media sizes for duplex and simplex mono pages.
                                             usage-printer-color-total-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.1.13
Total printer charge for all paper sizes printed in color only. Additional information: This is the total charge over the range of all supported media sizes for duplex and simplex color pages.
                                         scanner-accounting 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2
                                             scanned-media-usage 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1
                                                 scanned-media-simplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.1
| | | | \ / | paper size / \ PRINTER-CLICK_TOTALS ROOT \ OID click attribute 1..5 x values are 1..5: 1) simplex count 2) simplex click charge 3) duplex count 4) duplex click charge 5) printer or scanner paper size total (i.e. depends if the root OID is referrring to the printer or scanner). y : paper size as defined in the Media Size Table in the hpmib.txt The click charge objects are of data type real and have a single digit of precision. Setting these objects to more than a single digit of precision will cause truncation at a single digit, for example, if click charge is set to 15.475 and later retrieved with a get, the value will be 15.400 for this object.
                                                 scanned-media-simplex-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.2
Charge for each simplex page printed in this media size.
                                                 scanned-media-duplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.3
Total number of duplex pages scanned, for this media size.
                                                 scanned-media-duplex-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.4
Charge for each duplex page scanned, for this media size.
                                                 scanned-media-total-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.5
The total charge for pages scanned, for this media size.
                                             usage-scanner-total-charge 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.2
Total scanner charge or cost for all paper sizes scanned.
                                         printer-color-accounting 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.3
                                             printed-media-color-usage 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.3.1
                                                 printed-media-color-simplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.3.1.1
Total number of color simplex pages printed in this media size.
                                                 printed-media-color-duplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.3.1.3
Total number of color duplex pages printed in this media size.
                                                 printed-media-color-total-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.3.1.5
The total count for color pages printed in this media size.
                                                 printed-media-color-dimplex-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.3.1.6
Total number of color dimplex pages printed in this media size. A color dimplex page is a color page that has been printed in duplex mode but the back side is blank. Dimplex pages occur when the printer firmware inserts a blank page in order to complete a duplexed job which is sent to the printer with an odd number of pages.
                                         printed-modes-accounting 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.4
                                             printed-modes-usage 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.4.1
                                                 printed-modes-mono-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.4.1.1
Total number of mono pages printed in this fuser mode.
                                                 printed-modes-color-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.4.1.3
Total number of color pages printed in this fuser mode.
                                                 printed-modes-total-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.4.1.5
The total count for pages printed in this fuser mode.
                                         source-tray-accounting 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.5
                                             source-tray-usage 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.5.1
                                                 source-tray-usage-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.5.1.1
Total number of pages printed from this source tray. Additional information: This object will track how many images have been printed with the original source tray as one of the following: 1. Tray 1 2. Tray 2 3. Tray 3 4. Tray 4 5. Other
                                         destination-bin-accounting 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.6
                                             destination-bin-usage 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.6.1
                                                 destination-bin-usage-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.6.1.1
Total number of pages printed to this destination bin. Additional information: This object will track how many images have been printed with the original destination bin as one of the following: 1. Face Down Bin 2. External Bin 3. Other
                                   firmware-download 1.3.6.1.4.1.11.2.3.9.4.2.1.1.18
                                         firmware-download-write-status-supported 1.3.6.1.4.1.11.2.3.9.4.2.1.1.18.1
This object provides information on whether the printer has the ability to communicate the write-status of the firmware download while the download is taking place.
                                         firmware-download-write-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.18.2
If the design of the firmware-download implementation does not allow PML interaction during the download process, this value provides an estimation of the time where the printer will not be able to engage in PML communication. Additional information: If the design of the firmware-download implementation does not allow PML interaction during the download process, this value provides an estimation of the time where the printer will not be able to engage in PML communication. The calculated time is expected to be 140 secs. However, this time may increase as high as 280 secs as the flash part nears the maximum flash count.
                                         firmware-download-write-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.18.3
Tells the number of times that firmware has been downloaded to the flash part. Additional information: Tells the number of times that firmware has been downloaded to the flash part. The default value will vary depending on how many times the firmware is rolled before shipping.
                                         firmware-download-current-state 1.3.6.1.4.1.11.2.3.9.4.2.1.1.18.4
Provides the current or last reportable state of the firmware download process. The current state may not necessarily be the current state, but could be the post-mortem state.
                                         firmware-download-maximum-write-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.18.5
Reports the manufacturer specified number of times that firmware can be downloaded to the flash part. A value of -1 means that there is no limit. A value of 0 means that downloading firmware is not permitted by this part. Any other positive integer value corresponds to the number of times that firmware can be downloaded to the flash part. Additional information: Reports the manufacturer specified number of times that firmware can be downloaded to the flash part. A value of -1 means that there is no limit. A value of 0 means that downloading firmware is not permitted by this part. Any other positive integer value corresponds to the number of times that firmware can be downloaded to the flash part. The current maximum write count is 500. This may change as flash technology evolves.
                                         firmware-download-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.18.6
This returns the name of the printer. This should match the name in the header of the upgrade image being sent to the flash part. If the name does not match with the name returned then the image that we are attempting to download does not upgrade the printer firmware. Additional information: This object returns the HP name of the printer. This should match what is in the PJL header of the RFU job Web Jet Admin uses this to ensure the printer is available to be upgraded.
                                         firmware-download-version 1.3.6.1.4.1.11.2.3.9.4.2.1.1.18.7
This object will return a string value representing the current revision of firmware that the printer is operating with. This is used to determine if code needs to be upgraded when an firmware bundle comes in, in an upgrade job. Additional information: Web Jet Admin uses the version string that is returned to determine what peices of an RFU bundle need to be upgraded when an RFU job is being built. This objects will return the version string of the printer.
                                   operating-system 1.3.6.1.4.1.11.2.3.9.4.2.1.1.19
                                         os-execute-file 1.3.6.1.4.1.11.2.3.9.4.2.1.1.19.1
This objects input is a null-terminated string representing a fully-qualified path name for an executable file. This object causes the file to be executed by the OS. Additional information: This objects input is a null-terminated string of two or more whitespace-separated tokens. The first token is a path to a directory to make the current working directory. The second token is a path to an executable file to be executed. Any remaining whitespace-separated tokens are optional and will be passed as parameters to the executable. The paths to the directory and executable can be either PJL style (e.g., 1:\appxample) or UNIX-style (e.g., /hpmnt/dsk_ide1a/app/example). The executable is run in a separate process.
                                   upgradable-devices 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20
                                         upgradable-devices-write-status-supported 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20.1
This object provides information on whether the upgradable device has the ability to communicate the write-status of the upgrade while the upgrade is taking place.
                                         upgradable-devices-write-time 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20.2
If the design of the device upgrade implementation does not allow PML interaction during the download process, this value provides an estimation of the time where the device will not be able to engage in PML communication. The time returned will depend upon what device is attempting to be upgraded.
                                         upgradable-devices-write-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20.3
Tells the number of times that firmware for device X has been downloaded to the flash part. The default value will vary depending on how many times the firmware is rolled before shipping.
                                         upgradable-devices-current-state 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20.4
Provides the current or last reportable state of the device upgrade process. The current state may not necessarily be the current state, but could be the post-mortem state.
                                         upgradable-devices-max-write-count 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20.5
Reports the manufacturer specified number of times that firmware for device X can be downloaded to the flash part. A value of -1 means that there is no limit. A value of 0 means that downloading firmware is not permitted by this part. Any other positive integer value corresponds to the number of times that the firmware for device X can be downloaded to the flash part. The current maximum write count is 500. This may change as flash technology evolves.
                                         upgradable-devices-name 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20.6
This returns the name of the upgradable device. This should match the name in the header of the upgrade image being sent to the flash part. If the name does not match with any of the names returned then the device that we are attempting to upgrade is unavailable for upgrading. Additional information: This object returns the HP name of the printer and the upgradable devices. There is one Name object per upgradable device. This should match what is in the PJL header of the RFU job Web Jet Admin uses this to ensure the printer or device is available to be upgraded.
                                         upgradable-devices-version 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20.7
This object will return a string value representing the current revision of firmware that device X is operating with. This is used to determine if code needs to be upgraded when a firmware bundle comes in, in an upgrade job. Additional information: Web Jet Admin uses the version string that is returned to determine what peices of an RFU bundle need to be upgraded when an RFU job is being built. This internal object will return the current version string of the printer or device that it corresponds to.
                                         remote-upgrade-enable 1.3.6.1.4.1.11.2.3.9.4.2.1.1.20.8
Enables or disables the ability to upgrade the firmware associated with any device that is available to be upgraded. This will be set to on or off at the RFU level in that if this mode is on any available device can be upgraded and if this mode is off none of the devices can be upgraded. There is not an individual mode for each device. Trying to set this to a value other than eOn or eOff will cause an UnsupportedValue error to occur.
                               source-subsystem 1.3.6.1.4.1.11.2.3.9.4.2.1.2
                                   io 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1
                                       settings-io 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1
                                           io-timeout 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1.1
status and the value will be snapped to the nearest supported value.
                                           io-switch 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.1.2
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.
                                       ports 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.3
                                           port1 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.3.1
                                               port1-parallel-speed 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.3.1.4
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: When the value of this object is changed, it takes effect immediately. It is recommended that the printer be offline and not in a job when this object is changed.
                                               port1-parallel-bidirectionality 1.3.6.1.4.1.11.2.3.9.4.2.1.2.1.3.1.5
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: A get on this object returns the current mode for the parallel port. Setting this object specifies whether or not bidirectional communications will be allowed.
                                   scanner 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2
                                       settings-scanner 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1
                                           scan-sharpening-coefficient 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.15
. The list of supported values should be documented in the device POS.
                                           scanner-accessory-adf-sheet-count 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.20
Total number of sheets that have been fed through the Automatic Document Feed (ADF) accessory. Additional information: The Automatic Document Feed (ADF) count is incremented each time a sheet feeds through the ADF. The value will be updated at the end of every scan job.
                                           scanner-accessory-flatbed-scan-count 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.21
Total number of scans performed by a flatbed scanner accessory. Additional information: The count is only incremented when a sheet is scanned on the FLATBED. The return value of this object will reset to the lower multiple of 10 at a power cycle. The value will be updated at the end of every scan job.
                                           scanner-accessory-adf-one-sided-sheet-count 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.59
This item is incremented by 1 for each sheet that is scanned through the ADF in 1-sided scan mode. Additional information: The value will be updated at the end of every scan job.
                                           scanner-accessory-adf-two-sided-sheet-count 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.60
This item is incremented by 2 for each sheet that is scanned through the ADF in 2-sided scan mode. Additional information: The value will be updated at the end of every scan job.
                                           scanner-accessory-copy-job-scan-count 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.61
This relates to the number of pages scanned for copying. This item is incremented by 2 for each sheet scanned through the ADF in 2-sided scan mode, and it is incremented by 1 for flatbed scans. Scanning for testing and calibration purposes are NOT TO BE INCLUDED in this count. Additional information: The value will be updated at the end of every scan job.
                                           scanner-accessory-send-job-scan-count 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.62
This relates to the number of pages scanned for fax/send. This item is incremented by 2 for each sheet scanned through the ADF in 2-sided scan mode, and it is incremented by 1 for flatbed scans. Scanning for testing and calibration purposes are NOT TO BE INCLUDED in this count. Additional information: The value will be updated at the end of every scan job.
                                           scanner-accessory-total-copy-pages-printed 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.63
This relates to the number of copy pages printed on a device. The output sheet that is duplexed (made 2- sided) should be counted as 2 pages. Additional information: This relates to the number of copy pages printed on a device. The output sheet that is duplexed (made 2- sided) should be counted as 2 pages.
                                           scanner-accessory-digital-send-module-url 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.64
This item sets the URL pointer to the Digital Send Module that is servicing this accessory.
                                           scanner-accessory-digital-send-status 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.65
This item is used for detecting the status of the Digital Send component. A bit-mask indicates the status as follows: 0x00 = READY 0x01 = DIGITAL_SEND_GATEWAY_DOWN 0x02 = SMTP_GATEWAY_DOWN 0x04 = LDAP_GATEWAY_DOWN.
                                           default-scan-original-size 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.66
Contains the default size of the original to be scanned. Additional information: Contains the default size of the original to be scanned.
                                           default-scan-text-graphics-mix 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.67
Contains the mix between graphics and text on the scanned page.
                                           default-scan-job-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.68
Allows user to continue scanning more pages. The UI will prompt user for more pages if job mode is on.
                                           default-scan-background-removal 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.69
Background level for background removal. Additional information: Background level for background removal.
                                           default-scan-image-quality 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.70
Select default image quality. Additional information: Which image quality to use.
                                           default-scan-content-orientation 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.71
Contains the default content orientation for a scanned document. Additional information: Contains the default content orientation for a scanned document, i.e., the orientation of the page as the user would read it.
                                           auto-send-reset 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.78
Enables (1) or disables (0) the auto resend timeout. Additional information: Enables (2) or disables (1) the DEFAULT-RESET-SEND-TIMEOUT.
                                           scanner-accessory-digital-send-log-event-counter 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.79
Incremented each time the digital sender writes a log entry. Additional information: Trappable object that is incremented each time the digital sender writes a log entry.
                                           scanner-accessory-digital-send-config-email-gateway 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.80
Contains the email gateway address. Additional information: Contains the email gateway address.
                                           scanner-accessory-digital-send-config-ldap-gateway 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.81
Contains the LDAP gateway address. Additional information: Contains the ldap gateway address.
                                           scanner-accessory-digital-send-config-dsm-enabled-fax 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.82
Indicates if the digital fax service is available. Additional information: Indicates if digital fax service is available.
                                           scanner-accessory-digital-send-config-fax-embedded 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.83
Indicates if the analog fax device is available. Additional information: Indicates if the analog fax (Belin) is available.
                                           default-scanner-speed 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.88
Determines the default scanner speed. (1) is 25 ppm and (2) is 50 ppm. Additional information: Determines the default scanner speed. (1) is e25 and (2) is e50.
                                           scan-to-folder-count 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.89
The number of scan-to-folder scan jobs. Additional information: The number of scan-to-folder scan jobs.
                                           fax-job-scan-count 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.90
The number of fax scan jobs. Additional information: The number of fax scan jobs.
                                           scanner-accessory-digital-send-home-screen-status 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.91
Returns a bitmap of enabled, configured, and responding DS services that indicate what items are present on the Home Screen. Additional information: Returns a bitmap of enabled, configured, and responding DS services that indicate what items are present on the Home Screen.
                                       status-scanner 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.2
                                           not-ready-source-scanner 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.2.1
Indicates whether and why the scanner is not ready. A set bit indicates a problem. Additional information: This object gives a description of why the scanner is not ready to scan. This value is returned as an integer where each bit represents a reason why the scanner is not ready. The condition is asserted if the bit is a 1 and deasserted if the bit is a 0. The values are: Bit 0 - Unknown error. Bit 1 - Invalid media size. Bit 2 - Scanner feeder open. Bit 3 - Scanner feeder jam. Bit 4 - Scanner feeder empty. Bit 5 - Fatal error. Bit 6 - Misc. error. Bit 7 - ADF bin full.
                                           scan-calibration-download 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.2.5
Returns or changes the state of the calibration operation. cScanCalibrationIdle - This indicates that the device is not currently processing a calibration request. The host should not set the object to this state. SCAN-CALIBRATION-ERROR state will reflect results of most recent calibration. cScanCalibrationActive - The device sets this state to indicate it is in calibration mode. The device will set SCAN-CALIBRATION-ERROR to eNoError(1) as a consequence of entering this state. cScanCalibrationOptical - This state is set by the host to request factory optical calibration initiation. The device should not set to this state. The device will ignore this request, without error, if it is already in the active or the done state. cScanCalibrationADFFaceUpMechanical - This state is set by the host to request factory face up ADF mechanical calibration initiation. The calibration target should be placed face up in the ADF. The device should not set to this state. The device will ignore this request, without error, if it is already in the active or the done state. cScanCalibrationADFFaceDownMechanical - This state is set by the host to request factory face down ADF mechanical calibration initiation. The calibration target should be placed face down in the ADF. The device should not set to this state. The device will ignore this request, without error, if it is already in the active or the done state. cScanCalibrationFBMechanical - This state is set by the host to request factory flat bed mechanical calibration initiation. The device should not set to this state. The device will ignore this request, without error, if it is already in the active state. cScanCalibrationADFResetMechanical - This state is set by the host if he wants to start ADF mechanical calibration all over again. If this is set then both Face Up and Face Down calibration can be started even after a successful pass. The device will NOT print a calibration graph when calibration is complete. Additional information: Returns or changes the state of the calibration operation. cScanCalibrationIdle - indicates that the device is not currently processing a calibration request. The host should not set the object to this state. SCAN-CALIBRATION-ERROR state will reflect results of most recent calibration. cScanCalibrationStart This state is set by host to request factory \ mechanical calibration initiation. Device should not set to this state. The device will ignore this request, without error, if it is already in the Active or the Done state. CScanFactoryCalibrationStart - This state is set by host to request factory optical calibration initiation. This is the old method and will not be used on Laserjet 4300 MFP. cScanCalibrationActive The device sets this state to indicate it is \ in calibration mode. The device will set SCAN-CALIBRATION-ERROR to eNoError(1) as a consequence of entering this state. cScanCalibrationAborted Not used. cScanCalibrationDone The device sets to this state when it has successfully completed a calibration. The device will update SCAN-CALIBRATION-ERROR object before entering this state. The device will exit from this state to cScanCalibrationIdle when it is ready to process another cScanCalibrationStart request. cScanCalibrationOptical - This state is set by host to request factory optical calibration initiation. Device should not set to this state. The device will ignore this request, without error, if it is already in the Active or the Done state. cScanCalibrationADFMechanical - This state is set by host to request factory ADF mechanical calibration initiation. Device should not set to this state. The device will ignore this request, without error, if it is already in the Active or the Done state. cScanCalibrationFBMechanical - This state is set by host to request factory flat bed mechanical calibration initiation. Device should not set to this state. The device will ignore this request, without error, if it is already in the Active or the Done state. The device will NOT print a calibration graph when calibration is complete.
                                           scan-calibration-error 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.2.6
Error status of the most recent calibration session. eNoError(1) - The calibation was successful. eUnknownCalibrationError(2) - An unknown error occurred. eScannerFeederEmpty(3) - The feeder contained nothing to scan. eLowMemory(4) - Insufficient memory available to complete the calibration. eWriteFailed(5) - Write to NVRAM failure. eScannerBusy(6) - Scanner is busy. Detailed information about the cause and remedy for each error should be documented in the device POS. Additional information: Error status of the most recent calibration session. Only eNoError, eScannerBusy, and eUncorrectablePixels will be supported. The device will use eScannerBusy to indicate the calibration request occurred during a time that the device was not ready to perform calibration. The device will use eUncorrectablePixels to indicate that at least one pixel was not correctable on at least one of scanning sensors in the device (ADF or flatbed).
                                   spooler 1.3.6.1.4.1.11.2.3.9.4.2.1.2.4
                                       settings-spooler 1.3.6.1.4.1.11.2.3.9.4.2.1.2.4.1
                                           mopy-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.2.4.1.1
Controls or reports how mopies are generated. eOff turns off the mopy feature. eAuto allows the device to determine the best method for generating mopies based on the device configuration. eStandard spools the I/O data and replays the I/O data multiple times to generate the mopies. eEnhanced spools the rasterized page images and replays the rasterized data to generate the mopies. Typically, the rasterized data will be larger and will allow all but the first mopy to print at speed. If the job being mopied is not extremely complex, then the first mopy will print at speed also.
                               processing-subsystem 1.3.6.1.4.1.11.2.3.9.4.2.1.3
                                   pdl 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3
                                       settings-pdl 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1
                                           default-copies 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.4
999 snaps to 32000
                                           form-feed 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.5
will occur.
                                           default-vertical-black-resolution 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.8
=450 snaps to 600
                                           default-horizontal-black-resolution 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.9
=450 snaps to 600
                                           default-page-protect 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.10
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: Setting to eOn causes MET to be more conservative, but it will not allocate memory to hold an entire rasterized page.
                                           default-lines-per-page 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.11
128 snaps to 128
                                           default-vmi 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.12
.
                                           default-media-size 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.13
. Complete list of supported media sizes along with their dimensions are listed in the Media Size Table near the end of this document. (for a full list of media size enums see the end of this file)
                                           cold-reset-media-size 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.19
Returns or sets the media size that is used as the DEFAULT-MEDIA-SIZE when a cold reset occurs.
                                           default-media-name 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.22
Returns or sets the media name that is used until the media name is changed by a print job command. Additional information: Returns or sets the media name that is used until the media name is changed by a print job command. This string must be one of the MEDIAn-NAME objects. This object is localized if the corresponding MEDIAn-NAME object is localized. The data for this object is stored in NVRAM.
                                           reprint 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.36
Returns or changes the reprint (jam recovery) setting. If eOn, then the device will reprint pages jammed pages. If eOff, the device will not attempt to reprint jammed pages. If eAuto, a device dependent algorithm (which should be documented in the POS) will be used to determine if the page gets reprinted. This object controls all PDLs, unless a specific PDL supports its own reprint control mechanism. To date, only PostScript has a PDL reprint control mechanism.
                                           default-bits-per-pixel 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.39
Controls the number of levels used (per pixel) when printing grayscale or color images.
                                       status-pdl 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.2
                                           form-feed-needed 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.2.2
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: will set this object to eTrue when it has made marks on the current page, the IO-TIMEOUT has expired while PCL was running in `backward-compatibility mode (which is caused by jobs consisting purely of PCL data with no prepended PJL commands), and no data is pending on another I/O. Once it is set to eTrue, more data on the same I/O will cause this object to be set to eFalse, until the above conditions are met again.
                                       pdl-pcl 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3
                                           pcl-total-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.5
Total number of PCL pages printed by the device. Additional information: In the PCL page count is kept in NVRAM, and the NVRAM value is updated at least every 10 pages. NOTE: The value returned by this object 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.
                                           pcl-default-font-height 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.13
=99975 snaps to 99975 Unsupported values in the range 400 to 99975 snap DOWN to the previous supported value (i.e 25293 snaps to 25275 or 75038 snaps to 75025).
                                           pcl-default-font-source 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.14
Returns or changes the value of the default font source variable in NVRAM.
                                           pcl-default-font-number 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.15
. Additional information: Valid numbers or 0 - 255, but only font numbers that are included in the PCL FONT LIST are selectable.
                                           pcl-default-font-width 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.3.16
=9999 snaps to 9999
                                       pdl-postscript 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4
                                           postscript-total-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4.5
Total number of PostScript pages printed by the device. Additional information: This object is only supported if the PostScript option is installed. In the count is kept in NVRAM, and the NVRAM value is updated at least every 10 sheets. NOTE: The value returned by this object 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.
                                           postscript-print-errors 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4.11
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. Additional information: This object is only supported if the PostScript option is installed.
                                           postscript-defer-media 1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.4.14
This object will be used to enable or disable the use of the Adobe Postscript Paper Handling Model in the printer firmware. By default it is enabled which means that PostScript will always defer the media selection to HP Paper Handling Model. Additional information: POSTSCRIPT DEFER MEDIA determines whether ther paper handling model is based on Postscript rules or HP rules. The Values for this item are ENABLED(Follows HP rules) or DISABLED.
                                   pml 1.3.6.1.4.1.11.2.3.9.4.2.1.3.4
                                   pjl 1.3.6.1.4.1.11.2.3.9.4.2.1.3.5
                                   webserver-proc-sub 1.3.6.1.4.1.11.2.3.9.4.2.1.3.9
                                       settings-webserver 1.3.6.1.4.1.11.2.3.9.4.2.1.3.9.1
                                           web-server-url 1.3.6.1.4.1.11.2.3.9.4.2.1.3.9.1.2
A Universal Resource Locator (URL) from which the Embedded Web Server can be configured. Any limitation on the size of this URL will be specified in the device POS.
                                           web-server-security 1.3.6.1.4.1.11.2.3.9.4.2.1.3.9.1.3
Each collection bit represents a device or Embedded Web Server feature that can be enabled or disabled via this object.
                               destination-subsystem 1.3.6.1.4.1.11.2.3.9.4.2.1.4
                                   print-engine 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1
                                       settings-prt-eng 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1
                                           override-media-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.2
to be returned.
                                           override-media-size 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.3
to be returned.
                                           marking-agent-density 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.9
                                               marking-agent-highlights-density-setting 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.9.2
Returns or sets the marking agent highlights density setting for each of the marking agents installed. The value of this object is in the range of -5..+5. The Marking Agent (aka Print) density is the instantaneous amount of marking agent applied to the media while printing. A value of -5 has the lowest print density, yeilding a lighter pageA value of +5 the highest print density, yielding a darker page. Additional information: Returns or sets the marking agent highlights density setting for each of the marking agents installed. The value of this object is in the range of -5..+5. The Marking Agent (aka Print) density is the instantaneous amount of marking agent applied to the media while printing. A value of -5 has the lowest print density, yielding a lighter page. A value of +5 has the highest print density, yielding a darker page.
                                               marking-agent-midtones-density-setting 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.9.3
Returns or sets the marking agent midtones density setting for each of the marking agents installed. The value of this object is in the range of -5..+5. See MARKING-AGENT-HIGHLIGHTS-DENSITY-SETTING for a more specific description. Additional information: Returns or sets the marking agent midtones density setting for each of the marking agents installed. The value of this object is in the range of -5..+5. See MARKING-AGENT-HIGHLIGHTS-DENSITY-SETTING for a more specific description.
                                               marking-agent-shadows-density-setting 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.9.4
Returns or sets the marking agent shadows density setting for each of the marking agents installed. The value of this object is in the range of -5..+5. See MARKING-AGENT-HIGHLIGHTS-DENSITY-SETTING for a more specific description. Additional information: Returns or sets the marking agent shadows density setting for each of the marking agents installed. The value of this object is in the range of -5..+5. See MARKING-AGENT-HIGHLIGHTS-DENSITY-SETTING for a more specific description.
                                           autocleaning-page-frequency 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.11
Controls the number of pages between printing of the auto cleaning page (if enabled). Any device specific snap behavior for this page interval will be specified in the device pos. Additional information: Controls the number of pages between printing of the auto cleaning page (if enabled). The legal values are 1000, 2000, 5000, 10000, and 20000. All other values will return OK_NEAREST_LEGAL_VALUE_SUBSTITUTED.
                                           autocleaning-page-size 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.12
Controls the size of paper used to print the auto cleaning page (if enabled). Additional information: Controls the size of paper used to print the auto cleaning page (if enabled).
                                           default-audible-feedback 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.14
Returns or sets the audible feedback function. The default value will be documented in the device POS. Additional information: Turns the audible feedback function on or off
                                           default-reset-send-timeout 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.15
Returns or sets the period of time, specified in milliseconds, to wait before the digital send settings are reset to default values. The default will be specified in the device POS. Additional information: Contains the period, in milliseconds, of inactivity on the control panel before the digital send settings are reset to their default values.
                                           default-authentication-timeout 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.16
Returns or sets the period of time, specified in milliseconds, to wait before an authentication becomes invalid. The default will be specified in the device POS. Additional information: Contains the period, in milliseconds, of inactivity on the control panel before the authentication becomes invalid.
                                           default-staple-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.17
Returns or sets the default staple mode. The device POS will specify the default and supported values. Additional information: Selects staple mode.
                                           configurable-low-threshold-setting 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.24
This PML object can be used to configure the low threshold for supplies. Additional information: This PML object can be used to configure the Low Threshold for Supplies.
                                           supplies-replace-action-at-setting 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.25
This object can be used to change the setting of menu item REPLACE SUPPLIES. The behavior of the printer when a supply reaches low changes in accordance with the setting of this PML Object. If the option eStopAtLow is selected printer will stop when a supply reaches LOW. If the option eStopAtOut is selected then printer will stop when a supply reaches OUT. If the options eStopAtMaxLife (supported only on Mono products) is selected, the printer will continue past supply OUT. If the option eOverrideAtOut or eOverrideAtOut2 (supported only on Color products) is selected then printer will continue past OUT in override mode. This option is not writeable. That is using this PML object the setting could be changed to any option other than eOverrideAtOut and eOverrideAtOut2. Additional information: This PML object can be used to change the setting of the menu item REPLACE SUPPLIES. The behavior of the printer when a supply hits low changes in accordance with the setting of this PML Object. 1. eStopAtLow - Printer will stop when a supply reaches low. 2. eStopAtOut - Printer will stop when a supply reaches out. 3. eOverrideAtOut[Read-only, Color Products] - Printer will continue print past out in override mode.
                                           supply-out-user-configured-override-limit 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.26
This PML object reports the user configured cartridge out override page limit. Additional information: This PML object reports the user configured cartridge out override limit.
                                           cartridge-out-override-control 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.27
This PML object is used to control Cartridge Out Override feature. Additional information: This object is used for the following purposes: 1. Enable/disable cartridge out override through SUPPLIES_REPLACE_ACTION_AT_PML Object. 2. Enable/disable Toner Out Limit: When toner out limit is disabled using this PML Object, engine will not be taken offline when a cartridge reaches toner out. Engine will continue to print and will be in Override mode until other limits are reached. 3. Enable/disable CRG R&D Limit: When CRG R&D limit is disabled using this PML Object, engine will not be taken offline when CRG R&D limit for printing in override is reached for any out cartridge. Engine will continue to print and will be in Override mode until other limits are reached.
                                           duplex-blank-pages 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.28
When the value of the system variable is set to eDuplexBlankPagesAuto, it means to Smart Duplex in any of the specified conditions. This selection is logically equivalent to NO, do not duplex blank pages if not duplexing them obtains a performance enhancement. When the value of the system variable is set to eDuplexBlankPagesYes, it means to disable Smart Duplexing. Additional information: When the value of the system variable is set to eDuplexBlankPagesAuto, it means to Smart Duplex in any of the specified conditions. This selection is logically equivalent to NO, do not duplex blank pages if not duplexing them obtains a performance enhancement. When the value of the system variable is set to eDuplexBlankPagesYes, it means to disable Smart Duplexing.
                                           finisher-image-rotation 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.31
This PML object will provide the additional image rotation that is applied to a printed job depending on the presence or absence of a finisher device or the value of the SVM_ALWAYS_MATCH_OUTPUT_ORIENTATION variable. Additional information: This PML object will provide the additional image rotation that is applied to a printed job depending on the presence or absence of a finisher device and/or the state of the IMAGE ROTATION menu element.
                                       status-prt-eng 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2
                                           total-color-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.7
Total number of color pages printed by the device. Additional information: Total number of color pages printed by the device. The valid range of this object is 0 to 2^24-1. When the number of color pages printed exceeds the maximum color page count, the value will roll to zero. A duplexed sheet of media will cause the counter to be incremented by two.
                                           duplex-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.22
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: 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. This value is kept in NVRAM however the NVRAM value is only updated every 10 sheets. NOTE: The value returned by this object 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-revision 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.26
Print engine revision string. Additional information: Print engine revision string. The symbol set for this string is Roman-8.
                                           printer-calibration-dhalf 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.37
                                                 printer-cal-dhalf-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.37.1
Provides the page count when the last DHALF calibration occurred. A -1 indicates that a calibration of this kind has not taken place yet. This object exists (and is meaningful) only in color printers. Additional information: Provides the page count when last DHALF calibration occurred. A -1 indicates that a calibration of this kind has not taken place yet. This object exists (and is meaningful) only in color printers.
                                                 printer-cal-dhalf-utc 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.37.2
Provides the time (in UTC - Universal Time Code format) when the last DHALF calibration occurred. This value could be zero if no calibration has taken place or if the printer lacked real-time. This object exists (and is meaningful) only in color printers. Additional information: Provides the time (in UTC - Universal Time Code format) when last DHALF calibration occurred. This value could be zero if no calibration has taken place and / or if the printer lacked real-time. This object exists (and is meaningful) only in color printers.
                                                 printer-cal-dhalf-data 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.37.3
                                                     printer-cal-dhalf-data1 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.37.3.1
Provides a device specific set of DHalf calibration data as a binary string of byte values. It will be necessary to have a decoder for each engine to interpret the data. Additional information: Provides a device specific set of Dhalf calibration data as a binary string of byte values. It will be necessary to have a decoder for each engine to interpret the data.
                                                     printer-cal-dhalf-data2 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.37.3.2
Provides a device specific set of DHalf calibration data as a binary string of byte values. It will be necessary to have a decoder for each engine to interpret the data. Additional information: Provides a device specific set of Dhalf calibration data as a binary string of byte values. It will be necessary to have a decoder for each engine to interpret the data.
                                           printer-calibration-cpr 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.38
                                                 printer-cal-cpr-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.38.1
Provides the page count when last CPR calibration occurred. A -1 indicates that a calibration of this kind has not taken place yet. This object exists (and is meaningful) only in color printers. Additional information: Provides the page count when last CPR calibration occurred. A -1 indicates that a calibration of this kind has not taken place yet. This object exists (and is meaningful) only in color printers.
                                                 printer-cal-cpr-utc 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.38.2
Provides the time (in UTC - Universal Time Code format) when the last CPR calibration occurred. This value could be zero if no calibration has taken place or if the printer lacked real-time. This object exists (and is meaningful) only in color printers. Additional information: Provides the time (in UTC - Universal Time Code format) when last CPR calibration occurred. This value could be zero if no calibration has taken place and / or if the printer lacked real-time. This object exists (and is meaningful) only in color printers.
                                                 printer-cal-cpr-data 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.38.3
Provides a device specific set of CPR calibration data as a binary string of byte values. It will be necessary to have a decoder for each engine to interpret the data. Additional information: Provides a device specific set of CPR calibration data as a binary string of byte values. It will be necessary to have a decoder for each engine to interpret the data.
                                           supply-out-action-support 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.48
This object is used to determine if a particular capability that allows printing to continue after one or more cartridge has reached out is supported by the device. The collection bits include: cSupplyOutOverride - indicates that continuing to print with an out supply in use is supported. cMonochromePrintingAfterColorCartridgeOut - indicates that continuing to print in monochrome after a color cartridge is out is supported. cPrintingToMaxLife - indicates that printing until max life is reached is supported [monochrome only]. Additional information: This object is used to determine what capabilities are supported by the device for allowing printing to continue after one or more cartridges have reached out. The collection bits include: cCartridgeOutOverride - indicates that continuing to print with an out cartridge in use is supported. cMonochromePrintingAfterColorCartridgeOut - indicates that continuing to print with monochrome after a color cartridge is out is supported.
                                           supply-out-device-state 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.49
This PML object indicates the current behavior of the device if one or more supplies have reached out. If no supply has reached out, the value of this PML object is eNoSupplyOut. If one or more supplies have reached out, the value of this PML object will indicate if the printer is online and if so what mode is being used to continue printing. Additional information: This object indicates the current behavior of the device if one or more supplies have reached out. The enums represent: eNoSupplyOut - No supplies have reached out. eOffline - Printer is offline since one or more supplies have reached out. eCartridgeOutOverride - The cartridge override out is active. eMonochromePrintingAfterColorCartridgeOut - Monochrome printing after a color cartridge out is active.
                                           supply-after-out-state 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.2.50
This object is used to read and write the various status flags indicating whether the consumable was used after out. The collection bits supported include: cNotUsedAfterOut - indicates the consumable was not used in any capacity after out. If cUsedAfterOutInOverrideMode or cUsedAfterOutInMonoPrintingAfterColorOutMode is set, this flag will not be set. cInstalledWhileInOverrideMode - indicates the consumable was installed while Supply Out Override was activated. cUsedAfterOutInOverrideMode - indicates the consumable was used after out while Supply Out Override was activated. cInstalledWhileInMonoPrintingAfterColorOutMode - indicates the consumable was installed while MPACCO was activated. cUsedAfterOutInMonoPrintingAfterColorOutMode - indicates the consumable was used after out while MPACCO was activated. Additional information: This object is used to read the various status flags indicating whether the consumable was used after out. The collection bits include: cNotUsedAfterOut - indicates the consumable is not used after out. cUsedAfterOutInOverrideMode - indicates the consumable was used after out while cartridge out override was actiavted. cInstalledWhileInMonoPrintingAfterColorOutMode - indicates that the consumable was installed while MPACCO was activated. cUsedAfterOutInMonoPrintingAfterColorOutMode - indicates that the consumable was after out while MPACCO was activated.
                                       intray 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3
                                           settings-intray 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1
                                               input-tray-auto-select 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.2
Indicates if the device will automatically try to load media from the next input media tray in the auto-select sequence (defined by each device) when it cannot load media from the current tray. Locked trays will not be permitted in the auto-select sequence. This object has no meaning if there is only one unlocked input media tray. Additional information: Indicates if the device will automatically try to load media from the next input media tray in the auto-select sequence (defined by each device) when it cannot load media from the current tray. Locked trays will not be permitted in the auto-select sequence. This object has no meaning if there is only one unlocked input media tray.
                                               custom-paper-feed-dim 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.8
Sets the printers custom paper dimension in the feed direction (direction parallel to the direction of paper feeding). The value for this object is specified in micrometers or tenthousandths of an inch, depending upon the value of CUSTOM-PAPER-DIM-UNIT. The valid range is engine-dependent and should be documented in the POS for each product. Additional information: Get/Set custom paper dimension (height). The return/set value is either in micrometers or 10,000ths of inches. A tray has to be in custom switch or without media size sensor to be able to set the custom dimension. If it is successfully setting the dimension value, the size of a tray is set to CUSTOM.
                                               custom-paper-xfeed-dim 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.9
Sets the printers custom paper dimension in the cross-feed direction (direction ninety degrees relative to the direction of paper feeding). The value for this object is specified in micrometers or tenthousandths of an inch, depending upon the value of CUSTOM-PAPER-DIM-UNIT. The valid range is engine-dependent and should be documented in the POS for each product. Additional information: Get/Set custom paper dimension (width). The return/set value is either in micrometers or 10,000ths of inches. A tray has to be in custom switch or without media size sensor to be able to set the custom dimension. If it is successfully setting the dimension value, the size of a tray is set to CUSTOM.
                                               default-custom-paper-dim-unit 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.10
The units of measure used to specify the width and height of the printers default custom paper size. The unit of measure of eTenThousandthsOfInches is 0.0001 inches. Additional information: The units of measure used to specify the width and height of the printers default custom paper size. The unit of measure of eTenThousandthsOfInches is 0.0001 inches.
                                               default-custom-paper-feed-dim 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.11
Sets the printers default custom paper size dimension in the feed direction (direction parallel to the direction of paper feeding). The value for this object is specified in micrometers or tenthousandths of an inch, depending upon the value of DEFAULT-CUSTOM-PAPER-DIM-UNIT. The valid range is engine-dependent and should be documented in the POS for each product. Additional information: Sets the printers default custom paper size dimension in the feed direction (direction parallel to the direction of paper feeding). The value for this object is specified in micrometers or tenthousandths of an inch, depending upon the value of DEFAULT-CUSTOM-PAPER-DIM-UNIT. The valid range is engine-dependent and should be documented in the POS for each product.
                                               default-custom-paper-xfeed-dim 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.12
Sets the printers default custom paper size dimension in the cross-feed direction (direction ninety degrees relative to the direction of paper feeding). The value for this object is specified in micrometers or tenthousandths of an inch, depending upon the value of DEFAULT-CUSTOM-PAPER-DIM-UNIT. The valid range is engine-dependent and should be documented in the POS for each product. Additional information: Sets the printers default custom paper size dimension in the cross-feed direction (direction ninety degrees relative to the direction of paper feeding). The value for this object is specified in micrometers or tenthousandths of an inch, depending upon the value of DEFAULT-CUSTOM-PAPER-DIM-UNIT. The valid range is engine-dependent and should be documented in the POS for each product.
                                               input-tray-max-media-feed-dim 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.14
The maximum physical media size in the feed direction of this input device expressed in units of measure specified by INPUT- TRAY-MIN-MAX-DIM-UNIT. A value of (-1) implies unlimited, a value of (-2) implies unknown. Additional information: The maximum physical media size in the feed direction of this input device expressed in units of measure specified by PrtInputDimUnit. A value of (-1) implies unlimited, a value of (-2) implies unknown. Refer to Printer Management Standards web page, http://bldlabs.boi.hp.com/BLDPrinterLab/Project/PrinterManagement, for more details in the original format of the Standard Printer MIB.
                                               input-tray-max-media-xfeed-dim 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.15
The maximum physical media size across the feed direction of a particular input device expressed in units of measure specified by INPUT-TRAY-MIN-MAX-DIM-UNIT. A value of (-1) implies unlimited, a value of (-2) implies unknown. Additional information: The maximum physical media size across the feed direction of this input device expressed in units of measure specified by PrtInputDimUnit. A value of (-1) implies unlimited, a value of (-2) implies unknown. Refer to Printer Management Standards web page, http://bldlabs.boi.hp.com/BLDPrinterLab/Project/PrinterManagement, f or more details in the original format of the Standard Printer MIB.
                                               input-tray-min-media-feed-dim 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.16
The minimum physical media size in the feed direction of a particular input device expressed in units of measure specified by PrtInputMinMaxDimUnit. A value of (-1) implies unlimited, a value of (-2) implies unknown. Additional information: The minimum physical media size in the feed direction of this input device expressed in units of measure specified by PrtInputDimUnit. A value of (-1) implies unlimited, a value of (-2) implies unknown. Refer to Printer Management Standards web page, http://bldlabs.boi.hp.com/BLDPrinterLab/Project/PrinterManagement, for more details in the original format of the Standard Printer MIB.
                                               input-tray-min-media-xfeed-dim 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.17
The minimum physical media size across the feed direction of a particular input device expressed in units of measure specified by PrtInputMinMaxDimUnit. A value of (-1) implies unlimited, a value of (-2) implies unknown. Additional information: The minimum physical media size across the feed direction of this input device expressed in units of measure specified by PrtInputDimUnit. A value of (-1) implies unlimited, a value of (-2) implies unknown. Refer to Printer Management Standards web page, http://bldlabs.boi.hp.com/BLDPrinterLab/Project/PrinterManagement, for more details in the original format of the Standard Printer MIB.
                                               tray-prompt 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.1.19
If this object is set to eDisplay, whenever a paper tray is opened, refilled, and closed in a printer, the end user is prompted with a message To change size or type press check on the control panel. If this object is set to eDoNotDisplay, then the end user will not be prompted with this message whenever a paper tray is opened, refilled, and closed in a printer. Additional information: Whenever a paper tray is opened and closed, the user is provided with two options Display and Do Not Display, through the menu item Size/Type Prompt.On selecting Display he chooses to get prompted with the message to change the size or type of paper. Whereas he is not prompted with this message in case he chooses Do Not Display.
                                           intrays 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3
                                               intray1 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1
                                                   tray1-media-size-loaded 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1.1
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 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.
                                                   tray1-phd 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1.12
Provides the number of the Paper Handling Device that contains this input tray. Additional information: Provides the number of the Paper Handling Device that contains this input tray.
                                               intray2 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.2
                                                   tray2-media-size-loaded 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.2.1
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: Returns the media size that is currently configured in tray #2.
                                                   tray2-phd 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.2.12
Provides the number of the Paper Handling Device that contains this input tray. Additional information: Provides the number of the Paper Handling Device that contains this input tray.
                                               intray3 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.3
                                                   tray3-media-size-loaded 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.3.1
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: Returns the media size that is currently configured in tray #3.
                                                   tray3-phd 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.3.12
Provides the number of the Paper Handling Device that contains this input tray. Additional information: Provides the number of the Paper Handling Device that contains this input tray.
                                               intray5 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.5
                                                   tray5-media-size-loaded 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.5.1
Returns the media size that is currently configured in tray #5. 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 #5.
                                                   tray5-phd 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.5.12
Provides the number of the Paper Handling Device that contains this input tray. Additional information: Provides the number of the Paper Handling Device that contains this input tray.
                                       outbin 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4
                                           settings-outbin 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.1
                                               overflow-bin 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.1.4
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: 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. The data for this object is stored in NVRAM.
                                           outbins 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3
                                               outbin1 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.1
                                                   outbin1-override-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.4.3.1.9
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: Returns or sets the device behavior when this output bin condition causes printing to stop. cCancelJob - The device cancels the job, regardless of other bit settings. cOutbinFullOverride - The device sends subsequent media to the overflow bin. If this bin is the overflow bin, this bit is ignored. cOutbinAttentionOverride - The device ignores the attention condition and continues printing. cBinderAttentionOverride - The device ignores the binder attention condition and continues printing. 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).
                                       marking-agent 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.5
                                           settings-marking-agent 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.5.1
                                               marker-density-calibration 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.5.1.11
Returns the calibration status or triggers a calibration cycle. All calibration procedures are used if set to eCalibrateALL. If set to eCalibrateColor then a full density engine calibration is triggered. If set to eCalibrateColorPlaneRegistration, then a Color Plane Registration calibration is triggered. If set to eCalibrateDrumPhaseAdjustment, then a Drum Phase Adjustment calibration is triggered. Note that eNotCalibrating and eCalibrateBlackOnly are read-only values. eNotCalibrating is returned when no calibrations are executing. eCalibrateBlackOnly is returned when a density engine calibration is executing while in MPACCO mode. Additional information: Returns the calibration status or triggers a calibration cycle. All calibration procedures are used if set to eCalibrateALL. If set to eCalibrateColor then a full density engine calibration is triggered. If set to eCalibrateHalftone, then a Halftone calibration is triggered. If set to eCalibrateColorPlaneRegistration, then a Color Plane Registration calibration is triggered. If set to eCalibrateDrumPhaseAdjustment, then a Drum Phase Adjustment calibration is triggered. Note that eNotCalibrating and eCalibrateBlackOnly are read-only values. eNotCalibrating is returned when no calibrations are executing. eCalibrateBlackOnly is returned when a density engine calibration is executing while in MPACCO mode.
                                       imaging 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.6
                                           default-ret 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.6.5
to be returned, but the new value will not take effect until a job boundary is reached. If a get is done on object before the job boundary is reached, the value last set will be returned. The value of this object is saved over a powercycle. This object exists on monochrome printers only.
                                           default-mfp-color-space 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.6.10
Which color space to use CMY for color, Subtractive Gray for mono. Additional information: Which color space to use- CMY for color, Subtractive Gray for mono.
                                       ph 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7
                                           settings-ph 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.1
                                               tray-disable-use-instead 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.7.1.1
If this object is set to eEnabled, the paper mount message that is normally posted(To use another tray....) is turned off thereby disallowing the user to specify another tray from which paper can be taken for printing. However, on setting this object to eDisabled the paper mount message is posted allowing the user to specify another tray for paper feed. Additional information: The feature provides a menu item under TRAY BEHAVIOUR, i.e USE ANOTHER TRAY which has two options ENABLED and DISABLED. Whenever the menu item is set to ENABLED, it provides the user with the ability to select another tray from which paper could be provided for the job. However on selecting DISABLED forces the user to provide paper through the same tray, after the paper mount message is posted, in either cases.
                                       print-media 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8
                                           settings-print-media 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.1
                                               media-names-available 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.1.1
will be returned.
                                               north-edge-offset 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.1.2
Returns or sets the number of 300 dpi dots by which the image is shifted. Shift is relative to 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. The adjustment is for all pages printed. A positive value moves the image away from the leading edge of the medium. A negative value moves the image closer to the leading edge of the medium. The value 0 will return the image to its factory default position. Additional information: Returns or sets the number of 300 dpi dots by which the image is shifted. Shift is relative to 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 ob server. The adjustment is for all pages printed. A positive value moves the image away from the leading edge of the medium. A negative value moves the image closer to the leading edge of the medium. The value 0 will return the image to its factory default position. The value of this object is stored in NVRAM.
                                           media-info 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3
                                               media1 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1
                                                   media1-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1.1
Media 1 name. Additional information: The order of these objects is determined by the order of SysOD_MediaTypeEnum. The symbol set for this string is Roman-8.
                                                   media1-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1.2
to be returned. This string is localized according to prtConsoleLocalization. If this object represents a standard type, and the user attempts to set the object, OK Nearest Legal Value Substituted will be returned, and the standard value is retained. If this object represents a user defined type, and the user attempts to set the object, then the set will be successfull.
                                                   media1-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1.3
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: Number of sheets of media 1 that have been printed. This page count is 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.
                                                   media1-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.1.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: Displays the engine processing characterstics that are applied to this media type.
                                               media2 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2
                                                   media2-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2.1
Media 2 name. Additional information: See MEDIA1-NAME.
                                                   media2-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2.2
Length restricted version of the media name 2. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                   media2-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2.3
Number of sheets of media 2 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                   media2-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.2.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media3 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3
                                                   media3-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3.1
Media 3 name. Additional information: See MEDIA1-NAME.
                                                   media3-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3.2
Length restricted version of the media name 3. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                   media3-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3.3
Number of sheets of media 3 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                   media3-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.3.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media4 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4
                                                   media4-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4.1
Media 4 name. Additional information: See MEDIA1-NAME.
                                                   media4-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4.2
Length restricted version of the media name 4. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                   media4-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4.3
Number of sheets of media 4 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                   media4-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.4.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media5 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5
                                                   media5-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5.1
Media 5 name. Additional information: See MEDIA1-NAME.
                                                   media5-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5.2
Length restricted version of the media name 5. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                   media5-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5.3
Number of sheets of media 5 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                   media5-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.5.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media6 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6
                                                   media6-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6.1
Media 6 name. Additional information: See MEDIA1-NAME.
                                                   media6-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6.2
Length restricted version of the media name 6. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                   media6-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6.3
Number of sheets of media 6 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                   media6-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.6.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media7 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7
                                                   media7-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7.1
Media 7 name. Additional information: See MEDIA1-NAME.
                                                   media7-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7.2
Length restricted version of the media name 7. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                   media7-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7.3
Number of sheets of media 7 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                   media7-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.7.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media8 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8
                                                   media8-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8.1
Media 8 name. Additional information: See MEDIA1-NAME.
                                                   media8-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8.2
Length restricted version of the media name 8. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                   media8-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8.3
Number of sheets of media 8 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                   media8-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.8.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media9 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9
                                                   media9-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9.1
Media 9 name. Additional information: See MEDIA1-NAME.
                                                   media9-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9.2
Length restricted version of the media name 9. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                   media9-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9.3
Number of sheets of media 9 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                   media9-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.9.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media10 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10
                                                     media10-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10.1
Media 10 name. Additional information: See MEDIA1-NAME.
                                                     media10-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10.2
Length restricted version of the media name 10. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media10-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10.3
Number of sheets of media 10 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media10-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.10.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media11 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11
                                                     media11-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11.1
Media 11 name. Additional information: See MEDIA1-NAME.
                                                     media11-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11.2
Length restricted version of the media name 11. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media11-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11.3
Number of sheets of media 11 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media11-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.11.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media12 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12
                                                     media12-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12.1
Media 12 name. Additional information: See MEDIA1-NAME.
                                                     media12-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12.2
Length restricted version of the media name 12. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media12-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12.3
Number of sheets of media 12 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media12-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.12.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media13 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13
                                                     media13-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13.1
Media 13 name. Additional information: See MEDIA1-NAME.
                                                     media13-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13.2
Length restricted version of the media name 13. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media13-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13.3
Number of sheets of media 13 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media13-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.13.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media14 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14
                                                     media14-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14.1
Media 14 name. Additional information: See MEDIA1-NAME.
                                                     media14-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14.2
Length restricted version of the media name 14. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media14-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14.3
Number of sheets of media 14 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media14-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.14.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media15 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15
                                                     media15-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15.1
Media 15 name. Additional information: See MEDIA1-NAME.
                                                     media15-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15.2
Length restricted version of the media name 15. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media15-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15.3
Number of sheets of media 15 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media15-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.15.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media16 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.16
                                                     media16-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.16.1
Media 16 name. Additional information: See MEDIA1-NAME.
                                                     media16-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.16.2
Length restricted version of the media name 16. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media16-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.16.3
Number of sheets of media 16 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media16-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.16.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media17 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.17
                                                     media17-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.17.1
Media 17 name. Additional information: See MEDIA1-NAME.
                                                     media17-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.17.2
Length restricted version of the media name 17. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media17-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.17.3
Number of sheets of media 17 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media17-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.17.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media18 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.18
                                                     media18-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.18.1
Media 18 name. Additional information: See MEDIA1-NAME.
                                                     media18-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.18.2
Length restricted version of the media name 18. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media18-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.18.3
Number of sheets of media 18 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media18-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.18.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media19 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.19
                                                     media19-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.19.1
Media 19 name. Additional information: See MEDIA1-NAME.
                                                     media19-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.19.2
Length restricted version of the media name 19. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media19-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.19.3
Number of sheets of media 19 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media19-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.19.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media20 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.20
                                                     media20-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.20.1
Media 20 name. Additional information: See MEDIA1-NAME.
                                                     media20-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.20.2
Length restricted version of the media name 20. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media20-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.20.3
Number of sheets of media 20 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media20-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.20.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media21 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.21
                                                     media21-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.21.1
Media 21 name. Additional information: See MEDIA1-NAME.
                                                     media21-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.21.2
Length restricted version of the media name 21. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media21-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.21.3
Number of sheets of media 21 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media21-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.21.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media22 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.22
                                                     media22-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.22.1
Media 22 name. Additional information: See MEDIA1-NAME.
                                                     media22-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.22.2
Length restricted version of the media name 22. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media22-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.22.3
Number of sheets of media 22 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media22-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.22.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media23 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.23
                                                     media23-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.23.1
Media 23 name. Additional information: See MEDIA1-NAME.
                                                     media23-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.23.2
Length restricted version of the media name 23. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media23-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.23.3
Number of sheets of media 23 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media23-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.23.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media24 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.24
                                                     media24-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.24.1
Media 24 name. Additional information: See MEDIA1-NAME.
                                                     media24-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.24.2
Length restricted version of the media name 24. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media24-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.24.3
Number of sheets of media 24 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media24-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.24.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media25 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.25
                                                     media25-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.25.1
Media 25 name. Additional information: See MEDIA1-NAME.
                                                     media25-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.25.2
Length restricted version of the media name 25. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media25-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.25.3
Number of sheets of media 25 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media25-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.25.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                               media26 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.26
                                                     media26-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.26.1
Media 26 name. Additional information: See MEDIA1-NAME.
                                                     media26-short-name 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.26.2
Length restricted version of the media name 26. See MEDIA1-SHORT-NAME for details. Additional information: See MEDIA1-SHORT-NAME.
                                                     media26-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.26.3
Number of sheets of media 26 that have been printed. See MEDIA1-PAGE-COUNT for details. Additional information: See MEDIA1-PAGE-COUNT.
                                                     media26-engine-media-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.3.26.4
The engine processing characteristics that are to be applied to this media. The processing characteristics are device specific. Additional information: See the description for MEDIA1-ENGINE-MEDIA-MODE.
                                           media-modes 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.4
                                               engine-media-modes-supported1 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.4.1
The list of engine media modes supported by the device. The modes are each separated by a comma character. An example string would be: Normal,Rough,Low,Vellum. Additional information: The list of engine media modes supported by the device. The modes are each separated by a comma character. An example string would be: Normal,Rough,Low,Vellum.
                                           media-size 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.5
                                               media-size-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.5.1
The number of impressions printed on sheets of this media size. The device POS should state whether this value is lost across a power cycle or is kept in permanent storage. Additional information: The value of this object is persistent across a power cycle. The index for these objects, the last number of the OID, uniquely identifies the paper size. This value corresponds to the page sizes listed below. These values are also documented in the PCL Implementors Guide and the PML Master MIB. 1 US-Executive 2 US-Letter 3 US-Legal 11 eLedger 15 Statement 17 ROC 16K 18 JIS Executive 19 eROC8K 25 ISO and JIS A5 26 ISO and JIS A4 27 ISO and JIS A3 45 JIS B5 46 JIS B4 65 ISO B5 72 eJapanesePostcardDouble 80 Monarch 81 Commercal-10 90 International DL 91 International C5 100 International B5 101 Custom 258 eUSLetterR 282 ISO JISA4R 32767 Unknown Paper Size
                                               media-size-west-edge-first-side-offset 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.5.2
Returns or sets the number of 300 dpi dots by which the image is shifted relative to the west edge of the medium (see NORTH-EDGE-OFFSET). The adjustment is for the first printed side of the medium only. A positive value moves the image away from the west edge of the medium. A negative value moves the image closer to the west edge of the medium. The value 0 will return the image to its factory default position. Additional information: Returns or sets the number of 300 dpi dots by which the image is shifted relative to the west edge of the medium (see NORTH-EDGE-OFFSET). The adjustment is for the first printed side of the medium only. A positive value moves the image away from the west edge of the medium. A negative value moves the image closer to the west edge of the medium. The value 0 will return the image to its factory default position. The values in the sub array index are from the media size table in the hpmib. This adjustment is done on a paper size by paper size basis. The standard PCL5 codes for paper size are used for the value used in the OID. Please see S_ARRAY_SUB1 for legal
                                               media-size-west-edge-second-side-offset 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.5.3
Returns or sets the number of 300 dpi dots by which the image is shifted relative to the west edge of the medium (see NORTH-EDGE-OFFSET). The adjustment is for the second printed side of the medium only. A positive value moves the image away from the west edge of the medium. A negative value moves the image closer to the west edge of the medium. The value 0 will return the image to its factory default position. Additional information: Returns or sets the number of 300 dpi dots by which the image is shifted relative to the west edge of the medium (see NORTH-EDGE-OFFSET). The adjustment is for the second printed side of the medium only. A positive value moves the image away from the west edge of the medium. A negative value moves the image closer to the west edge of the medium. The value 0 will return the image to its factory default position. The values in the sub array index are from the media size table in the hpmib. This adjustment is done on a paper size by paper size basis. The standard PCL5 codes for paper size are used for the value used in the OID. Please see S_ARRAY_SUB1 for legal values. The data for this object is stored in NVRAM.
                                               media-size-west-edge-side-offset-by-tray 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.5.4
Returns or sets the number of 300 dpi dots by which the image is shifted relative to the west edge of the medium (see NORTH-EDGE-OFFSET). A positive value moves the image away from the west edge of the medium. A negative value moves the image closer to the west edge of the medium. The value 0 will return the image to its factory default position. Each OID binding corresponds to a valid tray number for this product. There can be a maximum of 15 trays, a combination of internal and external trays. Products that support other combinations of trays will specify this information in the device pos. The data for this object is stored in NVRAM. Additional information: Returns or sets the number of 300 dpi dots by which the image is shifted relative to the west edge of the medium (see NORTH-EDGE-OFFSET). A positive value moves the image away from the west edge of the medium. A negative value moves the image closer to the west edge of the medium. The value 0 will return the image to its factory default position. Each OID binding corresponds to a valid tray number for this product. There can be a maximum of 15 trays, a combination of internal and external trays. Products that support other combinations of trays will specify this information in the device pos. The data for this object is stored in NVRAM.
                                           media-counts 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.7
                                               non-assured-oht-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.7.1
This is a count of the number of invalid (non-HP Laser Jet) transparencies that have been printed on. This value is incremented every time an invalid OHT is printed on It is reset whenever the fuser count is set to 0. Additional information: This is a count of the number of invalid (non HP Laser Jet) transparencies that have been printed on. This value is incremented every time an invalid OHT is printed on. It is reset whenever the fuser count is set to 0.
                                           media-types 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.8
                                               media-number-of-type-supported 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.8.1
Indicates the maximum number of supported media types. Additional information: Indicates the number of supported media type. This also indicates which bit in MEDIA-NAMES-AVAILABLE is significant
                                       consumables 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10
                                             consumables-1 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.1
                                                 consumable-status 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.1.1
                                                     consumable-status-formatter-color-page-count 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.1.1.46
This object is used to report the number of color pages that have been printed by this consumable. Additional information: This object is used to report the number of color pages that have been printed by a consumable.
                                                     consumable-status-page-count-out-while-cartridge-out-override-active 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.1.1.60
This PML object is used to report the number of pages that have been printed while this consumable was out and Cartridge Out Override was active. Additional information: This object is used to report the number of pages that have been printed while this consumable was out and cartridge out override was active. Note that the object has write access in debug mode.
                                             consumable-reorder-url 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.2
This object is used to read and write the URL that can be used to reorder consumables for this device. This URL is set at the factory but can be updated by a reseller or third party. Additional information: The URL can be up to 64 characters long.
                                             consumables-status 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.5
                                                 consumables-life 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.5.1
                                                     consumable-life-usage-units-remaining 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.5.1.1
This object reports the current estimate of the number of usage units that remain before this supply is depleted. An installed supply that cannot report such a number will return a value of -2. It is the reponsibility of the host application to query each supply in order to determine an overall device USAGE-UNITS-REMAINING number - the lowest value returned. The unit of measure for this life estimate is determined by reading the corresponding CONSUMABLE-LIFE-USAGE-UNITS object. Additional information: This object will return the Pages or Estimated Pages remaining for the speciffic supply requested by the leaf node of this object.
                                                     consumable-life-usage-units 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.5.1.2
This object reports current usage units in use by the corresponding CONSUMABLE-LIFE-USAGE-UNITS-REMAINING object. Additional information: This object returns the units that CONSUMABLE-LIFE-USAGE-UNITS-REMAINING is returned in. Either ePagesRemaining(1) or eEstimatedPagesRemaining(2).
                                                     consumable-life-low-threshold 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.5.1.3
This object is used to report and modify a threshold value indicating the point in the life of a consumable or supply at which a transition to a LOW state will occur.
                                             consumable-current-state 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.7
This PML object returns the current state of the particular consumable. cAuthLevel1 - Consumable is at Authentication Level 1 cAuthLevel2 - Consumable is at Authentication Level 2 cAuthLevel3 - Consumable is at Authentication Level 3 cAuthLevel4 - Consumable is at Authentication Level 4 cAuthLevel5 - Consumable is at Authentication Level 5 cGenuineHPUnsupported - Cartridge is GenuineHP intended for another product cDefectiveMemory - Cartridge has a defective memory tag cMissingMemory - Memory tag is missing from the cartridge cLowCondition - Consumable has reached the engine low threshold cOutCondition - Consumable has reached its out threshold cIncorrect - Cartridge inserted is not the correct one cMissing - Consumable is missing from the printer cConfigurableLow - Consumable has reached the configurable low threshold value cStatusArevalid - The status reported on other bits are valid only if the bit is set to 1. If it is 0, the values are invalid. cExpired - Is the cartridge expired, which is determined by the formatter. cFailure - Cartridge has failed determined by the engine. cLeak - Cartridge has a leak as determined by the engine. cUnknownManufacturer - the brand of the cartridge is unknown as determined by the engine. cUnsupported --- Cartridge is not supported as determined by the engine. These are the possible states and whenever the consumable is in any of these states, the appropriate bit will be set. The cLowCondition will be set when the consumable reaches the engine low threshold, and cConfigurableLow will be set when the consumable reaches the Configurable Low threshold value. For non-cartridge supplies only cLowCondition, cOutCondition, and cMissing will be supported. Additional information: This object returns the current state of the particular consumable. cAuthLevel1 - Consumable is at Authentication Level 1 cAuthLevel2 - Consumable is at Authentication Level 2 cAuthLevel3 - Consumable is at Authentication Level 3 cAuthLevel4 - Consumable is at Authentication Level 4 cGenuineHPUnsupported - Cartridge is GenuineHP intended for another product cDefectiveMemory - Cartridge has a Defective Memory cMissingMemory - Memory is Missing from the Cartridge cLowCondition - Consumable has reached its low threshold cOutCondition - Consumable has reached its out threshold cIncorrect - Cartridge inserted is not the correct one cMissing - Consumable is Missing from the Printer cConfigurableLow - Consumable has reached the configurable low threshold value cStatusAreValid - The Status reported on other bits are valid only if this bit is set to 1. If it is 0, the values are invalid. These are the possible states and whenever a Consumable is in any of these states, the appropriate bit will be set. For Non Cartridge Supplies only cLowCondition, cOutCondition and cMissing will be supported.
                                             consumable-string 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.8
                                                 consumable-string-information 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.8.1
This object is used to read and write the string value that describes the consumable information.
                                                 consumable-string-information-reset 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.8.2
This object is used to reset (set back to factory default) or read the current status of the corresponding information string. When Set to eResetToDefault, this object can be used to reset the corresponding information object back to its factory default value. Setting this object with an enumerated value of eCustomized has no effect. When a Get operation is performed on this object it will return a value eResetToDefault if still set to its factory value. It will return eCustomized if the corresponding information value has been set to a custom value. Additional information: This object returns ePresetToNVRAM(1) if CONSUMABLE-STRING-INFORMATION is currently set to the default string. It will return eCustomized(2) otherwise. However, we can explicitly set this object only to ePresetToNVRAM(1) and not eCustomized(2).
                                             device-used-while-cartridge-out-override-active 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.9
Returns eUsed if the device has ever been used while Cartridge Out Override is activated. Merely enabling cartridge out override will not cause eUsed to be returned. Cartridge Out Override must be activated by a cartridge becoming out and device must be used in that mode. Additional information: This PML object can be used to determine whether the device has ever been used while cartridge out override is activated. Merely enabling cartridge out override will not cause eUsed to be returned. Cartridge out override must be activated by a cartridge becoming out and device must be used in that mode.
                                             consumable-notification-status 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.10.10
This object is used to read and write the various status flags supported by this consumable. For Laserjet 4700 MFP the collection bits supported include: cClient1ReorderNotificationSent - indicates whether EWS (Embedded Web Server) has already sent the reorder notification e-mail for this consumable. This bit can be both read and written. cClient2ReorderNotificationSent - indicates whether WJA (Web Jet Admin) has already sent the reorder notification e-mail for this consumable. This bit can be both read and written. cClient3ReorderNotificationSent - for future implementation cClient4ReorderNotificationSent - for future implementation cClient5ReorderNotificationSent - for future implementation cClient1ReplaceNotificationSent - indicates whether EWS (Embedded Web Server) has already sent the replace notification e-mail for this consumable. This bit can be both read and written. cClient2ReplaceNotificationSent - indicates whether WJA (Web Jet Admin) has already sent the replace notification e-mail for this consumable. This bit can be both read and written. cClient3ReplaceNotificationSent - for future implementation cClient4ReplaceNotificationSent - for future implementation cClient5ReplaceNotificationSent - for future implementation Additional information: If the cartridge is deemed to be NonHP, then this object will not exist. This object will have 1 sub arrays for the consumable. The client1 and 2 currently are assingned to EWS and WJA the remaining client are reserved for the future third party pml tools. A client is requiered to set only his assigned bit for reorder or replace notification. A client using other clients bit for reorder replace will result in the other client being not able to set the notification. Ex: For EWS ReOrderNotification it will send 0x00010000 and For EWS ReplaceNotification it will send 0x00000001 For WJA ReOrderNotification it will send 0x00020000 and For WJA ReplaceNotification it will send 0x00000002
                                       print-meter 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.11
                                             printer-average 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.11.1
                                                 printer-average-marking-agent-coverage 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.11.1.1
This object is used to read the average marking agent coverage for a given color plane. It is a real number that represents percentage full and will read from 0 to 100%. This object obsoletes or replaces USAGE-AVERAGE-TONER-COVERAGE which could only be used for black toner coverage information. Additional information: The average percent of toner coverage for a specific color plane. The OID binding is the color plane. Only color planes which the printer supports will be available. This is only available if a hard disk is installed.
                                                 printer-average-marking-agent-coverage-sum 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.11.1.2
This object is used to read the accumulated sum of the percent coverage numbers calculated on a per page basis over the life of the printer. Additional information: The sum of the percent toner coverages for all impressions printed. The OID binding is the color plane. Only color planes which the printer supports will be available.
                                                 printer-average-marking-agent-coverage-sum-squared 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.11.1.3
This object is used to read the accumulated sum of the squares of the percent coverage numbers calculated on a per page basis over the life of the printer. Additional information: The sum of the percent toner coverages squared for all impressions printed. The OID binding is the color plane. Only color planes which the printer supports will be available.
                                                 printer-average-marking-agent-units-per-gram 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.11.1.4
This object is used to read the marking agent units of measure per gram. This is typically a conversion factor for converting pixels of toner to grams. This pixels-per-gram value is used to calculate the estimated number of pages remaining for a given marking agent.
                                                 printer-average-marking-agent-coverage-actual 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.11.1.5
This object is used to read the actual average marking agent coverage for a given color plane. It is a real number that represents percent coverage and will read from 0 to 100%. This object will return the same value as PRINTER-AVERAGE-MARKING-AGENT-COVERAGE except under certain conditions which will be specified in the device POS.
                                       menus 1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.13
                               copier 1.3.6.1.4.1.11.2.3.9.4.2.1.5
                                   settings-copier 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1
                                       default-copier-media-size 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.9
Sets the default copy paper size. The device will scan and format the print data based on the value of this object. The device behavior when the scanned media or print media does not match the value of this object should be documented in the device POS. (for a full list of media size enums see the end of this file)
                                       default-copier-image-type 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.10
Specifies the dither matrix used when performing a copy operation.
                                       copier-media-type 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.14
Returns or sets the copier media type. This value is stored in NVRAM, hence the value is saved over power cycles. Additional information: Returns or sets the copier media type. This value is stored in NVRAM, hence the value is saved over power cycles.
                                       default-copy-duplex-mode 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.28
Returns or sets the duplex copying mode. Duplex printing is when printing occurs on both sides of a sheet of media. Long edge binding is also called vertical binding or book binding. Short edge binding is also called horizontal binding or calendar binding. eSimplexToSimplex: takes image data from only one side of the original document, and print only on one side of each copy. eSimplexToDuplexLongEdgeBinding: takes image data from only one side of the original document, and print to both sides of each copy. The images are rotated so that if the media is rotated along the axis of the long edge of the media, both images would appear as in the original. eSimplexToDuplexShortEdgeBinding: takes image data from only one side of the original document, and print to both sides of each copy. The images are rotated so that if the media is rotated along the axis of the short edge of the media, both images would appear as in the original. eDuplexToDuplex: takes image data from both sides of the original document, and print on both sides of each copy. eDuplexToSimplexLongEdgeBinding: takes image data from both sides of the original document, and prints to only one side of each copy. The images are rotated so that if the media is rotated along the axis of the long edge of the media, both images would appear as in the original. eDuplexToSimplexShortEdgeBinding: takes image data from both sides of the original document, and prints to only one side of each copy. The images are rotated so that if the media is rotated along the axis of the short edge of the media, both images would appear as in the original. Additional information:
                                       default-copy-input-tray 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.29
This describes the default input tray to be used. The correspondence between enumerated values and actual trays is device defined (and device dependent). The supported writable enumerated values are device specific.
                                       default-copy-output-bin 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.30
This describes the default output bin to be used. The correspondence between enumerated values and actual bins is device defined (and device dependent). The supported writable enumerated values are device specific.
                                       default-copy-reset-timeout 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.31
The time, in seconds, that the printer will wait before automatically reverting to default copy settings. Additional information: This value is saved over a powercycle.
                                       default-copier-quantity 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.32
This item configures the default copy quantity. Additional information: This value is saved over a powercycle.
                                       default-copier-flip-pages-up 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.33
This item configures the default for the copy flip-pages-up status.
                                       default-copier-pages-per-sheet 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.34
Selects a special digital copier mode as follows: eNone: This is the normal copy mode, which means none of the special features are in effect. eTwoUp : Scans in 2 pages and produces 2 rotated images on a single output page. eFourUpNOrder : Scans in 4 pages and produces 4 scaled down images on a single output page. Images are placed in top down, left to right order. eFourUpZOrder : Scans in 4 pages and produces 4 scaled down images on a single output page. Images are placed in left to right, top down order.
                                       default-copier-page-borders 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.35
Selects a page boarder mode as follows: eNone : This is the normal copy mode, which no boarder is drawn. eLine : A simple border box is drawn around each scanned image.
                                       default-copier-collate 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.36
This describes the default setting used to stack the output of a set of copies. eCollate : Copies are stacked 1st page of 1st copy, 2nd page of 1st copy, 3rd page of 1st copy, etc. eUncollate: Copies are stacked 1st page of 1st copy, 1st page of 2nd copy, 1st page of 3rd copy, etc.
                                       default-copier-contrast 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.37
This item configures the default Intensity (brightness/contrast) setting. The number of discrete units should be application dependent.
                                       default-copier-edge-to-edge 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.38
This item configures the default edge-to-edge setting for copy jobs.
                                       copy-job-scan-ahead 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.39
When eOn, this implements the no-wait scanning feature. Originals are scanned to disk while waiting for the printer to become available. Default is eOn.
                                       copy-job-auto-interrupt 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.40
When eOn, a walk-up job will automatically interrupt an already-printing mopy jobat a mopy boundary. Default is eOff.
                                       copy-job-interrupt-copy-jobs 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.41
When eOn, this prompts the user whether to interrupt an already-printing copy job when a new copy job is started. Default is eOff.
                                       copy-job-hold-off-print-jobs 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.42
Controls whether new or pending print jobs can begin while a walk-up user is setting up a job. That is, for copy jobs and scan jobs, when eOn this prevents print jobs from starting while a walk-up user is setting up a job. Default is eOn.
                                       copy-job-hold-time 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.43
Prevents non-copy print jobs from starting for specified interval after copy job is completely printed. Defined in seconds.
                                       default-copy-job-chromaticity 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.58
Determines the default copy job color setting. eMono(1) is mono and eColor(2) is color. Additional information: Determines the default copy job color setting. eMono(1) is mono and eColor(2) is color. This PML id is obsolete and this is a redundant to default-mfp-color-space
                                       first-copy-speed 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.59
This describes the warm-up mode used for the first copy eNoEarlyWarmup: With this the fast first copy feature is disabled. eEarlyWarmup: Early warm up is present and fast first copy is enabled. Additional information: This describes the warm-up mode used for the first copy eNoEarlyWarmup: With this the fast first copy feature is disabled. eEarlyWarmup: Early warm up is present and fast first copy is enabled.
                                       copier-job-border-setting 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.60
Specifies whether the next copier job shall be printed to the edges of the paper. eWithBorder: Image output shall maintain a unprinted border. eBorderless : Image output shall print to the edges of the media. Additional information: Specifies whether the next copier job shall be printed to the edges of the paper. eWithBorder: Image output shall maintain a unprinted border. eBorderless : Image output shall print to the edges of the media.
                                       color-copy-enabled 1.3.6.1.4.1.11.2.3.9.4.2.1.5.1.67
If this object is set to eEnabled, the MFP allows the user to make color copies, else mono copies can only be made.
                               channel 1.3.6.1.4.1.11.2.3.9.4.2.1.6
                                   channelprinteralert 1.3.6.1.4.1.11.2.3.9.4.2.1.6.2
Identifies the values of prtAlertIndex, prtAlertSeverityLevel, prtAlertGroup, prtAlertGroupIndex, prtAlertLocation, and prtAlertCode for the latest critical evnet in the prtAlertTable. The binary string is defined as following:
                               tables 1.3.6.1.4.1.11.2.3.9.4.2.1.7