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

📄 rfc3165.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
   DISMAN-SCRIPT-MIB DEFINITIONS ::= BEGIN   IMPORTS       MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,       Integer32, Unsigned32, mib-2           FROM SNMPv2-SMI       RowStatus, TimeInterval, DateAndTime, StorageType, DisplayString           FROM SNMPv2-TC       MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP           FROM SNMPv2-CONF       SnmpAdminString           FROM SNMP-FRAMEWORK-MIB;   scriptMIB MODULE-IDENTITY       LAST-UPDATED "200108210000Z"       ORGANIZATION "IETF Distributed Management Working Group"       CONTACT-INFO           "WG EMail:  disman@dorothy.bmc.com            Subscribe: disman-request@dorothy.bmc.com            Chair:     Randy Presuhn                       BMC Software, Inc.            Postal:    Office 1-3141                       2141 North First Street                       San Jose,  California 95131                       USA            EMail:     rpresuhn@bmc.com            Phone:     +1 408 546-1006            Editor:    David B. Levi                       Nortel Networks            Postal:    4401 Great America Parkway                       Santa Clara, CA 95052-8185                       USA            EMail:     dlevi@nortelnetworks.com            Phone:     +1 423 686 0432            Editor:    Juergen Schoenwaelder                       TU Braunschweig            Postal:    Bueltenweg 74/75                       38106 Braunschweig                       Germany            EMail:     schoenw@ibr.cs.tu-bs.de            Phone:     +49 531 391-3283"       DESCRIPTION           "This MIB module defines a set of objects that allow to            delegate management scripts to distributed managers."       REVISION    "200108210000Z"       DESCRIPTION           "Revised version, published as RFC 3165.            This revision introduces several new objects: smScriptError,            smScriptLastChange, smLaunchError, smLaunchLastChange,            smLaunchRowExpireTime, smRunResultTime, and smRunErrorTime.            The following existing objects were updated: the maximum            value of smRunLifeTime now disables the timer, an            autostart value was added to the smLaunchAdminStatus            object, and a new expired state was added to the            smLaunchOperStatus object.            A new smScriptException notification has been added to            support runtime error notifications.            Created new conformance and compliance statements that            take care of the new objects and notifications.            Clarifications have been added in several places to remove            ambiguities or contradictions that were discovered and            reported by implementors."       REVISION    "199902221800Z"       DESCRIPTION           "Initial version, published as RFC 2592."       ::= { mib-2 64 }   --   -- The groups defined within this MIB module:   --   smObjects       OBJECT IDENTIFIER ::= { scriptMIB 1 }   smNotifications OBJECT IDENTIFIER ::= { scriptMIB 2 }   smConformance   OBJECT IDENTIFIER ::= { scriptMIB 3 }   --   -- Script language and language extensions.   --   -- This group defines tables which list the languages and the   -- language extensions supported by a Script MIB implementation.   -- Languages are uniquely identified by object identifier values.   --   smLangTable OBJECT-TYPE       SYNTAX      SEQUENCE OF SmLangEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "This table lists supported script languages."       ::= { smObjects 1 }   smLangEntry OBJECT-TYPE       SYNTAX      SmLangEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "An entry describing a particular language."       INDEX { smLangIndex }       ::= { smLangTable 1 }   SmLangEntry ::= SEQUENCE {       smLangIndex         Integer32,       smLangLanguage      OBJECT IDENTIFIER,       smLangVersion       SnmpAdminString,       smLangVendor        OBJECT IDENTIFIER,       smLangRevision      SnmpAdminString,       smLangDescr         SnmpAdminString   }   smLangIndex OBJECT-TYPE       SYNTAX      Integer32 (1..2147483647)       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "The locally arbitrary, but unique identifier associated            with this language entry.            The value is expected to remain constant at least from one            re-initialization of the entity's network management system            to the next re-initialization.            Note that the data type and the range of this object must            be consistent with the definition of smScriptLanguage."       ::= { smLangEntry 1 }   smLangLanguage OBJECT-TYPE       SYNTAX      OBJECT IDENTIFIER       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The globally unique identification of the language."       ::= { smLangEntry 2 }   smLangVersion OBJECT-TYPE       SYNTAX      SnmpAdminString (SIZE (0..32))       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The version number of the language. The zero-length string            shall be used if the language does not have a version            number.            It is suggested that the version number consist of one or            more decimal numbers separated by dots, where the first            number is called the major version number."       ::= { smLangEntry 3 }   smLangVendor OBJECT-TYPE       SYNTAX      OBJECT IDENTIFIER       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "An object identifier which identifies the vendor who            provides the implementation of the language. This object            identifier SHALL point to the object identifier directly            below the enterprise object identifier {1 3 6 1 4 1}            allocated for the vendor. The value must be the object            identifier {0 0} if the vendor is not known."       ::= { smLangEntry 4 }   smLangRevision OBJECT-TYPE       SYNTAX      SnmpAdminString (SIZE (0..32))       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The version number of the language implementation.            The value of this object must be an empty string if            version number of the implementation is unknown.            It is suggested that the value consist of one or more            decimal numbers separated by dots, where the first            number is called the major version number."       ::= { smLangEntry 5 }   smLangDescr OBJECT-TYPE       SYNTAX      SnmpAdminString       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "A textual description of the language."       ::= { smLangEntry 6 }   smExtsnTable OBJECT-TYPE       SYNTAX      SEQUENCE OF SmExtsnEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "This table lists supported language extensions."       ::= { smObjects 2 }   smExtsnEntry OBJECT-TYPE       SYNTAX      SmExtsnEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "An entry describing a particular language extension."       INDEX { smLangIndex, smExtsnIndex }       ::= { smExtsnTable 1 }   SmExtsnEntry ::= SEQUENCE {       smExtsnIndex        Integer32,       smExtsnExtension    OBJECT IDENTIFIER,       smExtsnVersion      SnmpAdminString,       smExtsnVendor       OBJECT IDENTIFIER,       smExtsnRevision     SnmpAdminString,       smExtsnDescr        SnmpAdminString   }   smExtsnIndex OBJECT-TYPE       SYNTAX      Integer32 (1..2147483647)       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "The locally arbitrary, but unique identifier associated            with this language extension entry.            The value is expected to remain constant at least from one            re-initialization of the entity's network management system            to the next re-initialization."       ::= { smExtsnEntry 1}   smExtsnExtension OBJECT-TYPE       SYNTAX      OBJECT IDENTIFIER       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The globally unique identification of the language            extension."       ::= { smExtsnEntry 2 }   smExtsnVersion OBJECT-TYPE       SYNTAX      SnmpAdminString (SIZE (0..32))       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The version number of the language extension.            It is suggested that the version number consist of one or            more decimal numbers separated by dots, where the first            number is called the major version number."       ::= { smExtsnEntry 3 }   smExtsnVendor OBJECT-TYPE       SYNTAX      OBJECT IDENTIFIER       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "An object identifier which identifies the vendor who            provides the implementation of the extension. The            object identifier value should point to the OID node            directly below the enterprise OID {1 3 6 1 4 1}            allocated for the vendor. The value must by the object            identifier {0 0} if the vendor is not known."       ::= { smExtsnEntry 4 }   smExtsnRevision OBJECT-TYPE       SYNTAX      SnmpAdminString (SIZE (0..32))       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The version number of the extension implementation.            The value of this object must be an empty string if            version number of the implementation is unknown.            It is suggested that the value consist of one or more            decimal numbers separated by dots, where the first            number is called the major version number."       ::= { smExtsnEntry 5 }   smExtsnDescr OBJECT-TYPE       SYNTAX      SnmpAdminString       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "A textual description of the language extension."       ::= { smExtsnEntry 6 }   --   -- Scripts known by the Script MIB implementation.   --   -- This group defines a table which lists all known scripts.   -- Scripts can be added and removed through manipulation of the   -- smScriptTable.   --   smScriptObjects OBJECT IDENTIFIER ::= { smObjects 3 }   smScriptTable OBJECT-TYPE       SYNTAX      SEQUENCE OF SmScriptEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "This table lists and describes locally known scripts."       ::= { smScriptObjects 1 }   smScriptEntry OBJECT-TYPE       SYNTAX      SmScriptEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "An entry describing a particular script. Every script that            is stored in non-volatile memory is required to appear in            this script table."       INDEX { smScriptOwner, smScriptName }       ::= { smScriptTable 1 }   SmScriptEntry ::= SEQUENCE {       smScriptOwner       SnmpAdminString,       smScriptName        SnmpAdminString,       smScriptDescr       SnmpAdminString,       smScriptLanguage    Integer32,       smScriptSource      DisplayString,       smScriptAdminStatus INTEGER,       smScriptOperStatus  INTEGER,       smScriptStorageType StorageType,       smScriptRowStatus   RowStatus,       smScriptError       SnmpAdminString,       smScriptLastChange  DateAndTime   }

⌨️ 快捷键说明

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