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

📄 snmp-notification-mib.txt

📁 snmp based application it is used to get the info of snmp
💻 TXT
📖 第 1 页 / 共 2 页
字号:
    ::= { snmpNotifyObjects 3 }snmpNotifyFilterEntry OBJECT-TYPE    SYNTAX      SnmpNotifyFilterEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An element of a filter profile.         Entries in the snmpNotifyFilterTable are created and         deleted using the snmpNotifyFilterRowStatus object."    INDEX {         snmpNotifyFilterProfileName,            IMPLIED snmpNotifyFilterSubtree }    ::= { snmpNotifyFilterTable 1 }SnmpNotifyFilterEntry ::= SEQUENCE {    snmpNotifyFilterSubtree           OBJECT IDENTIFIER,    snmpNotifyFilterMask              OCTET STRING,    snmpNotifyFilterType              INTEGER,    snmpNotifyFilterStorageType       StorageType,    snmpNotifyFilterRowStatus         RowStatus}snmpNotifyFilterSubtree OBJECT-TYPE    SYNTAX      OBJECT IDENTIFIER    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The MIB subtree which, when combined with the corresponding         instance of snmpNotifyFilterMask, defines a family of         subtrees which are included in or excluded from the         filter profile."    ::= { snmpNotifyFilterEntry 1 }snmpNotifyFilterMask OBJECT-TYPE    SYNTAX      OCTET STRING (SIZE(0..16))    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The bit mask which, in combination with the corresponding         instance of snmpNotifyFilterSubtree, defines a family of         subtrees which are included in or excluded from the         filter profile.         Each bit of this bit mask corresponds to a         sub-identifier of snmpNotifyFilterSubtree, with the         most significant bit of the i-th octet of this octet         string value (extended if necessary, see below)         corresponding to the (8*i - 7)-th sub-identifier, and         the least significant bit of the i-th octet of this         octet string corresponding to the (8*i)-th         sub-identifier, where i is in the range 1 through 16.         Each bit of this bit mask specifies whether or not         the corresponding sub-identifiers must match when         determining if an OBJECT IDENTIFIER matches this         family of filter subtrees; a '1' indicates that an         exact match must occur; a '0' indicates 'wild card',         i.e., any sub-identifier value matches.         Thus, the OBJECT IDENTIFIER X of an object instance         is contained in a family of filter subtrees if, for         each sub-identifier of the value of         snmpNotifyFilterSubtree, either:           the i-th bit of snmpNotifyFilterMask is 0, or           the i-th sub-identifier of X is equal to the i-th           sub-identifier of the value of           snmpNotifyFilterSubtree.         If the value of this bit mask is M bits long and         there are more than M sub-identifiers in the         corresponding instance of snmpNotifyFilterSubtree,         then the bit mask is extended with 1's to be the         required length.         Note that when the value of this object is the         zero-length string, this extension rule results in         a mask of all-1's being used (i.e., no 'wild card'),         and the family of filter subtrees is the one         subtree uniquely identified by the corresponding         instance of snmpNotifyFilterSubtree."    DEFVAL { ''H }    ::= { snmpNotifyFilterEntry 2 }snmpNotifyFilterType OBJECT-TYPE    SYNTAX      INTEGER {                    included(1),                    excluded(2)                }    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "This object indicates whether the family of filter subtrees         defined by this entry are included in or excluded from a         filter.  A more detailed discussion of the use of this         object can be found in section 6. of [SNMP-APPL]."    DEFVAL { included }    ::= { snmpNotifyFilterEntry 3 }snmpNotifyFilterStorageType OBJECT-TYPE    SYNTAX      StorageType    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The storage type for this conceptual row.         Conceptual rows having the value 'permanent' need not         allow write-access to any columnar objects in the row."    DEFVAL { nonVolatile }    ::= { snmpNotifyFilterEntry 4 }snmpNotifyFilterRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The status of this conceptual row.         To create a row in this table, a manager must         set this object to either createAndGo(4) or         createAndWait(5)."    ::= { snmpNotifyFilterEntry 5 }------ Conformance information----snmpNotifyCompliances OBJECT IDENTIFIER ::=                                        { snmpNotifyConformance 1 }snmpNotifyGroups      OBJECT IDENTIFIER ::=                                        { snmpNotifyConformance 2 }------ Compliance statements----snmpNotifyBasicCompliance MODULE-COMPLIANCE    STATUS      current    DESCRIPTION        "The compliance statement for minimal SNMP entities which         implement only SNMP Unconfirmed-Class notifications and         read-create operations on only the snmpTargetAddrTable."    MODULE SNMP-TARGET-MIB        MANDATORY-GROUPS { snmpTargetBasicGroup }        OBJECT snmpTargetParamsMPModel        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access is not required."        OBJECT snmpTargetParamsSecurityModel        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access is not required."        OBJECT snmpTargetParamsSecurityName        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access is not required."        OBJECT snmpTargetParamsSecurityLevel        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access is not required."        OBJECT snmpTargetParamsStorageType        SYNTAX INTEGER {            readOnly(5)        }        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access is not required.             Support of the values other(1), volatile(2),             nonVolatile(3), and permanent(4) is not required."        OBJECT snmpTargetParamsRowStatus        SYNTAX INTEGER {            active(1)        }        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access to the             snmpTargetParamsTable is not required.             Support of the values notInService(2), notReady(3),             createAndGo(4), createAndWait(5), and destroy(6) is             not required."    MODULE -- This Module        MANDATORY-GROUPS { snmpNotifyGroup }        OBJECT snmpNotifyTag        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access is not required."        OBJECT snmpNotifyType        SYNTAX INTEGER {            trap(1)        }        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access is not required.             Support of the value notify(2) is not required."        OBJECT snmpNotifyStorageType        SYNTAX INTEGER {            readOnly(5)        }        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access is not required.             Support of the values other(1), volatile(2),             nonVolatile(3), and permanent(4) is not required."        OBJECT snmpNotifyRowStatus        SYNTAX INTEGER {            active(1)        }        MIN-ACCESS    read-only        DESCRIPTION            "Create/delete/modify access to the             snmpNotifyTable is not required.             Support of the values notInService(2), notReady(3),             createAndGo(4), createAndWait(5), and destroy(6) is             not required."    ::= { snmpNotifyCompliances 1 }snmpNotifyBasicFiltersCompliance MODULE-COMPLIANCE    STATUS      current    DESCRIPTION        "The compliance statement for SNMP entities which implement         SNMP Unconfirmed-Class notifications with filtering, and         read-create operations on all related tables."    MODULE SNMP-TARGET-MIB        MANDATORY-GROUPS { snmpTargetBasicGroup }    MODULE -- This Module        MANDATORY-GROUPS { snmpNotifyGroup,                           snmpNotifyFilterGroup }    ::= { snmpNotifyCompliances 2 }snmpNotifyFullCompliance MODULE-COMPLIANCE    STATUS      current    DESCRIPTION        "The compliance statement for SNMP entities which either         implement only SNMP Confirmed-Class notifications, or both         SNMP Unconfirmed-Class and Confirmed-Class notifications,         plus filtering and read-create operations on all related         tables."    MODULE SNMP-TARGET-MIB        MANDATORY-GROUPS { snmpTargetBasicGroup,                           snmpTargetResponseGroup }    MODULE -- This Module        MANDATORY-GROUPS { snmpNotifyGroup,                           snmpNotifyFilterGroup }    ::= { snmpNotifyCompliances 3 }snmpNotifyGroup OBJECT-GROUP    OBJECTS {        snmpNotifyTag,        snmpNotifyType,        snmpNotifyStorageType,        snmpNotifyRowStatus    }    STATUS      current    DESCRIPTION        "A collection of objects for selecting which management         targets are used for generating notifications, and the         type of notification to be generated for each selected         management target."    ::= { snmpNotifyGroups 1 }snmpNotifyFilterGroup OBJECT-GROUP    OBJECTS {        snmpNotifyFilterProfileName,        snmpNotifyFilterProfileStorType,        snmpNotifyFilterProfileRowStatus,        snmpNotifyFilterMask,        snmpNotifyFilterType,        snmpNotifyFilterStorageType,        snmpNotifyFilterRowStatus    }    STATUS      current    DESCRIPTION        "A collection of objects providing remote configuration         of notification filters."    ::= { snmpNotifyGroups 2 }END

⌨️ 快捷键说明

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