MC2350-MIB: View SNMP OID List / Download MIB

VENDOR: MINOLTA CO.


 Home MIB: MC2350-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
 minolta 1.3.6.1.4.1.2590
           mltMgmt 1.3.6.1.4.1.2590.1
               mltMib 1.3.6.1.4.1.2590.1.1
                   mltSystem 1.3.6.1.4.1.2590.1.1.1
                       mltPrinter 1.3.6.1.4.1.2590.1.1.1.1
                           mltPrinterMib 1.3.6.1.4.1.2590.1.1.1.1.6
                               mltPrtMibInfo 1.3.6.1.4.1.2590.1.1.1.1.6.1
                                   mltPrtMibVersion 1.3.6.1.4.1.2590.1.1.1.1.6.1.1 displaystring read-only
The standardization version of MIB implemented in a printer. This indicates the version of the Private Printer MIB that is implemented. There are some mib objects that indicate the Mib Version. (mltSysMibVersion, mltPrtMibVersion, mltScnMibVersion, mltNetMibVersion, mltJmMibVersion) But, the each mib version should be same version. Especially, the each major versions must be same. A string specifying Printer MIB Standard specification version. General form is ##.XX. ## is indicating major revision, and XX is minor revision. Decimal point is ASCII-coded period.
                               mltPrtCommand 1.3.6.1.4.1.2590.1.1.1.1.6.4
                                   mltPrtCommandTable 1.3.6.1.4.1.2590.1.1.1.1.6.4.1 no-access
The table for showing the command information of printer relation. This table must be implemented even if no function in this table are supported by a model.
                                       mltPrtCommandEntry 1.3.6.1.4.1.2590.1.1.1.1.6.4.1.1 no-access
An entry exists in this table for each device entry in the hostmib device table whose type is 'printer'.
                                           mltPrtCommandOnline 1.3.6.1.4.1.2590.1.1.1.1.6.4.1.1.1 integer read-write
Indicate printer online or offline. If printer has no online button, this value should be notSupported (0) as read-only. Enumeration: 'offLine': 2, 'notSupported': 0, 'onLine': 1.
                                           mltPrtCommandJobCancel 1.3.6.1.4.1.2590.1.1.1.1.6.4.1.1.2 integer read-write
Command of cancel job. If printer has not job cancel function, this value should be notSupported (0) as read-only. In normal condition, this value should be notCancel (1). If canceling job, set this object jobCancel (2). Enumeration: 'notSupported': 0, 'notCancel': 1, 'jobCancel': 2.
                                           mltPrtCommandJobProceed 1.3.6.1.4.1.2590.1.1.1.1.6.4.1.1.3 integer read-write
Command of proceeds. If printer has not proceed function, this value should be notSupported (0) as read-only. In normal condition, this value should be notProceed (1). If proceeding job, set this object proceed (2). Enumeration: 'notProceed': 1, 'notSupported': 0, 'jobProceed': 2.
                                   mltPrtPrintPageTable 1.3.6.1.4.1.2590.1.1.1.1.6.4.2 no-access
A table of printable configuration print. If a printer does not support print the test pages from network access, this table needs not to be implemented.
                                       mltPrtPrintPageEntry 1.3.6.1.4.1.2590.1.1.1.1.6.4.2.1 no-access
Information about printer's configuration prints. Entries may exist in the table for each device index whose device type is 'printer'.
                                           mltPrtPrintPageIndex 1.3.6.1.4.1.2590.1.1.1.1.6.4.2.1.1 integer read-only
Index for uniquely distinguishing the page held within a printer. Although the value of index depends on an implementation,
                                           mltPrtPrintPageName 1.3.6.1.4.1.2590.1.1.1.1.6.4.2.1.2 displaystring read-only
The name of the page, which can be printed. The value that should be implemented depends on an implementation of a model and it should be common with a manual etc.
                                           mltPrtPrintCommand 1.3.6.1.4.1.2590.1.1.1.1.6.4.2.1.3 integer read-write
Command of print page. In normal condition , this value should be supported (1). If print page, set this object print (2). Enumeration: 'print': 2, 'supported': 1.
                               mltPrtConfig 1.3.6.1.4.1.2590.1.1.1.1.6.5
                                   mltPrtSysConfigTable 1.3.6.1.4.1.2590.1.1.1.1.6.5.1 no-access
A table of configurations for printer. This table must be implemented even if no functions in this table are supported.
                                       mltPrtSysConfigEntry 1.3.6.1.4.1.2590.1.1.1.1.6.5.1.1 no-access
An entry exists in this table for each device entry in the hostmib device table whose type is 'printer'.
                                           mltPrtJobLanguage 1.3.6.1.4.1.2590.1.1.1.1.6.5.1.1.1 integer read-write
Configuration printer job language. Only in the case that a printer has a function of setting(changing) this default printer language, this object is implemented as RW. In the other case, this object should be implemented as RO. In case of PCL/PS printer, default value is Auto(0). If necessary, PCL(1)/PS(2) is changeable. In case of printer has only one interpreter (PCL or PS), this object should be pcl(1) or ps (2) as RO. In case of GDI printer, this value is GDI(3) (RO). Enumeration: 'linePrinter': 4, 'ps': 2, 'auto': 0, 'other': 7, 'pcl': 1, 'gdi': 3.
                                           mltPrtPowerSave 1.3.6.1.4.1.2590.1.1.1.1.6.5.1.1.2 integer read-write
Timer value setting before the power save mode is asserted. Unit is minutes. If '0' is selected, the controller doesn't enter Power Save mode. If this value is -1, printer doesn't support power save mode. If out of spec value is set, Error is returned.
                                           mltPrtAutoContinue 1.3.6.1.4.1.2590.1.1.1.1.6.5.1.1.3 integer read-write
The setting whether printing will automatically recover or not when an Error or Caution occurred. If a device support only the value of 1(off) and 2(ac0Sec), this implementation is allowed. Enumeration: 'ac0Sec': 2, 'off': 1, 'ac10Sec': 3, 'ac90Sec': 7, 'ac30Sec': 5, 'ac20Sec': 4, 'ac60Sec': 6, 'notSupported': 0, 'ac120Sec': 8.
                                           mltPrtPaperTimeOut 1.3.6.1.4.1.2590.1.1.1.1.6.5.1.1.4 integer read-write
Setting which decides whether automatic recover should be proceed or not when an error related to paper occurred. Enumeration: 'proceedJob': 2, 'notSupported': 0, 'off': 1, 'cancelJob': 3.
                                           mltPrtPsErrorPrint 1.3.6.1.4.1.2590.1.1.1.1.6.5.1.1.5 integer read-write
The setting whether the printer prints PostScript Error Page when PostScript Error occurred during job processing. About PS error, since it is the function of a printer controller, all the devices with PS should be implemented If a device has no PostScript interpreter, this value should be always notSupported(0) as RO. Enumeration: 'on': 2, 'notSupported': 0, 'off': 1.
                                   mltPrtPrintConfigTable 1.3.6.1.4.1.2590.1.1.1.1.6.5.2 no-access
A table of configurations for printer. This table must be implemented even if no functions in this table are supported.
                                       mltPrtPrintConfigEntry 1.3.6.1.4.1.2590.1.1.1.1.6.5.2.1 no-access
An entry exists in this table for each device entry in the hostmib device table whose type is 'printer'
                                           mltPrtCopies 1.3.6.1.4.1.2590.1.1.1.1.6.5.2.1.1 integer read-write
The number of printing copies. If set value is over limit, printer should return error. About device which has no PCL interpreter, This value should be -1, because of no default copies setting.
                                           mltPrtPaperSize 1.3.6.1.4.1.2590.1.1.1.1.6.5.2.1.2 integer read-write
Paper size of printing. The value of the mltPaperSizeIndex corresponding to the current paper size. About device which has no PCL interpreter, This value should be -1, because of no default paper size setting.
                                           mltPrtPaperSource 1.3.6.1.4.1.2590.1.1.1.1.6.5.2.1.3 integer read-write
Feeders for printing. The value of prtInputIndex corresponding to the default input sub-unit: that is, this object selects the default source of input media. If value is 0, this means 'Auto'. About device which has no PCL interpreter, This value should be -1, because of no default paper source setting.
                                           mltPrtFineArt 1.3.6.1.4.1.2590.1.1.1.1.6.5.2.1.4 integer read-write
Smooting setting. If printer has no smoothing function, this value should be notSupported(0) and RO. If printer supports only On/Off , this value should be on(1) or offSwitch(2). If printer supports 4 steps, this value should be dark(3), medium(4), light(5) and offStep(6). Enumeration: 'on': 1, 'medium': 4, 'light': 5, 'offStep': 6, 'dark': 3, 'offSwitch': 2, 'notSupported': 0.
                                           mltPrtTonerSave 1.3.6.1.4.1.2590.1.1.1.1.6.5.2.1.5 integer read-write
Toner saving setting. If printer is not supporting toner save function, this value should be notSupported(0) and RO. If printer is supporting toner save function, this value should be on(1) or off(2) and RW. Enumeration: 'on': 1, 'notSupported': 0, 'off': 2.
                               mltPrtFont 1.3.6.1.4.1.2590.1.1.1.1.6.6
                                   mltPrtPclFontTable 1.3.6.1.4.1.2590.1.1.1.1.6.6.1 no-access
This table shows PCL font information of printer has. Since it is a function peculiar to PCL, it is not necessary to implement this table in the device in which PCL is not installed or PCL font management function is not installed.
                                       mltPrtPclFontEntry 1.3.6.1.4.1.2590.1.1.1.1.6.6.1.1 no-access
Information about printer's PCL fonts. Entries may exist in the table for each device index whose device type is 'printer'.
                                           mltPrtPclFontIndex 1.3.6.1.4.1.2590.1.1.1.1.6.6.1.1.1 integer read-only
A unique value used to identify this entry.
                                           mltPrtPclFontName 1.3.6.1.4.1.2590.1.1.1.1.6.6.1.1.2 displaystring read-only
The name of PCL Font.
                                           mltPrtPclFontNumber 1.3.6.1.4.1.2590.1.1.1.1.6.6.1.1.3 integer read-only
The number of PCL Font. The number for managing the font, which a printer holds inside.
                                           mltPrtPclFontSource 1.3.6.1.4.1.2590.1.1.1.1.6.6.1.1.4 integer read-only
The information of a place that PCL font exists. Enumeration: 'internalHd': 2, 'downLoadHd': 4, 'unknown': 0, 'downLoadRam': 3, 'internalRom': 1, 'downLoadFlashRom': 5.
                                   mltPrtPsFontTable 1.3.6.1.4.1.2590.1.1.1.1.6.6.2 no-access
This table shows PostScript font information of printer has. Since it is a function peculiar to PS, it is not necessary to implement this table in the device in which PS is not installed.
                                       mltPrtPsFontEntry 1.3.6.1.4.1.2590.1.1.1.1.6.6.2.1 no-access
Information about printer's PS fonts. Entries may exist in the table for each device index whose device type is 'printer'.
                                           mltPrtPsFontIndex 1.3.6.1.4.1.2590.1.1.1.1.6.6.2.1.1 integer read-only
A unique value used to identify this entry.
                                           mltPrtPsFontName 1.3.6.1.4.1.2590.1.1.1.1.6.6.2.1.2 displaystring read-only
The name of PS Font.
                                           mltPrtPsFontNumber 1.3.6.1.4.1.2590.1.1.1.1.6.6.2.1.3 integer read-only
The number of PS Font. This number is used in order to administrate printer's fonts. If a printer does not manage this number, this value should be implemented same as mltPrtPsFontIndex.
                                           mltPrtPsFontSource 1.3.6.1.4.1.2590.1.1.1.1.6.6.2.1.4 integer read-only
The information of a place that PS font exists Enumeration: 'internalHd': 2, 'downLoadHd': 4, 'unknown': 0, 'downLoadRam': 3, 'internalRom': 1, 'downLoadFlashRom': 5.
                                   mltPrtSymbolSetTable 1.3.6.1.4.1.2590.1.1.1.1.6.6.3 no-access
This table shows symbol sets a printer has. If no function in this table is supported by a device, this table needs not to be implemented.
                                       mltPrtSymbolSetEntry 1.3.6.1.4.1.2590.1.1.1.1.6.6.3.1 no-access
Information about printer's symbol sets. Entries may exist in the table for each device index whose device type is 'printer'.
                                           mltPrtSymbolSetIndex 1.3.6.1.4.1.2590.1.1.1.1.6.6.3.1.1 integer read-only
A unique value used to identify this entry.
                                           mltPrtSymbolSetName 1.3.6.1.4.1.2590.1.1.1.1.6.6.3.1.2 displaystring read-only
The name of SymbolSet (CodedCharSet).
                                           mltPrtCharSetID 1.3.6.1.4.1.2590.1.1.1.1.6.6.3.1.3 integer read-only
The ID of Code CharSet. Refer to the following URL that IANA administrates regarding character code sets: http://www.iana.org/assignments/character-sets
                               mltPrtPaper 1.3.6.1.4.1.2590.1.1.1.1.6.7
                                   mltPrtPaperSizeTable 1.3.6.1.4.1.2590.1.1.1.1.6.7.1 no-access
A table of the printer selectable paper sizes. Even if a printer can not recognize the supportable paper, one object ('unknown' or 'other') must be loaded at least.
                                       mltPrtPaperSizeEntry 1.3.6.1.4.1.2590.1.1.1.1.6.7.1.1 no-access
An entry exists in this table for each device entry in the hostmib device table whose type is 'printer'
                                           mltPaperSizeIndex 1.3.6.1.4.1.2590.1.1.1.1.6.7.1.1.1 integer read-only
A unique value used to identify this entry.
                                           mltPaperSizeName 1.3.6.1.4.1.2590.1.1.1.1.6.7.1.1.2 displaystring read-only
