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

📄 job-monitoring-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
Job-Monitoring-MIB DEFINITIONS ::= BEGINIMPORTS    MODULE-IDENTITY, OBJECT-TYPE, enterprises,    Integer32                                       FROM SNMPv2-SMI    TEXTUAL-CONVENTION                              FROM SNMPv2-TC    MODULE-COMPLIANCE, OBJECT-GROUP                 FROM SNMPv2-CONF;    -- The following textual-conventions are needed to implement    -- certain attributes, but are not needed to compile this MIB.    -- They are provided here for convenience:    -- hrDeviceIndex                        FROM HOST-RESOURCES-MIB    -- DateAndTime                          FROM SNMPv2-TC    -- PrtInterpreterLangFamilyTC,    -- CodedCharSet                         FROM Printer-MIB-- Use the enterprises arc assigned to the PWG which is pwg(2699).-- Group all PWG mibs under mibs(1).jobmonMIB MODULE-IDENTITY    LAST-UPDATED "9902190000Z"    ORGANIZATION "Printer Working Group (PWG)"    CONTACT-INFO        "Tom Hastings        Postal:  Xerox Corp.                 Mail stop ESAE-231                 701 S. Aviation Blvd.                 El Segundo, CA 90245        Tel:     (301)333-6413        Fax:     (301)333-5514        E-mail:  hastings@cp10.es.xerox.com        Send questions and comments to the Printer Working Group (PWG)        using the Job Monitoring Project (JMP) Mailing List:        jmp@pwg.org        For further information, including how to subscribe to the        jmp mailing list, access the PWG web page under 'JMP':            http://www.pwg.org/        Implementers of this specification are encouraged to join the        jmp mailing list in order to participate in discussions on any        clarifications needed and registration proposals being reviewed        in order to achieve consensus."    DESCRIPTION        "The MIB module for monitoring job in servers, printers, and        other devices.        Version: 1.0"    -- revision history    REVISION    "9902190000Z"    DESCRIPTION " This version published as RFC 2707"    ::= { enterprises pwg(2699)  mibs(1)  jobmonMIB(1) }-- Textual conventions for this MIB moduleJmUTF8StringTC ::= TEXTUAL-CONVENTION    DISPLAY-HINT "255a"    STATUS      current    DESCRIPTION        "To facilitate internationalization, this TC represents        information taken from the ISO/IEC IS 10646-1 character set,        encoded as an octet string using the UTF-8 character encoding        scheme.        See section 3.6.1, entitled: 'Text generated by the server or        device'."    SYNTAX      OCTET STRING (SIZE (0..63))JmJobStringTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "To facilitate internationalization, this TC represents        information using any coded character set registered by IANA as        specified in section 3.7.  While it is recommended that the        coded character set be UTF-8 [UTF-8], the actual coded        character set SHALL be indicated by the value of the        jobCodedCharSet(8) attribute for the job.        See section 3.6.2, entitled: 'Text supplied by the job        submitter'."    SYNTAX      OCTET STRING (SIZE (0..63))JmNaturalLanguageTagTC  ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "An IETF RFC 1766-compliant 'language tag', with zero or more        sub-tags that identify a natural language.  While RFC 1766        specifies that the US-ASCII values are case-insensitive, this        MIB specification requires that all characters SHALL be lower        case in order to simplify comparing by management applications.        See section 3.6.1, entitled: 'Text generated by the server or        device' and section 3.6.2, entitled: 'Text supplied by the job        submitter'."    SYNTAX      OCTET STRING (SIZE (0..63))JmTimeStampTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "The simple time at which an event took place.  The units are        in seconds since the system was booted.        NOTE - JmTimeStampTC is defined in units of seconds, rather        than 100ths of seconds, so as to be simpler for agents to        implement (even if they have to implement the 100ths of a        second to comply with implementing sysUpTime in MIB-II[mib-        II].)        NOTE - JmTimeStampTC is defined as an Integer32 so that it can        be used as a value of an attribute, i.e., as a value of the        jmAttributeValueAsInteger object.  The TimeStamp textual-        convention defined in SNMPv2-TC [SMIv2-TC] is defined as an        APPLICATION 3 IMPLICIT INTEGER tag, not an Integer32 which is        defined in SNMPv2-SMI [SMIv2-TC] as UNIVERSAL 2 IMPLICIT        INTEGER, so cannot be used in this MIB as one of the values of        jmAttributeValueAsInteger."    SYNTAX      INTEGER (0..2147483647)JmJobSourcePlatformTypeTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "The source platform type that can submit jobs to servers or        devices in any of the 3 configurations.        This is a type 2 enumeration.  See Section 3.7.1.2.  See also        IANA operating-system-names registry."    SYNTAX      INTEGER {        other(1),        unknown(2),        sptUNIX(3),           -- UNIX        sptOS2(4),            -- OS/2        sptPCDOS(5),          -- DOS        sptNT(6),             -- NT        sptMVS(7),            -- MVS        sptVM(8),             -- VM        sptOS400(9),          -- OS/400        sptVMS(10),           -- VMS        sptWindows(11),       -- Windows        sptNetWare(12)        -- NetWare    }JmFinishingTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "The type of finishing operation.        These values are the same as the enum values of the IPP        'finishings' attribute.  See Section 3.7.1.2.        other(1),            Some other finishing operation besides one of the specified            or registered values.        unknown(2),            The finishing is unknown.        none(3),            Perform no finishing.        staple(4),            Bind the document(s) with one or more staples. The exact            number and placement of the staples is site-defined.        punch(5),            Holes are required in the finished document. The exact            number and placement of the holes is site-defined.  The            punch specification MAY be satisfied (in a site- and            implementation-specific manner) either by            drilling/punching, or by substituting pre-drilled media.        cover(6),            Select a non-printed (or pre-printed) cover for the            document. This does not supplant the specification of a            printed cover (on cover stock medium) by the document            itself.        bind(7)            Binding is to be applied to the document; the type and            placement of the binding is product-specific.        This is a type 2 enumeration.  See Section 3.7.1.2."    SYNTAX      INTEGER {        other(1),        unknown(2),        none(3),        staple(4),        punch(5),        cover(6),        bind(7)    }JmPrintQualityTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "Print quality settings.        These values are the same as the enum values of the IPP 'print-        quality' attribute.  See Section 3.7.1.2.        This is a type 2 enumeration.  See Section 3.7.1.2."    SYNTAX      INTEGER {        other(1),    -- Not one of the specified or registered                     -- values.        unknown(2),  -- The actual value is unknown.        draft(3),    -- Lowest quality available on the printer.        normal(4),   -- Normal or intermediate quality on the                     -- printer.        high(5)      -- Highest quality available on the printer.    }JmPrinterResolutionTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "Printer resolutions.        Nine octets consisting of two 4-octet SIGNED-INTEGERs followed        by a SIGNED-BYTE.  The values are the same as those specified        in the Printer MIB [printmib]. The first SIGNED-INTEGER        contains the value of prtMarkerAddressabilityXFeedDir.  The        second SIGNED-INTEGER contains the value of        prtMarkerAddressabilityFeedDir.  The SIGNED-BYTE contains the        value of prtMarkerAddressabilityUnit.        Note: the latter value is either 3 (tenThousandsOfInches) or 4        (micrometers) and the addressability is in 10,000 units of        measure. Thus the SIGNED-INTEGERs represent integral values in        either dots-per-inch or dots-per-centimeter.        The syntax is the same as the IPP 'printer-resolution'        attribute.  See Section 3.7.1.2."    SYNTAX      OCTET STRING (SIZE(9))JmTonerEconomyTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "Toner economy settings.        This is a type 2 enumeration.  See Section 3.7.1.2."    SYNTAX      INTEGER {        unknown(2),    -- unknown.        off(3),        -- Off.  Normal.  Use full toner.        on(4)          -- On.  Use less toner than normal.    }JmBooleanTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "Boolean true or false value.        This is a type 2 enumeration.  See Section 3.7.1.2."    SYNTAX      INTEGER {        unknown(2),    -- unknown.        false(3),      -- FALSE.        true(4)        -- TRUE.    }JmMediumTypeTC ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION        "Identifies the type of medium.        other(1),            The type is neither one of the values listed in this            specification nor a registered value.        unknown(2),            The type is not known.        stationery(3),            Separately cut sheets of an opaque material.        transparency(4),            Separately cut sheets of a transparent material.        envelope(5),            Envelopes that can be used for conventional mailing            purposes.        envelopePlain(6),            Envelopes that are not preprinted and have no windows.        envelopeWindow(7),            Envelopes that have windows for addressing purposes.        continuousLong(8),            Continuously connected sheets of an opaque material            connected along the long edge.        continuousShort(9),            Continuously connected sheets of an opaque material            connected along the short edge.        tabStock(10),            Media with tabs.        multiPartForm(11),            Form medium composed of multiple layers not pre-attached to            one another;  each sheet MAY be drawn separately from an

⌨️ 快捷键说明

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