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

📄 snmp-notification-mib.txt

📁 snmp based application it is used to get the info of snmp
💻 TXT
📖 第 1 页 / 共 2 页
字号:
SNMP-NOTIFICATION-MIB DEFINITIONS ::= BEGINIMPORTS    MODULE-IDENTITY,    OBJECT-TYPE,    snmpModules        FROM SNMPv2-SMI    RowStatus,    StorageType        FROM SNMPv2-TC    SnmpAdminString        FROM SNMP-FRAMEWORK-MIB    SnmpTagValue,    snmpTargetParamsName        FROM SNMP-TARGET-MIB    MODULE-COMPLIANCE,    OBJECT-GROUP        FROM SNMPv2-CONF;snmpNotificationMIB MODULE-IDENTITY    LAST-UPDATED "200210140000Z"    ORGANIZATION "IETF SNMPv3 Working Group"    CONTACT-INFO        "WG-email:   snmpv3@lists.tislabs.com         Subscribe:  majordomo@lists.tislabs.com                     In message body:  subscribe snmpv3         Co-Chair:   Russ Mundy                     Network Associates Laboratories         Postal:     15204 Omega Drive, Suite 300                     Rockville, MD 20850-4601                     USA         EMail:      mundy@tislabs.com         Phone:      +1 301-947-7107         Co-Chair:   David Harrington                     Enterasys Networks         Postal:     35 Industrial Way                     P. O. Box 5004                     Rochester, New Hampshire 03866-5005                     USA         EMail:      dbh@enterasys.com         Phone:      +1 603-337-2614         Co-editor:  David B. Levi                     Nortel Networks         Postal:     3505 Kesterwood Drive                     Knoxville, Tennessee 37918         EMail:      dlevi@nortelnetworks.com         Phone:      +1 865 686 0432         Co-editor:  Paul Meyer                     Secure Computing Corporation         Postal:     2675 Long Lake Road                     Roseville, Minnesota 55113         EMail:      paul_meyer@securecomputing.com         Phone:      +1 651 628 1592         Co-editor:  Bob Stewart                     Retired"    DESCRIPTION        "This MIB module defines MIB objects which provide         mechanisms to remotely configure the parameters         used by an SNMP entity for the generation of         notifications.         Copyright (C) The Internet Society (2002). This         version of this MIB module is part of RFC 3413;         see the RFC itself for full legal notices.        "    REVISION    "200210140000Z"             -- 14 October 2002    DESCRIPTION "Clarifications, published as                 RFC 3413."    REVISION    "199808040000Z"             -- 4 August 1998    DESCRIPTION "Clarifications, published as                 RFC 2573."    REVISION    "199707140000Z"             -- 14 July 1997    DESCRIPTION "The initial revision, published as RFC2273."    ::= { snmpModules 13 }snmpNotifyObjects       OBJECT IDENTIFIER ::=                                          { snmpNotificationMIB 1 }snmpNotifyConformance   OBJECT IDENTIFIER ::=                                          { snmpNotificationMIB 3 }------ The snmpNotifyObjects group----snmpNotifyTable OBJECT-TYPE    SYNTAX      SEQUENCE OF SnmpNotifyEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This table is used to select management targets which should         receive notifications, as well as the type of notification         which should be sent to each selected management target."    ::= { snmpNotifyObjects 1 }snmpNotifyEntry OBJECT-TYPE    SYNTAX      SnmpNotifyEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry in this table selects a set of management targets         which should receive notifications, as well as the type of         notification which should be sent to each selected         management target.         Entries in the snmpNotifyTable are created and         deleted using the snmpNotifyRowStatus object."    INDEX { IMPLIED snmpNotifyName }    ::= { snmpNotifyTable 1 }SnmpNotifyEntry ::= SEQUENCE {    snmpNotifyName         SnmpAdminString,    snmpNotifyTag          SnmpTagValue,    snmpNotifyType         INTEGER,    snmpNotifyStorageType  StorageType,    snmpNotifyRowStatus    RowStatus}snmpNotifyName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(1..32))    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The locally arbitrary, but unique identifier associated         with this snmpNotifyEntry."    ::= { snmpNotifyEntry 1 }snmpNotifyTag OBJECT-TYPE    SYNTAX      SnmpTagValue    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "This object contains a single tag value which is used         to select entries in the snmpTargetAddrTable.  Any entry         in the snmpTargetAddrTable which contains a tag value         which is equal to the value of an instance of this         object is selected.  If this object contains a value         of zero length, no entries are selected."    DEFVAL { "" }    ::= { snmpNotifyEntry 2 }snmpNotifyType OBJECT-TYPE    SYNTAX      INTEGER {                    trap(1),                    inform(2)                }    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "This object determines the type of notification to         be generated for entries in the snmpTargetAddrTable         selected by the corresponding instance of         snmpNotifyTag.  This value is only used when         generating notifications, and is ignored when         using the snmpTargetAddrTable for other purposes.         If the value of this object is trap(1), then any         messages generated for selected rows will contain         Unconfirmed-Class PDUs.         If the value of this object is inform(2), then any         messages generated for selected rows will contain         Confirmed-Class PDUs.         Note that if an SNMP entity only supports         generation of Unconfirmed-Class PDUs (and not         Confirmed-Class PDUs), then this object may be         read-only."    DEFVAL { trap }    ::= { snmpNotifyEntry 3 }snmpNotifyStorageType 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 }    ::= { snmpNotifyEntry 4 }snmpNotifyRowStatus 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)."    ::= { snmpNotifyEntry 5 }snmpNotifyFilterProfileTable OBJECT-TYPE    SYNTAX      SEQUENCE OF SnmpNotifyFilterProfileEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This table is used to associate a notification filter         profile with a particular set of target parameters."    ::= { snmpNotifyObjects 2 }snmpNotifyFilterProfileEntry OBJECT-TYPE    SYNTAX      SnmpNotifyFilterProfileEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry in this table indicates the name of the filter         profile to be used when generating notifications using         the corresponding entry in the snmpTargetParamsTable.         Entries in the snmpNotifyFilterProfileTable are created         and deleted using the snmpNotifyFilterProfileRowStatus         object."    INDEX { IMPLIED snmpTargetParamsName }    ::= { snmpNotifyFilterProfileTable 1 }SnmpNotifyFilterProfileEntry ::= SEQUENCE {    snmpNotifyFilterProfileName         SnmpAdminString,    snmpNotifyFilterProfileStorType     StorageType,    snmpNotifyFilterProfileRowStatus    RowStatus}snmpNotifyFilterProfileName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(1..32))    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The name of the filter profile to be used when generating         notifications using the corresponding entry in the         snmpTargetAddrTable."    ::= { snmpNotifyFilterProfileEntry 1 }snmpNotifyFilterProfileStorType 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 }    ::= { snmpNotifyFilterProfileEntry 2 }snmpNotifyFilterProfileRowStatus 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).         Until instances of all corresponding columns are         appropriately configured, the value of the         corresponding instance of the         snmpNotifyFilterProfileRowStatus column is 'notReady'.         In particular, a newly created row cannot be made         active until the corresponding instance of         snmpNotifyFilterProfileName has been set."    ::= { snmpNotifyFilterProfileEntry 3 }snmpNotifyFilterTable OBJECT-TYPE    SYNTAX      SEQUENCE OF SnmpNotifyFilterEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table of filter profiles.  Filter profiles are used         to determine whether particular management targets should         receive particular notifications.         When a notification is generated, it must be compared         with the filters associated with each management target         which is configured to receive notifications, in order to         determine whether it may be sent to each such management         target.         A more complete discussion of notification filtering         can be found in section 6. of [SNMP-APPL]."

⌨️ 快捷键说明

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