The name of paper size. e.g., letter, legal, A4, B5 etc.
                                           mltPaperFeedDir 1.3.6.1.4.1.2590.1.1.1.1.6.7.1.1.3 integer read-only
This value shows paper feeding orientation. Enumeration: 'sef': 1, 'other': 0, 'lef': 2.
                               mltPrtRemotePanel 1.3.6.1.4.1.2590.1.1.1.1.6.10
                                     mltPrtRemotePanelButtonTable 1.3.6.1.4.1.2590.1.1.1.1.6.10.1 no-access
A table of printer's remote operational panel button.
                                         mltPrtRemotePanelButtonEntry 1.3.6.1.4.1.2590.1.1.1.1.6.10.1.1 no-access
An entry exists in this table for each device entry in the hostmib device table whose type is `printer'
                                             mltPrtPanelButtonIndex 1.3.6.1.4.1.2590.1.1.1.1.6.10.1.1.1 integer read-only
A unique value used by the operational panel button to identify table
                                             mltPrtPanelButtonName 1.3.6.1.4.1.2590.1.1.1.1.6.10.1.1.2 displaystring read-only
The name of panel button.
                                             mltPrtPanelButtonPush 1.3.6.1.4.1.2590.1.1.1.1.6.10.1.1.3 integer read-write
This value indicates panel button status, and make pushing button. noAction (0) -- indicate steady. push (1) -- To set 1 means push panel button. longPush (2) -- To set 2 means push button long time. shiftPush (3) -- To set 3 means push panel bottom and shift button same time. Enumeration: 'push': 1, 'shiftPush': 3, 'longPush': 2, 'noAction': 0.
                                             mltPrtPanelButtonDescr 1.3.6.1.4.1.2590.1.1.1.1.6.10.1.1.4 displaystring read-only
An explanation of panel button function etc.
                       mltSysMib 1.3.6.1.4.1.2590.1.1.1.5
                           mltSysMibVersion 1.3.6.1.4.1.2590.1.1.1.5.1 displaystring read-only
The version information of Standard MIB specification. This indicates the version of the Private System MIB which is implemented. General form is AA.BC. AA is indicating major revision, and B and C is minor revision. Decimal point is ASCII-coded period.
                           mltSysGeneralInfo 1.3.6.1.4.1.2590.1.1.1.5.2
                               mltSysPriorityDevice 1.3.6.1.4.1.2590.1.1.1.5.2.2 integer read-write
This object shows the function which operates with highest priority in a system. When it can set up by user choice etc., it should be RW. If setup change is impossible from MIB, the implementation of RO is acceptable. There is no function with highest priority or no preference order of function, implement RO as 0.
                               mltSysCurrentDateTime 1.3.6.1.4.1.2590.1.1.1.5.2.4 dateandtime read-write
Time, which is set in the system and specifies by DateAndTime If not having a clock function, implement 0x00 in all Bytes.
                           mltSysContact 1.3.6.1.4.1.2590.1.1.1.5.3
                               mltSysContactSiteName 1.3.6.1.4.1.2590.1.1.1.5.3.1 displaystring read-write
The name of a support contact for system. If device cannot support this object, device should be implement '-' as read-only
                               mltSysContactInfo 1.3.6.1.4.1.2590.1.1.1.5.3.2 displaystring read-write
Explanation of a support contact for system. Default value shall be a blank, and a service person or a user shall input it. If device cannot support this object, device should be implement '-' as read-only
                               mltSysProductHelpURL 1.3.6.1.4.1.2590.1.1.1.5.3.3 displaystring read-write
URL of the support contact for system. If device cannot support this object, device should be implement '-' as read-only
                               mltSysCorpURL 1.3.6.1.4.1.2590.1.1.1.5.3.4 displaystring read-write
URL of the company which provides a system. If device cannot support this object, device should be implement '-' as read-only
                               mltSysSuppliesInfo 1.3.6.1.4.1.2590.1.1.1.5.3.5 displaystring read-write
A telephone number or E-mail addresses for the supplies and accessories, etc. In the support contact in which a system has. Default shall be a blank, and a service person or a user shall input it. If device cannot support this object, device should be implement '-' as read-only
                           mltSysVersion 1.3.6.1.4.1.2590.1.1.1.5.5
                               mltSysVersionTable 1.3.6.1.4.1.2590.1.1.1.5.5.1 no-access
The table for showing ROM and F/W version in which a system has.
                                   mltSysVersionEntry 1.3.6.1.4.1.2590.1.1.1.5.5.1.1 no-access
The version information of FW or ROM.
                                       mltSysVersionIndex 1.3.6.1.4.1.2590.1.1.1.5.5.1.1.1 integer read-only
Index for uniquely showing the version information in which a system has. The number and the order of index depends on an implementation of a model. Implement the maximum number of index of ROM and F/W which is possible to detect/display, regardless of the availability of installation of Option etc. The number of indexes to hold shall be always fixed regardless of the option installation state.
                                       mltSysVerName 1.3.6.1.4.1.2590.1.1.1.5.5.1.1.2 displaystring read-only
The name of the function which shows a version. For example, 'MSC/Panel ROM Version', 'Printer ROM Version', etc.
                                       mltSysVersionCode 1.3.6.1.4.1.2590.1.1.1.5.5.1.1.3 displaystring read-only
The version of ROM and F/W. It shall be written by 15 or less characters. '[Product Code(4)]-[Block Code(2)][Stage Code(1)] [Specification Code(1)]-[Change Management Code(2)] -[Shipment Destination Code(2)]' supports. For corresponding to the other written methods, it was made into the maximum 31 characters, on the definition. When the value cannot acquire although index is set by Option etc., display '-' (hyphen).
                                       mltSysVerDescr 1.3.6.1.4.1.2590.1.1.1.5.5.1.1.4 displaystring read-only
Explanation of a version. As for the contents to indicate, depends on an implementation of a model. However, since not supporting this object is not acceptable, implement Null (Zero-Length) at least.
                           mltSysComponent 1.3.6.1.4.1.2590.1.1.1.5.6
                               mltSysCompConfigID 1.3.6.1.4.1.2590.1.1.1.5.6.1 integer read-only
Shows the ID by the combination of the structure of Device. A project should prepare ID which is worth for the number of combination, such as Option. If system has no option or cannot detect option installed, this value should be always 0.
                               mltSysInputTrayTable 1.3.6.1.4.1.2590.1.1.1.5.6.2 no-access
The table for showing the information of Input tray that is installed in a system. As a principle, the un-acquirable information shall be displayed if there is only prtInputTable, and this table is premised on that PrinterMIB is being implemented. It shall display about InputTray which is installed like prtInputTable. If a system does not have a printer engine (has no input tray and no PrinterMIB), this table does not need to implement.
                                   mltSysInputTrayEntry 1.3.6.1.4.1.2590.1.1.1.5.6.2.1 no-access
The information of paper input tray.
                                       mltSysInputTrayIndex 1.3.6.1.4.1.2590.1.1.1.5.6.2.1.1 integer read-only
Index for showing InputTray in a system. Index depends on the state of the implementation of a model, and shall be taken the amount which is worth for the number of InputTray in the order from 1.
                                       mltSysInputTrayRefIndex 1.3.6.1.4.1.2590.1.1.1.5.6.2.1.2 integer read-only
The value of prtInputIndex of a tray which mltSysInputTrayIndex shows.
                                       mltSysInputTrayName 1.3.6.1.4.1.2590.1.1.1.5.6.2.1.3 displaystring read-write
The name of InputTray. Default value depends on a model. In principle, use the name unified by DriverUI. Set of the character string up to 15 characters shall be possible. implementation of RO is also accepted when there are capacity restrictions of NVRAM. Since this item is the value used when a user does a remote management, it is not necessary to link it with a setup of a printer engine. SNMP agent holds value, and should just provide the convenience to the user who remote accesses.
                                       mltSysInputTrayCapacitySence 1.3.6.1.4.1.2590.1.1.1.5.6.2.1.4 integer read-only
This item shows the detection method of paper residual quantity, and is used for distinction of the value displayed in prtInputCurrentLevel. The details of a residual quantity display are indicated to prtInputCurrentLevel. Enumeration: 'emptyOnly': 1, 'linearSense': 3, 'noSensor': 0, 'nearEmpty': 2.
                                       mltSysInputTraySpecialPaper 1.3.6.1.4.1.2590.1.1.1.5.6.2.1.5 integer read-write
Shows the media type of InputTray. If this value is RW and when a setup is changed by MIB, it shall be reflected in a setup of a printer engine. In a unavoidable case, the access way may be RO. Enumeration: 'plainPaper': 10, 'tab': 48, 'thick': 20, 'ohp': 30, 'thick3': 26, 'thick2': 24, 'thick1': 22, 'label': 42, 'other': 0, 'plainPaper-NotFor2Sided': 11, 'envelope-2side': 41, 'letterHead': 46, 'postCard': 44, 'plainPaper-Exclusive': 14, 'envelope': 40, 'plainPaper-Recycled': 12, 'plainPaper-Color': 16, 'thick2-2side': 25, 'thick1-2side': 23, 'thin': 36, 'thick3-2side': 27, 'unknown': 1.
                                       mltSysInputTrayPaperAttribute 1.3.6.1.4.1.2590.1.1.1.5.6.2.1.6 integer read-write
Shows the paper attribute of InputTray. If this value is RW and when a setup is changed by MIB, it shall be reflected in a setup of a printer engine. In a unavoidable case, the access way may be RO. Enumeration: 's0-normalPaper': 1, 'notSupported': 0, 's3-reusePaper': 4, 's2-specialPaper': 3, 's1-recyclePaper': 2.
                               mltSysOutputTrayTable 1.3.6.1.4.1.2590.1.1.1.5.6.3 no-access
The table for showing the information of OutputTray relation in a system. Index shall be mltSysOutputTrayIndex. This table is for displaying the tray information of OutputOption (Finisher), and shall not include the function information of Finisher. If a system does not have a printer engine (has no output tray and no PrinterMIB), this table may not be implemented.
                                   mltSysOutputTrayEntry 1.3.6.1.4.1.2590.1.1.1.5.6.3.1 no-access
The information of paper output tray.
                                       mltSysOutputTrayIndex 1.3.6.1.4.1.2590.1.1.1.5.6.3.1.1 integer read-only
Index for showing OutputTray in a system. Index depends on the implementation of a model, and shall be taken the amount which is worth for the number of Output in the order from 1. In principle, when the top tray is set as 1, index shall be increased in progress of going to the lower part. As for the middle processing tray that does not become papers' final output destination, is not treated as OutputTray.
                                       mltSysOutputTrayRefIndex 1.3.6.1.4.1.2590.1.1.1.5.6.3.1.2 integer read-only
Value of prtOutputIndex of the tray which mltSysOutputTrayIndex shows.
                                       mltSysOutputTrayDefaultName 1.3.6.1.4.1.2590.1.1.1.5.6.3.1.3 displaystring read-only
The name of OutputTray. Unify with the notation of a manual or a driver.
                                       mltSysOutputTrayNickName 1.3.6.1.4.1.2590.1.1.1.5.6.3.1.4 displaystring read-write
The name of OutputTray in which a user can set up. In MailBin, use it in order to indicate a user's name, etc. which each Tray set up. The recommendation default is the same as mltSysOutputTrayDefaultName. Set of the character string up to 15 characters shall be possible, and neither retrenchment of the number of characters which can be written in, nor implementation of RO shall be accepted. However, the implementation of RO is accepted only to the thing without MailBin as OutputOption. Moreover, being reflected in the display screen of a printer driver is desirable. Since this item is the value used when a user does a remote management, it is not necessary to link it with a setup of a printer engine. SNMP agent holds value, and should just provide the convenience to the user who remote accesses. If device cannot support this function, this object should be '-' as ReadOnly.
                                       mltSysOutputTrayType 1.3.6.1.4.1.2590.1.1.1.5.6.3.1.5 integer read-only
Shows the type of tray in OutputTray. This is an item for judging whether it is MailBin, and it is used in order to judge whether the writing of NickName should be possible. Enumeration: 'sortBin': 3, 'standardBin': 1, 'fixedMailBin': 5, 'other': 0, 'mailBox': 4.
                           mltSysCounter 1.3.6.1.4.1.2590.1.1.1.5.7
                               mltSysCounterConfig 1.3.6.1.4.1.2590.1.1.1.5.7.1
                                   mltSysSupportedCounterType 1.3.6.1.4.1.2590.1.1.1.5.7.1.1 integer read-only
Shows the type of a counter installed in a system. The counter which a system has can specify by referring to this. Displays the counter to support with Bitmap and shows the supporting counter by the total. Bit Value CounterType --- ----- --------------- 0 1 GeneralCounter 1 2 PrintFunctionCounter 2 4 SendFunctionCounter 3 8 PapersSizeCounter 4 16 DivCounter 5 32 TonerLifeCounter It becomes 63 when implementing all the counters.
                                   mltSysDuplexCountMode 1.3.6.1.4.1.2590.1.1.1.5.7.1.2 integer read-write
Sets up whether Duplex printing is counted two times to TotalCounter at the time. This setup is reflected to all TotalCounters. This object may be implemented with RO access. If a system doesn't have this setting (e.g. printer), the value of the static count mode (1 or 2) must be implemented. Basically this value must not be '0'. This is also applied to mtSysLargeSizeCountMode and mltSysLargeSizeMode same. Enumeration: 'unknown': 0, 'singleCount': 1, 'doubleCount': 2.
                                   mltSysLargeSizeCountMode 1.3.6.1.4.1.2590.1.1.1.5.7.1.3 integer read-write
Sets up whether LargeSize is counted two times to TotalCounter at the time. This setup is reflected to all TotalCounters. This object may be implemented with RO access. This setting is the item of a service choice. A setup of a service choice is reflected to this object. Also enable operation from PageScope. Management of the access rights supports by PageScope side. Enumeration: 'unknown': 0, 'singleCount': 1, 'doubleCount': 2.
                                   mltSysLargeSizeType 1.3.6.1.4.1.2590.1.1.1.5.7.1.4 integer read-write
Sets up the type of paper counted as LargeSize. noLargeSize(0): indicates that the count of LargeSize is not performed or not detect large size type. typeA(1): For US is 11x17, For EU is A3, For Japan is A3. typeB(2): For US is 11x17, For EU is A3/B4, For Japan is A3/B4. typeC(3): For US is 11x17/11x14/8.5x14, For EU is A3/B4, For Japan A3/B4. This object may be implemented with RO access. The choice item of EP-NET. Also enable operation from PageScope. Enumeration: 'noLargeSize': 0, 'typeA': 1, 'typeC': 3, 'typeB': 2.
                                   mltSysColorCountSupportType 1.3.6.1.4.1.2590.1.1.1.5.7.1.5 integer read-only
It is shown what kind of counter by the color is supported. The color counter which a device supports can be specified by referring to this. Displays the type of counter to support with Bitmap and shows the supporting counter by the total. The type counter that is shown in here shall be held by the color-related counter. Bit Value CounterType --- ----- ----------------- 0 1 reserved 1 2 bw --The monochrome counter --in a color machine 2 4 fourColor (4c) --Full color -- (All of C, M, Y, and K are used) 3 8 threeColor (3c) --Monochrome color --(monochrome is taken out using -- three colors of C, M, and Y) 4 16 cmy --CMY: (using any 1 color of C/M/Y) 5 32 rgb --RGB: (using three colors of CMY) 6 64 monoColor --The total of 3C, CMY, and RGB 7 128 paperPath --PaperPath counter
                               mltSysSystemCounter 1.3.6.1.4.1.2590.1.1.1.5.7.2
                                   mltSysGeneralCounter 1.3.6.1.4.1.2590.1.1.1.5.7.2.1
                                       mltSysTotalCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.1.1 integer32 read-only
The total print count of a system. Displays the total of Copy, Print, and Receiving Job. About the count method of Duplex and LargeSize, it depends on a setup. A count shall be an output count. About a color machine, it shall be the total of all color classifications.
                                       mltSysLargeSizeCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.1.2 integer32 read-only
The total print count of LargeSize paper. About the type of LargeSize, it depends on a setup of mltSysLargeSizeType. When the setup of mltSysLargeSizeType is noCount(0), this counter always shall be -1. In addition, also in the system without A4 machine, etc., this counter should be -1.
                                       mltSysDuplexCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.1.3 integer32 read-only
The total print count of Duplex (back). In the system without Duplex mechanism, it should be -1.
                                       mltSysLargeDuplexCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.1.4 integer32 read-only
The total print count of LargeSize, and also Duplex (back). About the type of LargeSize, it depends on a setup of mltSysLargeSizeType. When the setup of mltSysLargeSizeType is noCount(0), this counter always shall be -1. In addition, in the system of A4 machine or in the system without Duplex, this counter always should be -1.
                                       mltSysSendTotalCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.1.5 integer32 read-only
Total count scaned as a transmitting function in the system. It shall be the total of mltSysSendScanCount. In the device without Scan function, it always shall be -1.
                                       mltSysTotalJamCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.1.6 integer32 read-only
The number of times of Jam occurred in the system. It shall be the total of all Jam counters. (including ADF jams).
                                       mltSysTotalTroubleCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.1.7 integer32 read-only
The number of times of Trouble (FatalError) occurred in the system. It shall be the total of all Trouble counters.
                                   mltSysPrintFunctionCounterTable 1.3.6.1.4.1.2590.1.1.1.5.7.2.2 no-access
The table for showing the counter by the color and function. In the monochrome machine of a single function, it is not necessary to implement.
                                       mltSysPrintFunctionCounterEntry 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1 no-access
The counters of color and print functions.
                                           mltSysPrintFunctionColorIndex 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1.1 integer read-only
Index for showing the color in the counter by color/function. By the color, index shall be attached in the order of the following. No. Function -------------------- 1 BW 2 4C 3 3C 4 CMY 5 RGB 6 MonoColor
                                           mltSysPrintFunctionIndex 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1.2 integer read-only
Index for showing the function in the counter by color/function. By the function, index shall be attached in the order of the following. No. Function -------------------- 1 copy 2 printer 3 received Job 4 fax received Job 5 reportPrint Although classifying into printer/receive Job/fax receive job as a printing function is recommended, the implementation of multiple counting as a printer function is also accepted.
                                           mltSysPrintFunctionColorType 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1.3 integer read-only
Shows the color mode in the counter by color/function. Enumeration: 'paperPath': 7, 'rgb': 5, 'bw': 1, 'cmy': 4, 'fourColor': 2, 'monoColor': 6, 'threeColor': 3.
                                           mltSysPrintFunctionType 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1.4 integer read-only
Shows the function in the counter by color/function. Although classifying into printer/receive Job/fax receive job as a printing function is recommended, the implementation of multiple counting as a printer function is also accepted. Enumeration: 'printFunction': 2, 'reportPrint': 5, 'faxReceiveFunction': 4, 'receiveFunction': 3, 'copyFunction': 1.
                                           mltSysPrintFunctionTotalCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1.5 integer32 read-only
The total print count in a specified function. About the count method, complies with GeneralCounter
                                           mltSysPrintFunctionDuplexCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1.6 integer32 read-only
The print count of Duplex (back) in a specified function. The print count of the LargeSize paper in a specified function. About the count method, complies with GeneralCounter.
                                           mltSysPrintFunctionLargeSizeCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1.7 integer32 read-only
The print count of the LargeSize paper in a specified function. About the count method, complies with GeneralCounter.
                                           mltSysPrintFunctionLargeDuplexCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.2.1.8 integer32 read-only
The print count of LargeSize and Duplex (back) in a specified function. About the count method, complies with GeneralCounter.
                                   mltSysSizeCounterTable 1.3.6.1.4.1.2590.1.1.1.5.7.2.4 no-access
The table of the counter by the paper sizes (types). The model which supports plural paper sizes has to implement. Regardless of shipment destination, having a counter to all the paper sizes that can be printed is recommended. By implementation, implementing different size counter by shipment destination is also accepted. It shall also have index by the functions so that it can correspond to the counter by sizes by the functions.
                                       mltSysSizeCounterEntry 1.3.6.1.4.1.2590.1.1.1.5.7.2.4.1 no-access
The information of paper size counters.
                                           mltSysSizeFunctionIndex 1.3.6.1.4.1.2590.1.1.1.5.7.2.4.1.1 integer read-only
Index for showing the function which becomes the count object in the counter by paper sizes. Although Index shall be attached in the order of the following by the function, having Index by fixation shall not require. No. Function -------------------- 1 Total
                                           mltSysSizeTypeIndex 1.3.6.1.4.1.2590.1.1.1.5.7.2.4.1.2 integer read-only
Index for showing the paper which becomes the count object in the counter by paper sizes. Only the type of corresponding paper shall be taken in the order from 1. Using fixed index for every paper does not require.
                                           mltSysSizeFunction 1.3.6.1.4.1.2590.1.1.1.5.7.2.4.1.3 integer read-only
Shows the function which becomes the count object in the counter by paper size. Enumeration: 'total': 0.
                                           mltSysSizeType 1.3.6.1.4.1.2590.1.1.1.5.7.2.4.1.4 integer read-only
Shows the paper which becomes the count object in the counter by paper sizes. Enumeration: 'exclusive': 202, 'executive': 42, 'choukei-3Go': 83, 'envelopeCom10': 64, 'special3': 103, 'special2': 102, 'special1': 101, 'special0': 100, 'special5': 106, 'special4': 104, 'reuse': 207, 'plainPaper-Exclusive': 214, 'fls3': 54, 'fls2': 53, 'fls1': 52, 'fls0': 51, 'youkei-0Go': 70, 'otherMediaType': 208, 'thick1-2side': 223, 'specialPaper': 204, 'govermentLetter': 40, 'plainPaper': 210, 'b4': 25, 'b5': 26, 'b6': 27, 'b0': 21, 'b1': 22, 'b2': 23, 'b3': 24, 'unknownPaperSize': 1, 'legal': 37, 'label': 242, 'kakugata-3Go': 93, 'notFor2Sided': 203, 'comp': 34, 'plainPaper-2side': 211, 'us9-1by4x14': 36, 'otherPaperSize': 0, 'hagaki': 61, 'unknownPaperAttribute': 200, 'a6W': 117, 'oufuku-Hagaki': 62, 'thick3-2side': 227, 'a5': 16, 'letter': 39, 'us12x14': 30, 'unknownMediaType': 209, 'a4W': 115, 'envelopeB5': 63, 'a3W': 114, 'thick3': 226, 'thick2': 224, 'thick1': 222, 'statement': 43, 'envelope-2side': 241, 'envelope': 240, 'envelopeC6': 68, 'envelopeC5': 65, 'a5W': 116, 'plainPaper-Color': 216, 'plain': 201, 'fls': 50, 'envelopeMonarch': 67, 'thin': 236, 'otherPaperAttribute': 199, 'tab': 248, 'ohp': 230, 'youkei-6Go': 72, 'ledger': 31, 'choukei-4Go': 84, 'letterHead': 246, 'us11x14': 33, 'us11x15': 32, 'postCard': 244, 'inserter': 206, 'plainPaper-Recycled': 212, 'youkei-4Go': 71, 'a1': 12, 'a0': 11, 'a3': 14, 'a2': 13, 'us8-1by4x11-3by4': 38, 'a4': 15, 'quarto': 41, 'a6': 17, 'envelopeDL': 66, 'thick2-2side': 225, 'cover': 205, 'us10x14': 35.
                                           mltSysSizeCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.4.1.5 integer32 read-only
The number of print of the specified function and specified size, media type, or attribute.
                                   mltSysTonerLifeCounterTable 1.3.6.1.4.1.2590.1.1.1.5.7.2.5 no-access
The table of toner life counter.
                                       mltSysTonerLifeCounterEntry 1.3.6.1.4.1.2590.1.1.1.5.7.2.5.1 no-access
The information of toner life counters.
                                           mltSysTonerTypeIndex 1.3.6.1.4.1.2590.1.1.1.5.7.2.5.1.1 integer read-only
Index for Toner used as the count object in TonerLife counter being shown.
                                           mltSysTonerType 1.3.6.1.4.1.2590.1.1.1.5.7.2.5.1.2 integer read-only
Toner used as the count object in TonerLife counter is shown. Enumeration: 'cyan': 1, 'magenta': 2, 'other': 0, 'black': 4, 'yellow': 3.
                                           mltTonerTypeCount 1.3.6.1.4.1.2590.1.1.1.5.7.2.5.1.3 counter32 read-only
TonerLife count. This is used for calculation of Coverage, by the amount of Toner consumption, etc. by counting Dot number used for every Toner. 1unit is 2M Dots.
                   mltInterface 1.3.6.1.4.1.2590.1.1.2
                       mltNetwork 1.3.6.1.4.1.2590.1.1.2.1
                           mltNetworkMib 1.3.6.1.4.1.2590.1.1.2.1.5
                               mltNetMibVersion 1.3.6.1.4.1.2590.1.1.2.1.5.1 displaystring read-only
The standardization version of MIB implemented in Network. This indicates the version of the Private Network MIB. General form is AA.BC. AA is indicating major revision, and B and C is minor revision. Decimal point is ASCII-coded period.
                               mltNetGeneral 1.3.6.1.4.1.2590.1.1.2.1.5.2
                                   mltNetGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.2.1 no-access
Table for showing the general information of Network relation.
                                       mltNetGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1 no-access
General information of network interface.
                                           mltNetGeneralIndex 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.1 integer read-only
Index for showing NetworkInterface installed to a device. Basically, it shall take the same value with ifIndex.
                                           mltNetFirmVersion 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.2 displaystring read-only
Shows the FW version of NetworkInterface. Write it as ##.xx. ## shall be a major version and xx shall be a minor version. If there is no original FW of NetworkInterface, implement character strings of '-' (hyphen).
                                           mltNetHardwareAddress 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.3 physaddress read-write
MAC address of NetworkInterface. (Hardware address) In the device of our company, it was made into RW since MAC address needs to be written at the time of shipment. Implement as RO when the writing of MAC address is unnecessary. Moreover, in a management tool side, be sure to handle it as RO.
                                           mltNetSerialNumber 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.4 displaystring read-write
The serial number of NetworkInterface. Implement '-' (hyphen) in the device without a serial number. In the device of our company, it was made into RW since serial number may need to be written at the time of shipment. Implement as RO when the writing of serial number is unnecessary. Moreover, in a management tool side, be sure to handle it as RO.
                                           mltNetSupportedConnector 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.5 integer read-only
An integer bitmap value specifying network connector information. Each bit in the integer is defined as follows. bit Value Connector --- ----- --------- 0 1 Reserved 1 2 Ethernet AUI -- 10Base5 2 4 Ethernet BNC -- 10Base2 3 8 Ethernet RJ45 -- 10/100BaseT 4 16 Ethernet Fiber -- 10/100BaseF 5 32 Reserved 6 64 Reserved 7 128 TokenRing STP(DB-15) 8 256 TokenRing UTP(RJ-45) 9 512 TokenRing Fiber 10 1024 Reserved 11 2048 wirelessA -- 802.11a 12 4096 wirelessB -- 802.11b 13 8132 blueTooth 14 16364 ieee1394 -- IP over IEEE1394
                                           mltNetCurrentConnector 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.6 integer read-only
Shows the connector that is working on NetworkInterface. Enumeration: 'wirelessA': 11, 'ieee1394': 14, 'etherRJ': 3, 'etherAUI': 1, 'notWorking': 0, 'blueTooth': 13, 'tokenFiber': 9, 'wirelessB': 12, 'etherFiber': 4, 'tokenUTP': 8, 'tokenSTP': 7, 'etherBNC': 2.
                                           mltNetSpeedConfig 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.7 integer read-write
Sets up the speed of NetworkInterface. Refer to ifSpeed for checking the present speed of operation. If this setting can not be set from Network access, a device should implement a current set value with RO access. Enumeration: 'tr32Mbps': 13, 'et100MbpsHalfDuplex': 4, 'wireless1Mbps': 21, 'et100MbpsFullDuplex': 5, 'autoDetectWireless': 20, 'wireless2Mbps': 22, 'wireless11Mbps': 24, 'tr16Mbps': 12, 'other': 0, 'et10MbpsHalfDuplex': 2, 'etGbpsHalfDuplex': 6, 'autoDetectEther': 1, 'autoDetectToken': 10, 'et10MbpsFullDuplex': 3, 'tr4Mbps': 11, 'wireless5-5Mbps': 23, 'etGbpsFullDuplex': 7.
                                           mltNetInterfaceType 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.8 integer read-only
Shows the type of NetworkInterface. Enumeration: 'noPhysicalNIC': 101, 'onBoardOneChip': 103, 'usb': 3, 'pciIntelligent': 202, 'psio': 12, 'ieee1394': 2, 'pciNonIntelligent': 201, 'other': 0, 'onBoardPSIO': 104, 'dpo': 11, 'onBoard': 102, 'dual1284': 10, 'onBoardDPO': 100, 'ieee1284': 1.
                                           mltNetIfDescr 1.3.6.1.4.1.2590.1.1.2.1.5.2.1.1.9 displaystring read-only
Explanation of NetworkInterface. Shows the type of port and the version information. The name to indicate is determined at Project side and implementation of NullString is not accepted. Even if a device have a no description about this, '-' need to be implemented.
                               mltNetProtocol 1.3.6.1.4.1.2590.1.1.2.1.5.3
                                   mltNetProtocolTable 1.3.6.1.4.1.2590.1.1.2.1.5.3.1 no-access
The table for showing the protocol information which NetworkInterface supports.
                                       mltNetProtocolEntry 1.3.6.1.4.1.2590.1.1.2.1.5.3.1.1 no-access
The information of protocol.
                                           mltNetProtocolIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.3.1.1.1 integer read-only
Index for showing NetworkInterface that a system has. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetProtocolIndex 1.3.6.1.4.1.2590.1.1.2.1.5.3.1.1.2 integer read-only
Index for uniquely showing the protocol which a system supports. Index shall be assigned in the following order is recommended. No. Protocol -------------------- 1 TCP/IP 2 NetWare(IPX/SPX) 3 AppleTalk 4 SMB
                                           mltNetProtocolType 1.3.6.1.4.1.2590.1.1.2.1.5.3.1.1.3 integer read-only
Shows the type of supporting protocol. Enumeration: 'tcp-ip': 1, 'netWare': 2, 'unknown': 0, 'appleTalk': 3, 'other': 7, 'smb': 4.
                                           mltNetProtocolDescr 1.3.6.1.4.1.2590.1.1.2.1.5.3.1.1.4 displaystring read-only
Description that shows a protocol. Although the value to indicate shall depend on an implementation, the general protocol name, such as 'TCP/IP', 'NetWare', etc., shall be indicated in principle. Implementation of Null is not accepted.
                                           mltNetProtocolVer 1.3.6.1.4.1.2590.1.1.2.1.5.3.1.1.5 displaystring read-only
The version of the implemented protocol stack. Implement '-' (hyphen) when there is no version notation. Implementation of Null is not accepted.
                                           mltNetProtocolOnOff 1.3.6.1.4.1.2590.1.1.2.1.5.3.1.1.6 integer read-write
Sets up a states display of On and Off of the function of each protocol. If this setting can not be set from Network access, a device should implement a current set value with RO access. Enumeration: 'enable': 1, 'notSupported': 0, 'disable': 2.
                               mltNetCommand 1.3.6.1.4.1.2590.1.1.2.1.5.5
                                   mltNetCommandTable 1.3.6.1.4.1.2590.1.1.2.1.5.5.1 no-access
The table for showing the command information which NetworkInterface supports.
                                       mltNetCommandEntry 1.3.6.1.4.1.2590.1.1.2.1.5.5.1.1 no-access
The information of command for network interface.
                                           mltNetCommandIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.5.1.1.1 integer read-only
Index for uniquely showing the destination of command. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetCommandReset 1.3.6.1.4.1.2590.1.1.2.1.5.5.1.1.2 integer read-only
The command that performs independent reset of NetworkInterface. When reset(2) is set, an agent side shall surely return Reply. Implementation that performs Reset immediately without returning Reply is not accepted. Return Reply of an error, when Reset command is invalid. After reset(2) is set, about the timing which is actually performing Reset depends on an implementation, and it shall not be defined in MIB. Enumeration: 'supported': 1, 'reset': 2, 'notSupported': 0.
                                           mltNetCommandDefault 1.3.6.1.4.1.2590.1.1.2.1.5.5.1.1.3 integer read-write
The command for returning a setup about NetworkInterface to FactoryDefault. When resetToDefault(2) is set, an agent side shall surely return Reply. In principle, when resetToDefault(2) is set, about the timing in which the setup returns to default depends on an implementation and it does not define in MIB. Enumeration: 'supported': 1, 'notSupported': 0, 'resetToDefault': 2.
                                           mltNetCommandPrintNicConfig 1.3.6.1.4.1.2590.1.1.2.1.5.5.1.1.4 integer read-only
The command for making it perform the output of ConfigPage which Network Interface has at the time of normal operation. Independent ConfigPage of two or more kinds of Network is not considered. Enumeration: 'supported': 11, 'printing': 12, 'notSupported': 10.
                                           mltNetCommandStartupConfig 1.3.6.1.4.1.2590.1.1.2.1.5.5.1.1.5 integer read-only
The command that sets up the availability of the output of ConfigPage of NetworkInterface at the time of starting. Independent StartupPage of two or more kinds of Network is not considered. Enumeration: 'supported': 11, 'notSupported': 10, 'printStartUp': 12.
                                           mltNetCommandDownLoad 1.3.6.1.4.1.2590.1.1.2.1.5.5.1.1.6 integer read-only
The command that sets up the mode that updates FW of NetworkInterface. Since this setup needs to operate with Admin authority, do not perform both display and writing at the management tool side. Enumeration: 'notSupported': 0, 'notDownLoad': 1, 'downLoading': 2.
                               mltNetSnmp 1.3.6.1.4.1.2590.1.1.2.1.5.6
                                   mltNetSnmpCommTable 1.3.6.1.4.1.2590.1.1.2.1.5.6.1 no-access
The table for showing the information of Community of SNMP which a system has. In addition, Community name shall be the common to the whole system on the premise, and shall not have independent Community for every NetworkInterface. In having Community independently by Intelligent NIC etc., it shall have NetworkMIB independently to each and is not managed by unified agent.
                                       mltNetSnmpCommEntry 1.3.6.1.4.1.2590.1.1.2.1.5.6.1.1 no-access
                                           mltNetSnmpCommIndex 1.3.6.1.4.1.2590.1.1.2.1.5.6.1.1.1 integer read-only
Index for identifying each SNMP community. Although about Community number to support, Community name, and each access rights are dependent on an implementation, having the following three Communities is recommended. public (RO) private (RW) admin (RW) It shall be indispensable at least to have public (RW) or to have the two of public (RO) and private (RW).
                                           mltNetSnmpCommName 1.3.6.1.4.1.2590.1.1.2.1.5.6.1.1.2 displaystring read-write
Community name of SNMP. Having the above-mentioned name as default is recommended. This item does not accept the implementation of RO. Community name has to be changeable. But if Community name can not be changeable, 'public' or 'private' is recommended to be implemented as Community name with RO access.
                                           mltNetSnmpCommAccessRight 1.3.6.1.4.1.2590.1.1.2.1.5.6.1.1.3 integer read-write
Shows the access rights of SNMP community. If this setting can not be set from Network access, a device should implement a current set value with RO access. Enumeration: 'readWrite': 3, 'none': 0, 'writeOnly': 2, 'readOnly': 1.
                                   mltNetSnmpTrapTable 1.3.6.1.4.1.2590.1.1.2.1.5.6.2 no-access
The table for showing the information of destination of Trap of SNMP. When it does not have Trap function of SNMP, this Table does not need to implement.
                                       mltNetSnmpTrapEntry 1.3.6.1.4.1.2590.1.1.2.1.5.6.2.1 no-access
                                           mltNetSnmpTrapIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.6.2.1.1 integer read-only
The index for uniquely showing the NetworkInterface which becomes the sender of Trap. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetSnmpTrapIndex 1.3.6.1.4.1.2590.1.1.2.1.5.6.2.1.2 integer read-only
The index for uniquely showing the destination of Trap. In Default, it shall have at least one TrapAddress in a Table.
                                           mltNetSnmpTrapCommunity 1.3.6.1.4.1.2590.1.1.2.1.5.6.2.1.3 displaystring read-write
Community name at the time of transmitting Trap. In Default, it shall have public. If this setting can not be set from Network access, a device should implement this value with RO access.
                                           mltNetSnmpTrapIpAddress 1.3.6.1.4.1.2590.1.1.2.1.5.6.2.1.4 ipaddress read-write
IP address of Trap destination. It shall be 255.255.255.255 (BroadCast) in Default. If this setting can not be set from Network access, a device should implement this value with RO access.
                                           mltNetSnmpTrapIpxAddress 1.3.6.1.4.1.2590.1.1.2.1.5.6.2.1.5 displaystring read-write
IPX address of the destination of Trap. It shall be 'FFFFFFFF:FFFFFFFFFFFFFFFF' in Default. When it does not have Trap transmitting function in IPX, the character string of '-' (hyphen) shall be displayed. If this setting can not be set from Network access, a device should implement this value with RO access.
                                           mltNetSnmpTrapOnOff 1.3.6.1.4.1.2590.1.1.2.1.5.6.2.1.6 integer read-write
On/Off of transmission of Trap is controlled. If this setting can not be set from Network access, a device should implement this value with RO access. Enumeration: 'on': 1, 'off': 2.
                               mltNetTcpip 1.3.6.1.4.1.2590.1.1.2.1.5.7
                                   mltNetTcpipGeneral 1.3.6.1.4.1.2590.1.1.2.1.5.7.1
                                       mltNetTcpipGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1 no-access
Table with the basic information of TCP/IP relation which NetworkInterface has.
                                           mltNetTcpipGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1 no-access
                                               mltNetTcpipIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.1 integer read-only
Index for uniquely showing NetworkInterface which IP address is set up. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                               mltNetTcpipDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.2 integer read-only
The command that returns all setup about TCP/IP to FactoryDefault. When resetToDefault(2) is set, an agent side shall surely return Reply. In principle, when resetToDefault(2) is set, about the timing in which the setup returns to default depends on an implementation and it does not define in MIB. Enumeration: 'supported': 1, 'notSupported': 0, 'resetToDefault': 2.
                                               mltNetTcpipAddress 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.3 ipaddress read-write
IP address of NetworkInterface. If this setting can not be set from Network access, a device should implement this value with RO access.
                                               mltNetTcpipSubnet 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.4 ipaddress read-write
Subnet mask of NetworkInterface. If this setting can not be set from Network access, a device should implement this value with RO access.
                                               mltNetTcpipGateway 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.5 ipaddress read-write
DefaultGateway of NetworkInterface. If this setting can not be set from Network access, a device should implement this value with RO access.
                                               mltNetTcpipUseBootProtocol 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.6 integer read-write
Specifies the IP address acquisition method of NetworkInterface. The value taken by default depends on the implementation of a model. If this setting can not be set from Network access, a device should implement this value with RO access. Enumeration: 'useEveryTime': 2, 'useWhenNoAddress': 1, 'neverUse': 0.
                                               mltNetTcpipBootProtocolEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.7 integer read-write
Bitmap for specifying BootProtocol used in order to determine the IP address of NetworkInterface. The value that should have by Default depends on the implementation of a model. An integer bitmap value specifying bootProtocols. Each bit in the integer is defined as follows. bit Value Type --- ----- --------- 0 1 Arp & Ping 1 2 RARP 2 4 BootP 3 8 DHCP 4 16 AutoIP If this setting can not be set from Network access, a device should implement this value with RO access.
                                               mltNetTcpipAddressServer 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.8 ipaddress read-only
IP address of Server which offered IP address when IP address was acquired by bootProtocol. When it is manually inputted or Address in NVRAM is used, '0.0.0.0' shall be inputted for this value. This value shall be held even if turning a power supply off.
                                               mltNetTcpipRawPortNumber 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.9 integer read-write
Port number for RAW socket printing. Default shall be '9100'. In addition, two or more RAW Port printings shall not be supported. If this setting can not be set from Network access, a device should implement this value with RO access.
                                               mltNetTcpipSupportService 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.10 integer read-write
In NetworkInterface, shows the service supported on TCP/IP by Bitmap. An integer bitmap value specifying TCP/IP support service information. Each bit in the integer is defined as follows. bit Value Service --- ----- --------- 0 1 Reserved 1 2 Reserved 2 4 LPD 3 8 Reserved for LPR 4 16 telnet 5 32 Reserved for telnet client 6 64 ftp server 7 128 ftp client 8 256 http server 9 512 Reserved for http client 10 1024 Reserved for POP3 server 11 2048 POP3 client 12 4096 Reserved for SMTP server 13 8132 SMTP client 14 16364 ipp 15 32768 Reserved 16 65536 Reserved 17 131072 slp 18 262144 Reserved for IMAP server 19 524288 IMAP client 20 1048576 Reserved 21 2097152 Reserved for UPnP
                                               mltNetTcpipDnsSupport 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.11 integer read-only
Sets up the availability of use of DNS. The following value shall be used. When DNS is not being supported, always takes 0. When supporting, Default shall be noUse(2). If this setting can not be set from Network access, a device should implement this value with RO access. Enumeration: 'use': 1, 'notSupported': 0, 'noUse': 2.
                                               mltNetTcpipDnsHostName 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.12 displaystring read-write
The host name of NetworkInterface used by DNS. Default in the case of supporting DNS is Null (size =0). When DNS is not being supported, implement '-' (hyphen) and shall be RO. If this setting can not be set from Network access, a device should implement this value with RO access.
                                               mltNetTcpipDnsDomainName 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.1.1.13 displaystring read-write
Domain name to which NetworkInterface used by DNS belongs. Default in the case of supporting DNS is Null (size =0). When DNS is not being supported, implement '-' (hyphen) and shall be RO. If this setting can not be set from Network access, a device should implement this value with RO access.
                                       mltNetTcpipDnsTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.2 no-access
The table for showing DNS Server.
                                           mltNetTcpipDnsEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.2.1 no-access
                                               mltNetTcpipDnsIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.2.1.1 integer read-only
The index for uniquely showing NetworkInterface to which IP address is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                               mltNetTcpipDnsServerIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.2.1.2 integer read-only
The index for uniquely showing each DNS Server. It shall have at least one or more Indexes as Default. The number of Indexes depends on an implementation.
                                               mltNetTcpipDnsServerAddress 1.3.6.1.4.1.2590.1.1.2.1.5.7.1.2.1.3 ipaddress read-write
IP address of DNS Server. If this setting can not be set from Network access, a device should implement this value with RO access.
                                   mltNetLpd 1.3.6.1.4.1.2590.1.1.2.1.5.7.2
                                       mltNetLpdGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.1 no-access
The table for showing the general information of lpd.
                                           mltNetLpdGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.1.1 no-access
                                               mltNetLpdIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.1.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which lpd is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                               mltNetLpdEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.1.1.2 integer read-write
Sets up Enable/Disable of service of lpd. Enumeration: 'enable': 1, 'disable': 2.
                                               mltNetLpdPort 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.1.1.3 integer read-write
Specifies Port number which lpd uses. Default is 515.
                                       mltNetLpdQueueTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2 no-access
The table for showing the information of Queue of lpd.
                                           mltNetLpdQueueEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2.1 no-access
                                               mltNetLpdQueueIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which each Queue is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                               mltNetLpdQueueIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2.1.2 integer read-only
The index for uniquely showing Queue set up for every NetworkInterface. The number of Indexes depends on an implementation.
                                               mltNetLpdQueueName 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2.1.3 displaystring read-write
The name of Queue used at the time of printing by lpd. The value of Default depends on a model. Default shall be '-' (hyphen) when printing function has no relation to the name of Queue.
                                               mltNetLpdQueueDescr 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2.1.4 displaystring read-write
It recommends describing the information which serves as help when a user performs a setup for lpr printing.
                                               mltNetLpdQueueFilter 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2.1.5 integer read-only
Selects Filter function set as Queue by Bitmap. When there is no Filter function in Queue, shall always be 0. Each bit in the integer is defined as follows. bit Value Filter --- ----- --------- 0 1 FF (Form Feed) 1 2 LF (Line Feed) 2 4 CR (Carriage Return) 3 8 PS (Add PostScript Header) 4 16 reserved 5 32 rejectPS 6 64 rejectPCL 7 128 rejectASCIIt
                                               mltNetLpdQueueBanner 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2.1.6 integer read-only
A setup of BannerPage set in Queue. Enumeration: 'ps': 3, 'noBanner': 0, 'ascii': 1, 'pcl': 2.
                                               mltNetLpdQueueEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.2.2.1.7 integer read-only
Sets up Enable/Disable of each Queue. Enumeration: 'enable': 1, 'disable': 2.
                                   mltNetFtpd 1.3.6.1.4.1.2590.1.1.2.1.5.7.6
                                       mltNetFtpdGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.1 no-access
The table for showing the general information of FTP Server.
                                           mltNetFtpdGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.1.1 no-access
                                               mltNetFtpdIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.1.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which FTP server is set up. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                               mltNetFtpdEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.1.1.2 integer read-write
Sets up Enable/Disable of service of FTP. Enumeration: 'enable': 1, 'disable': 2.
                                               mltNetFtpdPort 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.1.1.3 integer read-write
Specifies Port number which FTP Server uses. Default is 21.
                                       mltNetFtpdConfigTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.2 no-access
The table for showing the User information connectable to FTPServer.
                                           mltNetFtpdConfigEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.2.1 no-access
                                               mltNetFtpdConfigIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.2.1.1 integer read-only
The Index for uniquely specifying NetworkInterface to which each User considers as an object. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                               mltNetFtpdUserIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.2.1.2 integer read-only
The index for uniquely showing the User. The number of Indexes depends on an implementation.
                                               mltNetFtpdUser 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.2.1.3 displaystring read-only
Login user name of FTP Server.
                                               mltNetFtpdUserPassWd 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.2.1.4 displaystring read-only
Password of FTP Server. When it is gotten, applying scramble to value is not accepted. About security, support by the management tool side.
                                               mltNetFtpdCapability 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.2.1.5 integer read-only
Shows the function permitted to each user on FTP Server by Bitmap. An integer bitmap value specifying FTP function information. Each bit in the integer is defined as follows. bit Value Filter --- ----- --------- 0 1 putting job & No Filter 1 2 putting job & CR-LF invert 2 4 get (status or job or Driver) 3 8 put NIC Firmware 4 16 put Printer Font 5 32 reserved
                                               mltNetFtpdDescr 1.3.6.1.4.1.2590.1.1.2.1.5.7.6.2.1.6 displaystring read-write
Explanation etc. of the function set to each user is indicated.
                                   mltNetHttpd 1.3.6.1.4.1.2590.1.1.2.1.5.7.8
                                       mltNetHttpdGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.8.1 no-access
The table for showing the general information about HTTP Server.
                                           mltNetHttpdGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.8.1.1 no-access
                                               mltNetHttpdIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.8.1.1.1 integer read-only
Index for uniquely showing NetworkInterface to which HTTP Server is set up. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                               mltNetHttpdEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.8.1.1.2 integer read-write
Sets up Enable/Disable of service of HTTP Server. Enumeration: 'enable': 1, 'disable': 2.
                                               mltNetHttpdPort 1.3.6.1.4.1.2590.1.1.2.1.5.7.8.1.1.3 integer read-write
The port number which HTTP Server uses. Default is 80.
                                               mltNetHttpdDescr 1.3.6.1.4.1.2590.1.1.2.1.5.7.8.1.1.4 displaystring read-write
Indicates the information, such as a version of HTTP Server.
                                   mltNetSmtpClient 1.3.6.1.4.1.2590.1.1.2.1.5.7.13
                                         mltNetSmtpGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.1 no-access
The table for showing the general information of SMTP.
                                             mltNetSmtpGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.1.1 no-access
                                                 mltNetSmtpIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.1.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which SMTP is set. The value of Index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                 mltNetSmtpEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.1.1.2 integer read-write
Sets up Enable/Disable of service of SMTP. Enumeration: 'enable': 1, 'disable': 2.
                                                 mltNetSmtpServerAddress 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.1.1.3 displaystring read-only
Shows the IP address of SMTP Server. Considering about specification by Domain name, it is made into DisplayString. In the case of specifying by the IP address, it shall be handled as a character string of maximum 15 characters of 'xxx.xxx.xxx.xxx'. Whether to accept a setup by Domain name is dependent on an implementation of a model.
                                                 mltNetSmtpPort 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.1.1.4 integer read-write
Specifies Port number which SMTP uses. Default is 25.
                                         mltNetSmtpAccountTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2 no-access
The table for showing Account information of SMTP.
                                             mltNetSmtpAccountEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2.1 no-access
                                                 mltNetSmtpAccountIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which each From setup makes into the object. The value of Index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                 mltNetSmtpAccountIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2.1.2 integer read-only
The index for uniquely showing e-mail From address setup. Although the number of index depends on an implementation, index of the number of functions in which EP-NET and Scan function etc. are supporting needs to be prepared in Default.
                                                 mltNetSmtpFromAddress 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2.1.3 displaystring read-write
The address of From Field used by SMTP.
                                                 mltNetSmtpReplyAddress 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2.1.4 displaystring read-write
The address of RepryTo used by SMTP.
                                                 mltNetSmtpConnTimeout 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2.1.5 integer read-write
Timeout setup in SMTP. A unit is second. It shall be possible to set the number between 30-300. Default is 60 (seconds).
                                                 mltNetSmtpPurpose 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2.1.6 integer read-only
Displays the use of From setup of SMTP. Enumeration: 'scanFunction': 2, 'other': 0, 'epNet': 1.
                                                 mltNetSmtpDescription 1.3.6.1.4.1.2590.1.1.2.1.5.7.13.2.1.7 displaystring read-write
Description of each From setup. Default is dependent on an implementation.
                                   mltNetIpp 1.3.6.1.4.1.2590.1.1.2.1.5.7.14
                                         mltNetIppGeneral 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1
                                             mltNetIppGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.1 no-access
The table for showing the general information of IPP.
                                                 mltNetIppGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.1.1 no-access
                                                     mltNetIppGeneralIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.1.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of Index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltNetIppServiceEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.1.1.2 integer read-write
Sets up Enable/Disable of service of IPP Enumeration: 'enable': 1, 'disable': 2.
                                                     mltNetIppDefaultPortIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.1.1.3 integer read-write
mltNetIppPortIndex which shows Default Port number used by IPP.
                                             mltNetIppPortTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.2 no-access
The table for showing Port information of IPP.
                                                 mltNetIppPortEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.2.1 no-access
                                                     mltNetIppPortIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.2.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of Index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltNetIppPortIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.2.1.2 integer read-only
The index for uniquely showing Port.
                                                     mltNetIppPortNumber 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.1.2.1.3 integer read-only
Port number. '631' is supported at least.
                                         mltNetIppPrtDescrAttribute 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2
                                             mltNetIppPrtDescGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1 no-access
The table for showing the general information about Printer Description Attribute of IPP.
                                                 mltNetIppPrtDescGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1 no-access
                                                     mltIppPrtDescGeneralIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.1 integer read-only
Index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppPrtName 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.2 displaystring read-write
'printer-name' attribute is shown.
                                                     mltIppPrtMoreInfo 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.3 displaystring read-write
'printer-more-info' attribute is shown.
                                                     mltIppPrtState 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.4 integer read-only
'printer-state' attribute is shown. Enumeration: 'idle': 3, 'processing': 4, 'stopped': 5.
                                                     mltIppCharSetConfiguredIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.5 integer read-only
Index which shows 'charset-configured.'
                                                     mltIppNaturalLanguageConfiguredIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.6 integer read-only
'natural-language-configured' attribute is shown.
                                                     mltIppDocFormatDefaultIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.7 integer read-write
'document-format-default' attribute is shown.
                                                     mltIppPrinterIsAcceptingJobs 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.8 integer read-write
'printer-is-accepting-jobs' attribute is shown. Enumeration: 'enable': 1, 'disable': 2.
                                                     mltIppQueuedJobCount 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.9 counter read-only
'queued-job-count' attribute is shown.
                                                     mltIppColorSupported 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.10 integer read-only
'color-supported' attribute is shown. Enumeration: 'enable': 1, 'disable': 2.
                                                     mltIppPdlOverrideSupported 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.11 integer read-only
'pdl-override-supported' attribute is shown. Enumeration: 'attempted': 3, 'notAttempted': 4.
                                                     mltIppPrinterUpTime 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.12 timeticks read-only
'printer-up-time' attribute is shown.
                                                     mltIppPrtLocation 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.13 displaystring read-write
'printer-location' attribute is shown.
                                                     mltIppPrinterCurrentTime 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.1.1.21 dateandtime read-only
'printer-current-up-time' attribute is shown.
                                             mltIppUriSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.2 no-access
The table for showing 'printer-uri-authentication-supported' and 'printer-uri-security-supported' to 'printer-uri-supported' attribute and each 'printer-uri'.
                                                 mltIppUriSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.2.1 no-access
                                                     mltIppUriIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.2.1.1 integer read-only
Index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppUriIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.2.1.2 integer read-only
Index for uniquely showing 'printer-uri'.
                                                     mltIppUri 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.2.1.3 displaystring read-only
'printer-uri' to support is shown.
                                                     mltIppUriSecurity 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.2.1.4 integer read-only
'printer-uri-security' to 'printer-uri' to support is shown. Enumeration: 'tls': 5, 'ssl3': 4, 'none': 3.
                                                     mltIppUriAuthentication 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.2.1.5 integer read-only
'printer-uri-authentication' to 'printer-uri' to support is shown. This item is an IPP Ver1.1 support item. In implementation of IPP Ver1.0, it is not necessary to implement this item. Enumeration: 'none': 3, 'basic': 5, 'certificate': 7, 'digest': 6, 'requestingUserName': 4.
                                             mltIppPrtStateReasonsTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.3 no-access
The table which shows 'printer-state-reasons' attribute.
                                                 mltIppPrtStateReasonsEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.3.1 no-access
                                                     mltIppPrtStateReasonIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.3.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppPrtStateReasonIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.3.1.2 integer read-only
Index for uniquely showing 'printer-state-reasons'.
                                                     mltIppPrinterStateReason 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.3.1.3 integer read-only
'printer-state-reasons' attribute is shown. mltIppPrtStateReasonSuffix shows suffix of '-report', '-warning', and '-error' Enumeration: 'fuserUnderTemp': 30, 'mediaJam': 5, 'paused': 7, 'developerEmpty': 34, 'markerWasteAlmostFull': 27, 'mediaLow': 20, 'opcLifeOver': 32, 'outputAreaAlmostFull': 23, 'outputTrayMissing': 22, 'doorOpen': 18, 'other': 2, 'spoolAreaFull': 15, 'connectingToDevice': 9, 'opcNearEndOfLife': 31, 'interlockOpen': 17, 'tonerEmpty': 14, 'coverOpen': 16, 'markerWasteFull': 28, 'movingToPaused': 6, 'inputTrayMissing': 19, 'stoppedPartly': 12, 'tonerLow': 13, 'interpreterResourceUnavailable': 35, 'markerSupplyEmpty': 26, 'markerSupplyLow': 25, 'none': 3, 'outputAreaFull': 24, 'mediaNeeded': 4, 'timedOut': 10, 'fuserOverTemp': 29, 'developerLow': 33, 'shutDown': 8, 'stopping': 11, 'mediaEmpty': 21.
                                                     mltIppPrtStateReasonSuffix 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.3.1.4 integer read-only
Three suffixes ('-report', '-warning', and '-error') of 'printer-state-reasons' attribute are shown. Enumeration: 'report': 3, 'warning': 4, 'error': 5.
                                             mltIppVersionsSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.4 no-access
Table which shows 'ipp-versions-supported.' This item is an IPP Ver1.1 support item. In implementation of IPP Ver1.0, it is not necessary to implement this item.
                                                 mltIppVersionsSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.4.1 no-access
                                                     mltIppVersionIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.4.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppVersionIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.4.1.2 integer read-only
Index for uniquely showing 'ipp-version'.
                                                     mltIppVersionType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.4.1.3 integer read-only
'ipp-version' to support is shown Enumeration: 'ipp11': 4, 'ipp10': 3.
                                             mltIppOperationSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.5 no-access
Table which has 'operation-supported' attribute.
                                                 mltIppOperationSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.5.1 no-access
                                                     mltIppOperationIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.5.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppOperationIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.5.1.2 integer read-only
Index which shows 'operation' to support.
                                                     mltIppOperationType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.5.1.3 integer read-only
Type of 'operation' is shown Enumeration: 'printJob': 2, 'createJob': 5, 'releaseJob': 13, 'getJobAttributes': 9, 'purgeJobs': 18, 'resumePrinter': 17, 'getJobs': 10, 'restartJob': 14, 'pausePrinter': 16, 'sendDocument': 6, 'cancelJob': 8, 'sendURI': 7, 'validateJob': 4, 'holdJobs': 12, 'printURI': 3, 'getPrinterAttributes': 11.
                                                     mltIppOperationEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.5.1.4 integer read-write
This shows Opeartor's Enable/Disable. Enumeration: 'enable': 1, 'disable': 2.
                                             mltIppCharSetSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.6 no-access
Table which shows 'charset-supported.'
                                                 mltIppCharSetSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.6.1 no-access
                                                     mltIppCharSetIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.6.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppCharSetIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.6.1.2 integer read-only
Index for uniquely showing 'charset'.
                                                     mltIppCharSetName 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.6.1.3 displaystring read-only
A parameter should follow regulation of IANA of the following. http://www.iana.org/assignments/character-set
                                                     mltIppCharSetCode 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.6.1.4 integer read-only
The code of 'charset' to support A parameter should follow regulation of IANA of the following. http://www.iana.org/assignments/character-set
                                             mltIppNaturalLanguageSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.7 no-access
Table which shows 'generated-natural-language-supported' attribute.
                                                 mltIppNaturalLanguageSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.7.1 no-access
                                                     mltIppNaturalLangIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.7.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppNaturalLangIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.7.1.2 integer read-only
Index for uniquely showing 'natural-language'.
                                                     mltIppNaturalLangName 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.7.1.3 displaystring read-only
The name of 'natural-language' to support.
                                             mltIppDocFormatSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.8 no-access
Table which shows 'document-format-supported' attribute.
                                                 mltIppDocFormatSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.8.1 no-access
                                                     mltIppDocFormatIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.8.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppDocFormatIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.8.1.2 integer read-only
The index for uniquely showing 'document-format'.
                                                     mltIppDocFormatName 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.8.1.3 displaystring read-only
The name of 'document-format' to support is shown
                                             mltIppCompressionSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.10 no-access
Table which shows 'compression-supported.'
                                                   mltIppCompressionSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.10.1 no-access
                                                       mltIppCompressionIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.10.1.1 integer read-only
Index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                       mltIppCompressionIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.10.1.2 integer read-only
Index for uniquely showing 'compression'.
                                                       mltIppCompressionType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.2.10.1.3 integer read-only
'compression' currently supported is shown. Enumeration: 'gzip': 5, 'none': 3, 'compress': 6, 'deflate': 4.
                                         mltNetIppJobTemplateAttribute 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3
                                             mltNetIppJobTemplateGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1 no-access
The table for showing the general information about Job Template Attribute of IPP.
                                                 mltNetIppJobTemplateGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1 no-access
                                                     mltIppJobTemplateGeneralIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppJobPriorityDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.2 integer read-only
'job-priority-default' attribute is shown.
                                                     mltIppJobPrioritySupported 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.3 integer read-only
'job-priority-supported' attribute is shown.
                                                     mltIppJobHoldUntilDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.4 integer read-only
'job-hold-until-default' attribute is shown.
                                                     mltIppJobSheetsDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.5 integer read-only
'ipp-job-sheets-default' attribute is shown.
                                                     mltIppCopiesDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.6 integer read-write
'copies-default' attribute is shown.
                                                     mltIppCopiesMaxSupported 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.7 integer read-only
'copies-supported' attribute is shown. Since MIN value is surely 1, only MAX is shown.
                                                     mltIppFinishingsDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.8 integer read-only
'finishings-default' attribute is shown.
                                                     mltIppPageRangesSupported 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.9 integer read-only
'page-ranges-supported' attribute is shown. Enumeration: 'enable': 1, 'disable': 2.
                                                     mltIppSidesDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.10 integer read-write
'sides-default' attribute is shown.
                                                     mltIppNumberUpDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.11 integer read-only
'number-up-default' attribute is shown.
                                                     mltIppOrientationRequestedDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.12 integer read-write
'orientation-requested-default' attribute is shown.
                                                     mltIppMediaDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.13 integer read-write
'media-default' attribute is shown.
                                                     mltIppPrinterResolutionDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.14 integer read-write
'printer-resolution-default' attribute is shown.
                                                     mltIppPrintQualityDefault 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.1.1.15 integer read-write
'print-quality-default' attribute is shown.
                                             mltIppJobHoldUntilSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.2 no-access
Table which shows 'job-hold-until-supported' attribute.
                                                 mltIppJobHoldUntilSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.2.1 no-access
                                                     mltIppJobHoldUntilIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.2.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppJobHoldUntilIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.2.1.2 integer read-only
Index for uniquely showing 'job-hold-until'.
                                                     mltIppJobHoldUntilType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.2.1.3 integer read-only
Type of 'job-hold-until' to support. Enumeration: 'evening': 6, 'noHold': 3, 'dayTime': 5, 'secondShift': 9, 'night': 7, 'thirdShift': 10, 'indefinite': 4, 'weekend': 8.
                                             mltIppJobSheetsSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.3 no-access
Table which shows 'ipp-job-sheets-supported'.
                                                 mltIppJobSheetsSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.3.1 no-access
                                                     mltIppJobSheetsIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.3.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppJobSheetsIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.3.1.2 integer read-only
Index for uniquely showing 'job-sheets'.
                                                     mltIppJobSheetsType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.3.1.3 integer read-only
Type of 'job-sheets' to support is shown. Enumeration: 'none': 3, 'standard': 4.
                                             mltIppFinishingsSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.4 no-access
Table which shows 'finishings-supported'.
                                                 mltIppFinishingsSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.4.1 no-access
                                                     mltIppFinishingsIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.4.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppFinishingsIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.4.1.2 integer read-only
Index for uniquely showing 'finishings'.
                                                     mltIppFinishingsType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.4.1.3 integer read-only
Type of 'finishings' to support. Enumeration: 'edge-stitch': 9, 'edge-stitch-top': 25, 'none': 3, 'edge-stitch-right': 26, 'staple-top-right': 22, 'staple-dual-left': 28, 'bind': 7, 'edge-stitch-left': 24, 'cover': 6, 'punch': 5, 'staple-dual-top': 29, 'staple-bottom-left': 21, 'saddle-stitch': 8, 'edge-stitch-bottom': 27, 'staple-top-left': 20, 'staple-bottom-right': 23, 'staple-dual-bottom': 31, 'staple': 4, 'staple-dual-right': 30.
                                             mltIppSidesSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.5 no-access
Table which shows 'sides-supported' attribute.
                                                 mltIppSidesSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.5.1 no-access
                                                     mltIppSidesIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.5.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppSidesIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.5.1.2 integer read-only
Index for uniquely showing 'sides'.
                                                     mltIppSidesType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.5.1.3 integer read-only
Type of 'sides' to support Enumeration: 'one-sided': 3, 'two-sided-long-edge': 4, 'two-sided-short-edge': 5.
                                             mltIppNumberUpSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.6 no-access
Table which shows 'number-up-supported'.
                                                 mltIppNumberUpSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.6.1 no-access
                                                     mltIppNumberUpIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.6.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppNumberUpIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.6.1.2 integer read-only
Index for uniquely showing 'number-up'.
                                                     mltIppNumberUpType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.6.1.3 integer read-only
The 'number-up' value to support is shown. Enumeration: 'num9Up': 4, 'num16Up': 5, 'num1Up': 1, 'num4Up': 3, 'num2Up': 2.
                                             mltIppOrientationRequestedSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.7 no-access
'orientation-requested-supported' attribute is shown.
                                                 mltIppOrientationRequestedSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.7.1 no-access
                                                     mltIppOrientationRequestedIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.7.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppOrientationRequestedIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.7.1.2 integer read-only
Index for uniquely showing 'orientation-requested'.
                                                     mltIppOrientationRequestedType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.7.1.3 integer read-only
Type of 'orientation-requested' to support. Enumeration: 'portrait': 3, 'reverse-portrait': 6, 'reverse-landscape': 5, 'landscape': 4.
                                             mltIppMediaSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.8 no-access
Table which shows 'media-supported' attribute.
                                                 mltIppMediaSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.8.1 no-access
                                                     mltIppMediaIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.8.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltIppMediaIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.8.1.2 integer read-only
Index for uniquely showing 'media'.
                                                     mltIppMediaName 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.8.1.3 octet string read-only
The name of 'media' currently supported. Refer to Bergman, R, 'Media Size Standardized Names', PWG Draft Standard D0.5, March 26, 2001.
                                                     mltIppMediaType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.8.1.4 octet string read-only
mediatype of 'media' currently supported.
                                                     mltIppMediaColor 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.8.1.5 octet string read-only
The color of 'media' currently supported.
                                                     mltIppMediaInputTray 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.8.1.6 octet string read-only
Tray to which 'media' currently supported is set.
                                             mltPrinterResolutionSupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.9 no-access
Table which shows 'printer-resolution-supported'.
                                                 mltPrinterResolutionSupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.9.1 no-access
                                                     mltPrinterResolutionIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.9.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                     mltPrinterResolutionIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.9.1.2 integer read-only
Index for uniquely showing 'printer-resolution'.
                                                     mltPrinterResolutionFeedDir 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.9.1.3 integer32 read-only
The value of Feed direction of 'printer-resolution' to support.
                                                     mltPrinterResolutionXFeedDir 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.9.1.4 integer32 read-only
The value of XFeed direction of 'printer-resolution' to support.
                                                     mltPrinterResolutionUnit 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.9.1.5 integer read-only
Unit of 'printer-resolution' to support . Enumeration: 'other': 1, 'micrometers': 4, 'tenThousandthsOfInches': 3.
                                             mltPrintQualitySupportedTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.10 no-access
Table which shows 'print-quality-supported' attribute
                                                   mltPrintQualitySupportedEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.10.1 no-access
                                                       mltPrintQualityIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.10.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which IPP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                       mltPrintQualityIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.10.1.2 integer read-only
Index for uniquely showing 'print-quality'.
                                                       mltPrintQualityType 1.3.6.1.4.1.2590.1.1.2.1.5.7.14.3.10.1.3 integer read-only
Type of 'print-quality' to support. Enumeration: 'high': 5, 'draft': 3, 'normal': 4.
                                   mltNetSlp 1.3.6.1.4.1.2590.1.1.2.1.5.7.17
                                         mltNetSlpGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.1 no-access
Table for showing the general information of SLP.
                                             mltNetSlpGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.1.1 no-access
                                                 mltNetSlpIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.1.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which SLP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                 mltNetSlpEnable 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.1.1.2 integer read-write
Enable/Disable of service of SLP is set up. Enumeration: 'enable': 1, 'disable': 2.
                                                 mltNetSlpPortNumber 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.1.1.3 integer read-write
Port number of SLP is shown. Default is 427.
                                                 mltNetSlpMTU 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.1.1.4 integer read-write
MTU value of LP gas is shown. Default shall be 1400.
                                                 mltNetSlpTTL 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.1.1.5 integer read-write
TTL value of SLP is shown. Default shall be 255.
                                                 mltNetSlpBroadcastSupport 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.1.1.6 integer read-write
Support of multicasting and broadcasting is shown. Enumeration: 'both': 3, 'broadcastOnly': 1, 'multicastOnly': 2.
                                         mltNetSlpConfigTable 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.2 no-access
The table for showing the setup information of SLP.
                                             mltNetSlpConfigEntry 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.2.1 no-access
                                                 mltNetSlpConfigIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.2.1.1 integer read-only
The index for uniquely specifying NetworkInterface to which SLP is set. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                                 mltNetSlpIndex 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.2.1.2 integer read-only
Index for showing a specific entry. Default is 1.
                                                 mltNetSlpService 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.2.1.3 displaystring read-only
The character string which shows the service registered into DA. Example: 'service:printer:help'
                                                 mltNetSlpScope 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.2.1.4 displaystring read-write
The character string which shows the scope of SLP. Default character string is 'default'.
                                                 mltNetSlpLifetime 1.3.6.1.4.1.2590.1.1.2.1.5.7.17.2.1.5 integer read-write
The value which shows LifeTime of a registration. A unit is second. Default is 10800 (3 hours).
                               mltNetNetWare 1.3.6.1.4.1.2590.1.1.2.1.5.8
                                   mltNetNwGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.8.1 no-access
Table with the basic information of NetWare relation which NetworkInterface has
                                       mltNetNwGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.8.1.1 no-access
                                           mltNetNwIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.1.1.1 integer read-only
The index for uniquely showing NetworkInterface. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetNwDefault 1.3.6.1.4.1.2590.1.1.2.1.5.8.1.1.2 integer read-only
The command which restores all setup about NetWare to FactoryDefault. When resetToDefault(2) is set, an agent side shall surely return Reply. In principle, when resetToDefault(2) is set, about the timing in which the setup returns to default depends on an implementation and it does not define in MIB. Enumeration: 'supported': 1, 'notSupported': 0, 'resetToDefault': 2.
                                           mltNetNwFrameTypeConfig 1.3.6.1.4.1.2590.1.1.2.1.5.8.1.1.3 integer read-write
A setup of FrameType used by NetWare (IPX). It is set by using Bitmap of the following. 1 (Auto-Sense) is recommended for the Default. Although Auto-Sense and other value do not exist together, about Binding two or more FrameTypes simultaneously, it is dependent on the implementation of a model. Bit Value FrameType ---- ---- ---------- 0 1 Reserved 1 2 802.3 2 4 EthernetII 3 8 802.3-SNAP 4 16 802.2 (4) 5 32 Reserved 6 64 802.5-TokenRing 7 128 TokenRing-SNAP
                                           mltNetNwPrintMode 1.3.6.1.4.1.2590.1.1.2.1.5.8.1.1.4 integer read-write
The mode of NetworkInterface used by NetWare is set up. Default shall be pServerMode(1). When not supporting NPrinter, it shall be the implementation of RO. Enumeration: 'nPrinterMode': 2, 'pServerMode': 1.
                                   mltNetNwFrameTable 1.3.6.1.4.1.2590.1.1.2.1.5.8.2 no-access
The information of FrameType which is working in NetWare is shown.
                                       mltNetNwFrameEntry 1.3.6.1.4.1.2590.1.1.2.1.5.8.2.1 no-access
                                           mltNetNwFrameIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.2.1.1 integer read-only
The index for uniquely showing NetworkInterface. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetNwFrameIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.2.1.2 integer read-only
Index for showing FrameType which is operating by NetworkInterface.
                                           mltNetNwFrameType 1.3.6.1.4.1.2590.1.1.2.1.5.8.2.1.3 integer read-only
FrameType is shown. Enumeration: 'tokenRing8025': 6, 'tokenRingSnap': 7, 'ethernetII': 2, 'ethernetSnap': 3, 'ethernet8023': 1, 'ethernet8022': 4.
                                           mltNetNwNetworkNumber 1.3.6.1.4.1.2590.1.1.2.1.5.8.2.1.4 octet string read-only
Network number which each FrameType is using is displayed. The notation of a number is indicated by Hexadecimal numbers.
                                   mltNetNwPserverTable 1.3.6.1.4.1.2590.1.1.2.1.5.8.3 no-access
The table for showing the setup of PrintServer.
                                       mltNetNwPserverEntry 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1 no-access
                                           mltNetNwPsIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.1 integer read-only
The index for uniquely showing NetworkInterface. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetNwPsIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.2 integer read-only
Index for uniquely showing PrintServer. The number of indexes depends on an implementation. The number of indexes which can be implemented and the number of defaults depends on an implementation.
                                           mltNetNwPsName 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.3 displaystring read-write
The name of PrintServer. Default is dependent on an implementation.
                                           mltNetNwPsPasswd 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.4 displaystring read-write
Password of PrintServer. Default is Null. When it is gotten, applying scramble to value is not accepted. About security, support by the management tool side.
                                           mltNetNwPsMode 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.5 integer read-write
The mode in which PrintServer supports is shown. Enumeration: 'both': 0, 'binderyMode': 1, 'ndsMode': 2.
                                           mltNetNwPsPrefFServer 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.6 displaystring read-write
Value of Preferred FileServer used in Bindery mode. It shall be NullString when set only to NDS mode. In the system which does not set up PreferredFileServer, implement '-' (hyphen) and shall be RO.
                                           mltNetNwPsPrefTree 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.7 displaystring read-write
Value of Preferred Tree used in NDS mode. It shall be NullString when set only to Bindery mode. In the system which does not set up PreferredTree, implement 'N/A' and shall be RO.
                                           mltNetNwPsPrefContext 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.8 displaystring read-write
Value of Preferred Context used in NDS mode. It shall be NullString when set only to Bindery mode. In the system which does not set up PreferredContext, implement 'N/A' and shall be RO.
                                           mltNetNwPsPollingRate 1.3.6.1.4.1.2590.1.1.2.1.5.8.3.1.9 integer read-write
The interval at which PrinteServer scans Queue. Unit is second. Range which can be set up shall be 1 - 65535. Default is 1 (second).
                                   mltNetNwQueueTable 1.3.6.1.4.1.2590.1.1.2.1.5.8.4 no-access
Table which shows the information of Queue which NetworkInterface has managed.
                                       mltNetNwQueueEntry 1.3.6.1.4.1.2590.1.1.2.1.5.8.4.1 no-access
                                           mltNetNwQueueIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.4.1.1 integer read-only
The index for uniquely showing Queue.
                                           mltNetNwQueueName 1.3.6.1.4.1.2590.1.1.2.1.5.8.4.1.2 displaystring read-only
The name of Queue.
                                           mltNetNwQueueRefIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.4.1.3 integer read-only
NetworkInterface which is managing Queue is shown. Use the value of mltNetNwPsIfIndex.
                                           mltNetNwQueueRefPsIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.4.1.4 integer read-only
PrintServer which is managing Queue is shown. Use the value of mltNetNwPsIndex.
                                           mltNetNwQueueStatus 1.3.6.1.4.1.2590.1.1.2.1.5.8.4.1.5 integer read-only
The state of Queue is shown. Enumeration: 'available': 1, 'unknown': 0, 'allocated': 2, 'inUse': 3.
                                   mltNetNwNPrinterTable 1.3.6.1.4.1.2590.1.1.2.1.5.8.5 no-access
Table which shows the information of NPrinter which NetworkInterface is managing. In the system without Nprinter function, it is not necessary to implement this table.
                                       mltNetNwNPrinterEntry 1.3.6.1.4.1.2590.1.1.2.1.5.8.5.1 no-access
                                           mltNetNwNPrinterIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.5.1.1 integer read-only
The index for uniquely showing NetworkInterface. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetNwNPrinterIndex 1.3.6.1.4.1.2590.1.1.2.1.5.8.5.1.2 integer read-only
Index for uniquely showing Nprinter.
                                           mltNetNwNPrinterName 1.3.6.1.4.1.2590.1.1.2.1.5.8.5.1.3 displaystring read-write
The name of Nprinter.
                                           mltNetNwNPrinterNumber 1.3.6.1.4.1.2590.1.1.2.1.5.8.5.1.4 integer read-write
Printer number of NPrinter. Default shall be 1.
                               mltNetAppleTalk 1.3.6.1.4.1.2590.1.1.2.1.5.9
                                   mltNetAppleTalkGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.9.1 no-access
Table with the basic information of AppleTalk relation which NetworkInterface has.
                                       mltNetAppleTalkGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.9.1.1 no-access
                                           mltNetAtIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.9.1.1.1 integer read-only
The index for uniquely showing NetworkInterface. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetAtDefault 1.3.6.1.4.1.2590.1.1.2.1.5.9.1.1.2 integer read-write
The command which restores all setup about AppleTalk to FactoryDefault. When resetToDefault(2) is set, an agent side shall surely return Reply. In principle, when resetToDefault(2) is set, about the timing in which the setup returns to default depends on an implementation and it does not define in MIB. Enumeration: 'supported': 1, 'notSupported': 0, 'resetToDefault': 2.
                                           mltNetAtNetNumber 1.3.6.1.4.1.2590.1.1.2.1.5.9.1.1.3 integer read-only
NetworkNumber in Network of AppleTalk. Display the value acquired at the time of Apple Talk starting. When it is unknown, shall be -2 (unknown).
                                           mltNetAtNodeNumber 1.3.6.1.4.1.2590.1.1.2.1.5.9.1.1.4 integer read-only
Node Number in Network of AppleTalk. Display the value acquired at the time of Apple Talk starting. When it is unknown, shall be -2 (unknown).
                                           mltNetAtDesiredZone 1.3.6.1.4.1.2590.1.1.2.1.5.9.1.1.5 displaystring read-write
Setting value of Zone name in Apple Talk. Default shall be '*'.
                                           mltNetAtCurrentZone 1.3.6.1.4.1.2590.1.1.2.1.5.9.1.1.6 displaystring read-only
Zone name to which device is operating. In environment of operation, it may differ from the above-mentioned value.
                                   mltNetAtPrinterTable 1.3.6.1.4.1.2590.1.1.2.1.5.9.2 no-access
The table for showing the setup of AppleTalkPrinter.
                                       mltNetAtPrinterEntry 1.3.6.1.4.1.2590.1.1.2.1.5.9.2.1 no-access
                                           mltNetAtPrinterIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.9.2.1.1 integer read-only
The index for uniquely showing NetworkInterface. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                           mltNetAtPrinterIndex 1.3.6.1.4.1.2590.1.1.2.1.5.9.2.1.2 integer read-only
The index for uniquely showing AppleTalkPrinter. The number of indexed depends on an implementation.
                                           mltNetAtPrinterName 1.3.6.1.4.1.2590.1.1.2.1.5.9.2.1.3 displaystring read-write
The name of AppleTalkPrinter. When performing the operation, the name in an actual operation environment should be shown.
                                           mltNetAtPrinterType 1.3.6.1.4.1.2590.1.1.2.1.5.9.2.1.4 displaystring read-only
Type of AppleTalk Printer. Default is 'LaserWriter'.
                               mltNetSmb 1.3.6.1.4.1.2590.1.1.2.1.5.10
                                     mltNetSmbGeneralTable 1.3.6.1.4.1.2590.1.1.2.1.5.10.1 no-access
The table with the basic information of SMB relation which NetworkInterface has.
                                         mltNetSmbGeneralEntry 1.3.6.1.4.1.2590.1.1.2.1.5.10.1.1 no-access
                                             mltNetSmbIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.10.1.1.1 integer read-only
The index for uniquely showing NetworkInterface. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                             mltNetSmbDefault 1.3.6.1.4.1.2590.1.1.2.1.5.10.1.1.2 integer read-write
The command which restores all setup about SMB to FactoryDefault. When resetToDefault(2) is set, an agent side shall surely return Reply. In principle, when resetToDefault(2) is set, about the timing in which the setup returns to default depends on an implementation and it does not define in MIB. Enumeration: 'supported': 1, 'notSupported': 0, 'resetToDefault': 2.
                                             mltNetSmbWorkGroupName 1.3.6.1.4.1.2590.1.1.2.1.5.10.1.1.3 displaystring read-write
WorkGroup name in Windows Network. Default shall be 'WORKGROUP'. Only the implementation of capital letters is accepted about this item.
                                             mltNetSmbHostName 1.3.6.1.4.1.2590.1.1.2.1.5.10.1.1.4 displaystring read-write
Host name in Windows Network. Default is dependent on an implementation. Only the implementation of capital letters is accepted about this item
                                             mltNetSmbWinsSupport 1.3.6.1.4.1.2590.1.1.2.1.5.10.1.1.5 integer read-only
Sets up the availability of use of WINS. Default is disable(2). Enumeration: 'enable': 1, 'notSupported': 0, 'disable': 2.
                                             mltNetSmbWinsPrimaryServer 1.3.6.1.4.1.2590.1.1.2.1.5.10.1.1.6 ipaddress read-only
Sets up PrimaryServer of Wins. Default is 0.0.0.0
                                             mltNetSmbWinsSecondaryServer 1.3.6.1.4.1.2590.1.1.2.1.5.10.1.1.7 ipaddress read-only
Sets up Secondary Server of Wins. Default is 0.0.0.0.
                                     mltNetSmbPrinterTable 1.3.6.1.4.1.2590.1.1.2.1.5.10.2 no-access
The table which has the information of Printer relation in SMB.
                                         mltNetSmbPrinterEntry 1.3.6.1.4.1.2590.1.1.2.1.5.10.2.1 no-access
                                             mltNetSmbPrinterIfIndex 1.3.6.1.4.1.2590.1.1.2.1.5.10.2.1.1 integer read-only
The index for uniquely showing NetworkInterface. The value of index shall be the same value with mltNetGeneralIndex (ifIndex).
                                             mltNetSmbPrinterIndex 1.3.6.1.4.1.2590.1.1.2.1.5.10.2.1.2 integer read-only
Index for uniquely showing Printer in SMB. The number of indexes depends on an implementation.
                                             mltNetSmbPrinterName 1.3.6.1.4.1.2590.1.1.2.1.5.10.2.1.3 displaystring read-write
Printer name in SMB. Default is dependent on the implementation of a model. About the availability of Printer name change shall also be dependent on an implementation.
                                             mltNetSmbPrinterDescr 1.3.6.1.4.1.2590.1.1.2.1.5.10.2.1.4 displaystring read-only
Explanation of Printer. About the written contents is dependent on the implementation of a model; however, implementation of NullString is not accepted. At least input the character string which is same as Default Printer name.
                   mltDevice 1.3.6.1.4.1.2590.1.1.3
                   mltJob 1.3.6.1.4.1.2590.1.1.4
                       mltJobManagement 1.3.6.1.4.1.2590.1.1.4.1
                           mltJmMibVersion 1.3.6.1.4.1.2590.1.1.4.1.1 displaystring read-only
The standardization version of MIB implemented in JobManagement relation. This indicates the version of the Private Job Management MIB that is implemented. There are some mib objects that indicate the Mib Version. (mltSysMibVersion, mltPrtMibVersion, mltScnMibVersion, mltNetMiIbVersion, mltJmMibVersion) But, the each mib version should be same version. Especially, the each major versions must be same. The version information of Standard MIB specification. General form is AA.BC. AA is indicating major revision, and B and C is minor revision. Decimal point is ASCII-coded period.
                           mltJmGeneral 1.3.6.1.4.1.2590.1.1.4.1.2
                               mltJmGeneralTable 1.3.6.1.4.1.2590.1.1.4.1.2.1 no-access
This table indicates the general information about Job Management. This table contains the number of active jobs, oldest/newest jobs, the number of preservation of a history, and so on.
                                   mltJmGeneralEntry 1.3.6.1.4.1.2590.1.1.4.1.2.1.1 no-access
                                       mltJmGeneralJobSetIndex 1.3.6.1.4.1.2590.1.1.4.1.2.1.1.1 integer read-only
A unique value for each job set in this MIB. JobSet shows the system of the serial number used for Job management. In managing a serial number to 1 by all the functions of a device according to 'Job management standard specifications', it sets the number of JobSets to 1. In managing a serial number for every functional classification, only the number of functional classifications shall have JobSet.
                                       mltJmGeneralNumberOfActiveJobs 1.3.6.1.4.1.2590.1.1.4.1.2.1.1.2 integer read-only
The current number of 'active' jobs in the mltJmJobTable. when the device has no active jobs, this value should be 0. The device that cannot support to count active jobs should implement (-2) as fixed value.
                                       mltJmGeneralOldestActiveJobIndex 1.3.6.1.4.1.2590.1.1.4.1.2.1.1.3 integer read-only
The mltJmJobIndex of the oldest job that is still in one of the 'active' states. In other words, the index of the 'active' job that has been in the job tables the longest. If there are no active jobs, this value should be 0. The device that cannot support to count active jobs should implement (-2) as fixed value.
                                       mltJmGeneralNewestActiveJobIndex 1.3.6.1.4.1.2590.1.1.4.1.2.1.1.4 integer read-only
The mltJmJobIndex of the newest job that is in one of the 'active' states. In other words, the index of the 'active' job that has been most recently added to the job tables. If there are no active jobs, this value should be 0. The device that cannot support to count active jobs should implement (-2) as fixed value.
                                       mltJmGeneralJobPersistence 1.3.6.1.4.1.2590.1.1.4.1.2.1.1.5 integer read-only
The number holding the information (Index) on Job is specified after an end of Job. About the number which should hold the history information on Job, it shall be dependent on implementation of a model. If a device can not support this, '-2'(Not Support) should be implemented.
                                       mltJmGeneralJobSetType 1.3.6.1.4.1.2590.1.1.4.1.2.1.1.6 integer read-only
The type of JobSet. Enumeration: 'mfpAll': 0, 'receiveJob': 3, 'faxSend': 6, 'other': 7, 'print': 2, 'faxReceive': 5, 'copy': 1, 'sendJob': 4.
                           mltJmJob 1.3.6.1.4.1.2590.1.1.4.1.3
                               mltJmJobTable 1.3.6.1.4.1.2590.1.1.4.1.3.1 no-access
The table indicates the detailed information of jobs.
                                   mltJmJobEntry 1.3.6.1.4.1.2590.1.1.4.1.3.1.1 no-access
                                       mltJmJobJobSetIndex 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.1 integer read-only
A unique value for each job set in this MIB. JobSet shows the system of the serial number used for Job management. This index is the same as mltJmGeneralJobSetIndex.
                                       mltJmJobIndex 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.2 integer read-only
The sequential, monotonously increasing identifier index for the job generated by the device when that device accepted the job. [ This Index shall hold also in power supply On./Off. After attainment is automatically re-started from 1 to maximum.
                                       mltJmJobFunction 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.3 integer read-only
This value indicates the function of job sender. receiveJob(3) may include FAX and iFAX jobs. Enumeration: 'receiveJob': 3, 'unknown': 0, 'faxSend': 6, 'other': 7, 'print': 2, 'faxReceive': 5, 'copy': 1, 'sendJob': 4.
                                       mltJmJobStatus 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.4 integer read-write
This value indicates the status of job. Enumeration: 'puaseRequest': 3, 'restartRequest': 4, 'processingStopped': 25, 'sending': 21, 'scanning': 24, 'unknown': 0, 'completed': 30, 'processing': 20, 'cancelRequest': 2, 'canceled': 33, 'printing': 23, 'other': 1, 'caution': 31, 'aborted': 32, 'pendingHeld': 11, 'pendingPaused': 12, 'receiving': 22, 'pending': 10.
                                       mltJmJobReceivedTime 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.6 dateandtime read-only
Registration time of Job. About TimeZone, it is not indispensable. When you cannot perform acquisition of time information, be referred to as Null (Zero-Length).
                                       mltJmJobCompleteTime 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.7 dateandtime read-only
Completion time of Job. About TimeZone, it is not indispensable. When you await and completion time cannot be written by Job etc., be referred to as Null (Zero-Length).
                                       mltJmJobPriority 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.8 integer read-write
It is used when controlling the priority of Job. When device cannot support to change of a priority, this value should be notSupported (0) as RO. When device support to change of a priority, it uses the value of 1 to 5. In this case, implementation as RW is mandatory. Enumeration: 'normalPriority': 3, 'lowPriority': 2, 'highestPriority': 5, 'highPriority': 4, 'notSupported': 0, 'lowestPriority': 1.
                                       mltJmJobDivNumber 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.9 integer read-only
The division number of job. 0-999 is used. When the device does not perform division control, this value should be (-2). (-2) means unknown.
                                       mltJmJobOwner 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.10 displaystring read-only
The owner of job. If device cannot detect the name of owner , this value should be '-', of 'unknown'. The implementation of zero-length is not accepted.
                                       mltJmJobType 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.11 integer read-only
The type of job. When the job type is not detected, this value should be other(0). Enumeration: 'scanToHDD': 15, 'normalCopy': 40, 'scanToPC': 14, 'iFaxSend': 12, 'securePrint': 22, 'faxSend': 52, 'proofAndPrint': 25, 'scanToServer': 13, 'ippPrint': 21, 'normalPrint': 20, 'twain': 16, 'iFaxReceive': 31, 'other': 0, 'timerPrint': 23, 'printToHDD': 24, 'reportPrint': 29, 'eMail': 11, 'faxRecieved': 51.
                                       mltJmJobName 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.12 displaystring read-only
The name of job. If device cannot detect job name, this value should be '-', of 'unknown'. The implementation of zero-length is not accepted.
                                       mltJmJobDocPageNumbers 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.13 integer32 read-only
The page numbers of job. When device cannot detect page numbers this value should be (-2).
                                       mltJmJobDocCopyNumbers 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.14 integer32 read-only
Number of copies of Job. When device cannot detect the number of copies, this value should be (-2).
                                       mltJmJobPageSize 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.15 integer read-only
The paper/picture size of Job. In case of output job, this value shows output paper size. Incase of scanned job, this value shows the size of picture. In Job of mixed size, the last page should be displayed. Enumeration: 'a6W': 117, 'quarto': 41, 'a6': 17, 'us8-1by4x11-3by4': 38, 'envelopeCom10': 64, 'b4': 25, 'b5': 26, 'b6': 27, 'b0': 21, 'b1': 22, 'b2': 23, 'b3': 24, 'a4W': 115, 'a3W': 114, 'youkei-6Go': 76, 'us11x15': 32, 'youkei-1Go': 71, 'ledger': 31, 'legal': 37, 'choukei-4Go': 84, 'kakugata-3Go': 93, 'statement': 43, 'executive': 42, 'us11x14': 33, 'unknownPaperSize': 1, 'comp': 34, 'us4x6': 47, 'fls3': 54, 'fls2': 53, 'fls1': 52, 'fls0': 51, 'a1': 12, 'a0': 11, 'a3': 14, 'a2': 13, 'a5': 16, 'a4': 15, 'letter': 39, 'us12x14': 30, 'youkei-4Go': 74, 'us9-1by4x14': 36, 'envelopeDL': 66, 'otherPaperSize': 0, 'hagaki': 61, 'choukei-3Go': 83, 'govLetter': 40, 'a5W': 116, 'fls': 50, 'us3x5': 46, 'envelopeC5': 65, 'oufuku-Hagaki': 62, 'youkei-0Go': 70, 'envelopeMonarch': 67, 'us10x14': 35, 'govRegal': 44, 'envelopeC6': 68, 'envelopeB5': 63.
                                       mltJmJobDestination 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.16 displaystring read-only
The destination of job. If destination is unknown, this value should be '-'.
                                       mltJmJobDataSize 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.18 integer32 read-only
The data size of job. A unit is KByte. In case of printing job, this value should be the size of printing date. In case of send job, this value should be not the size of picture but the size of transefered data. When the device cannot detect data size, this value should be (-2).
                                       mltJmJobColorMode 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.19 integer read-only
The type of color mode. Enumeration: 'color': 2, 'unknown': 1, 'other': 0, 'grayScale': 3, 'blackWhite': 4.
                                       mltJmJobFormat 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.20 integer read-only
The data format of job. Enumeration: 'linePrinter': 12, 'gdi': 11, 'pcl': 9, 'tiff-MMR': 6, 'postScript': 10, 'unknown': 1, 'tiff-MR': 5, 'jpeg': 7, 'raw': 2, 'other': 0, 'tiff-MH': 4, 'tiff': 3, 'pdf': 8.
                                       mltJmJobXResolution 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.21 integer read-only
Resolution of the X direction of Job. A unit is dpi.
                                       mltJmJobYResolution 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.22 integer read-only
Resolution of the Y direction of Job. A unit is dpi.
                                       mltJmJobDuplex 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.23 integer read-only
A duplex setting of job. Enumeration: 'on': 1, 'off': 2.
                                       mltJmJobOutputPages 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.25 integer32 read-only
The page numbers which the output ended in Job. If a device can not recognize this information, '-2'(Not Support) should be implemented.
                                       mltJmJobOutputSheets 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.26 integer32 read-only
The sheets numbers which the output ended in Job. If a device can not recognize this information, '-2'(Not Support) should be implemented.
                                       mltJmJobMediaType 1.3.6.1.4.1.2590.1.1.4.1.3.1.1.27 integer read-only
The media type of job. Enumeration: 'plainPaperExclusive': 214, 'envelope-2side': 241, 'ohp': 230, 'otherMediaType': 208, 'thick2': 224, 'thick1': 222, 'thick2-2side': 225, 'thick1-2side': 223, 'unknownMediaType': 209, 'thick3': 226, 'plainPaper': 210, 'plainPaper2side': 211, 'postCard': 244, 'plainPaperRecycled': 212, 'thick3-2side': 227, 'envelope': 240, 'label': 242, 'plainPaperColor': 216, 'tab': 248, 'letterHead': 246, 'thin': 236.
                           mltJmReport 1.3.6.1.4.1.2590.1.1.4.1.4
                               mltJmReportTable 1.3.6.1.4.1.2590.1.1.4.1.4.1 no-access
Table for setting up the report of job history management information. If a device does not support all this functions, this table needs not to be implemented.
                                   mltJmReportEntry 1.3.6.1.4.1.2590.1.1.4.1.4.1.1 no-access
                                       mltJmReportIndex 1.3.6.1.4.1.2590.1.1.4.1.4.1.1.1 integer read-only
A unique value for each report destinations.
                                       mltJmReportAddress 1.3.6.1.4.1.2590.1.1.4.1.4.1.1.2 displaystring read-write
E-mail address of report destination.
                                       mltJmKeepAliveCount 1.3.6.1.4.1.2590.1.1.4.1.4.1.1.3 integer read-write
The counter that controls existence of transmission to Job history information. Default shall set to 0 and, in 0, it shall not transmit to the specified address. A positive number is set when demanding transmission of Job history information. Transmission will be stopped, if it subtracts every 1 and is set to 0, whenever this counter will pass on the 1st. The side that demands transmission of Job history information makes transmission continue by rewriting this counter periodically. Moreover, when E-mail environment is not ready (grade to which the SMTP server is not set), display -1. When there is no transmitting control function, this value should be -3.
                                       mltJmReportInterval 1.3.6.1.4.1.2590.1.1.4.1.4.1.1.5 integer read-write
The number of cases that transmits Job history at once is set up. Enumeration: 'each500': 6, 'each250': 5, 'each1': 1, 'each10': 2, 'each100': 4, 'each50': 3, 'notSend': 0.
                                       mltJmReporIntervalSelection 1.3.6.1.4.1.2590.1.1.4.1.4.1.1.6 integer read-only
The maximum of the number of cases to which once transmits Job history is shown. Enumeration: 'each500': 6, 'each250': 5, 'each1': 1, 'each10': 2, 'each100': 4, 'each50': 3, 'notSend': 0.
                                       mltJmReportRequest 1.3.6.1.4.1.2590.1.1.4.1.4.1.1.7 integer read-write
The request command of reporting job history. default : 0 send request : 1
           mltDirectory 1.3.6.1.4.1.2590.2