⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc1759.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
    prtCoverDescription      OCTET STRING,    prtCoverStatus           INTEGER}prtCoverIndex OBJECT-TYPE    SYNTAX     Integer32 (1..65535)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A unique value used by the printer to identify this Cover        sub-unit.  Although these values may change due to a major        reconfiguration of the device (e.g. the addition of new        cover sub-units to the printer), values are expected to        remain stable across successive printer power cycles."    ::= { prtCoverEntry 1 }prtCoverDescription OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..255))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The manufacturer provided cover sub-mechanism  name in the        localization specified by prtGeneralCurrentLocalization."    ::= { prtCoverEntry 2 }prtCoverStatus  OBJECT-TYPE    --  This value is a type 2 enumeration    SYNTAX     INTEGER {                   other(1),                   doorOpen(3),                   doorClosed(4),                   interlockOpen(5),                   interlockClosed(6)               }    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The status of this cover sub-unit."    ::= { prtCoverEntry 3 }-- The Localization Table---- The localization portion of the General printer sub-unit is-- responsible for identifying the natural language, country, and-- character set in which character strings are expressed. There-- may be one or more localizations supported per printer. The-- available localizations are represented by the Localization table.prtLocalization  OBJECT IDENTIFIER ::= { printmib 7 }prtLocalizationTable OBJECT-TYPE    SYNTAX     SEQUENCE OF PrtLocalizationEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "The available localizations in this printer."    ::= { prtLocalization 1 }prtLocalizationEntry OBJECT-TYPE    SYNTAX     PrtLocalizationEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A description of a localization.        Entries may exist in the table for each device        index who's device type is `printer'."    INDEX  { hrDeviceIndex, prtLocalizationIndex }    ::= { prtLocalizationTable 1 }PrtLocalizationEntry ::= SEQUENCE {        prtLocalizationIndex                Integer32,        prtLocalizationLanguage             OCTET STRING,        prtLocalizationCountry              OCTET STRING,        prtLocalizationCharacterSet         CodedCharSet}prtLocalizationIndex OBJECT-TYPE    SYNTAX     Integer32 (1..65535)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A unique value used by the printer to identify this        localization entry.  Although these values may change due to a        major reconfiguration of the device (e.g., the addition of new        Cover sub-units to the printer), values are expected to remain        stable across successive printer power cycles."    ::= { prtLocalizationEntry 1 }prtLocalizationLanguage OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..2))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "A two character language code from ISO 639.  Examples EN, GB,        CA, FR, DE."    ::= { prtLocalizationEntry 2 }prtLocalizationCountry OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..2))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "A two character country code from ISO 3166, a blank string        (two space characters) shall indicate that the country is        not defined.  Examples: US, FR, DE, ..."    ::= { prtLocalizationEntry 3 }prtLocalizationCharacterSet OBJECT-TYPE    SYNTAX     CodedCharSet    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The coded character set used for this localization."    ::= { prtLocalizationEntry 4 }-- The System Resources Tables-- The Printer MIB makes use of the Host MIB to-- define system resources by referencing the storage-- and device groups of the print group.  In order to-- determine, amongst multiple printers serviced by-- one agent, which printer owns a particular-- resource, the prtStorageRef and prtDeviceRef tables-- associate particular storage and device entries to-- printers.prtStorageRefTable OBJECT-TYPE    SYNTAX     SEQUENCE OF PrtStorageRefEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        ""    ::= { prtGeneral 2 }prtStorageRefEntry OBJECT-TYPE    SYNTAX     PrtStorageRefEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "This table will have an entry for each entry in        the host MIB storage table that represents storage associated        with a printer managed by this agent."    INDEX      { hrStorageIndex, prtStorageRefSeqNumber }    ::= { prtStorageRefTable 1 }PrtStorageRefEntry ::= SEQUENCE {    prtStorageRefSeqNumber  Integer32,    prtStorageRefIndex      Integer32}prtStorageRefSeqNumber OBJECT-TYPE    SYNTAX     Integer32 (0..65535)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "This value will be unique amongst all entries with a common        value of hrStorageIndex.        This object allows a storage entry to point to the multiple        printer devices with which it is associated."    ::= { prtStorageRefEntry 1 }prtStorageRefIndex OBJECT-TYPE    SYNTAX     Integer32 (0..65535)    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The value of the hrDeviceIndex of the printer device that this        storageEntry is associated with."    ::= { prtStorageRefEntry 2 }prtDeviceRefTable OBJECT-TYPE    SYNTAX     SEQUENCE OF PrtDeviceRefEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        ""    ::= { prtGeneral 3 }prtDeviceRefEntry OBJECT-TYPE    SYNTAX     PrtDeviceRefEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "This table will have an entry for each entry in        the host MIB device table that represents a device associated        with a printer managed by this agent."    INDEX      { hrDeviceIndex, prtDeviceRefSeqNumber }    ::= { prtDeviceRefTable 1 }PrtDeviceRefEntry ::= SEQUENCE {    prtDeviceRefSeqNumber   Integer32,    prtDeviceRefIndex       Integer32}prtDeviceRefSeqNumber OBJECT-TYPE    SYNTAX     Integer32 (0..65535)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "This value will be unique amongst all entries with a common        value of hrDeviceIndex.        This object allows a device entry to point to the multiple        printer devices with which it is associated."    ::= { prtDeviceRefEntry 1 }prtDeviceRefIndex OBJECT-TYPE    SYNTAX     Integer32 (0..65535)    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The value of the hrDeviceIndex of the printer device that this        deviceEntry is associated with."    ::= { prtDeviceRefEntry 2 }-- The Responsible Party group---- This group is optional.  However, to claim conformance to this-- group, it is necessary to implement every object in the group.prtGeneralCurrentOperator OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..127))    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The name of the current human operator responsible for        operating this printer. It is suggested that this string        include information that would enable other humans to reach        the operator, such as a phone number."    ::= { prtGeneralEntry 4 }prtGeneralServicePerson OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..127))    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The name of the last human responsible for servicing        this printer. It is suggested that this string        include information that would enable other humans to reach        the service person, such as a phone number."    ::= { prtGeneralEntry 5 }-- The Input Group---- Input sub-units are managed as a tabular, indexed collection of-- possible devices capable of providing media for input to the printing-- process.  Input sub-units typically have a location, a type, an-- identifier, a set of constraints on possible media sizes and-- potentially other media characteristics, and may be capable of-- indicating current status or capacity.---- Implementation of every object in this group is mandatory.prtInput   OBJECT IDENTIFIER ::= { printmib 8 }prtInputDefaultIndex OBJECT-TYPE    SYNTAX     Integer32 (1..65535)    MAX-ACCESS read-write    STATUS     current    DESCRIPTION       "The value of prtInputIndex corresponding to the default input        sub-unit: that is, this object selects the default source of        input media."    ::= { prtGeneralEntry 6 }prtInputTable OBJECT-TYPE    SYNTAX     SEQUENCE OF PrtInputEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A table of the devices capable of providing media for input        to the printing process."    ::= { prtInput 2 }prtInputEntry OBJECT-TYPE    SYNTAX     PrtInputEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Attributes of a device capable of providing media for input        to the printing process.        Entries may exist in the table for each device        index who's device type is `printer'."    INDEX  { hrDeviceIndex, prtInputIndex }    ::= { prtInputTable 1 }PrtInputEntry ::= SEQUENCE {        prtInputIndex                     Integer32,        prtInputType                      INTEGER,        prtInputDimUnit                   MediaUnit,        prtInputMediaDimFeedDirDeclared   Integer32,        prtInputMediaDimXFeedDirDeclared  Integer32,        prtInputMediaDimFeedDirChosen     Integer32,        prtInputMediaDimXFeedDirChosen    Integer32,        prtInputCapacityUnit              CapacityUnit,        prtInputMaxCapacity               Integer32,        prtInputCurrentLevel              Integer32,        prtInputStatus                    SubUnitStatus,        prtInputMediaName                 OCTET STRING,        prtInputName                      OCTET STRING,        prtInputVendorName                OCTET STRING,        prtInputModel                     OCTET STRING,        prtInputVersion                   OCTET STRING,        prtInputSerialNumber              OCTET STRING,        prtInputDescription               OCTET STRING,        prtInputSecurity                  PresentOnOff,        prtInputMediaWeight               Integer32,        prtInputMediaType                 OCTET STRING,        prtInputMediaColor                OCTET STRING,        prtInputMediaFormParts            Integer32}prtInputIndex OBJECT-TYPE    SYNTAX     Integer32 (1..65535)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A unique value used by the printer to identify this input        sub-unit. Although these values may change due to a major        reconfiguration of the device (e.g. the addition of new        input sub-units to the printer), values are expected to        remain stable across successive printer power cycles."    ::= { prtInputEntry 1 }prtInputType OBJECT-TYPE    --  This value is a type 2 enumeration    SYNTAX     INTEGER {                   other(1),                   unknown(2),                   sheetFeedAutoRemovableTray(3),                   sheetFeedAutoNonRemovableTray(4),                   sheetFeedManual(5),                   continuousRoll(6),                   continuousFanFold(7)               }    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The type of technology (discriminated primarily according to        feeder mechanism type) employed by the input sub-unit.  Note,        the Optional Input Class provides for a descriptor field to        further qualify the other choice."    ::= { prtInputEntry 2 }prtInputDimUnit OBJECT-TYPE    SYNTAX     MediaUnit    MAX-ACCESS read-only    STATUS     current

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -