<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE smi SYSTEM "http://www.mibexplorer.com/DTD/SMI.DTD">

<smi>
        <module name="SNMP-NOTIFICATION-MIB" language="SMIv2">
                <organization><![CDATA[IETF SNMPv3 Working Group]]></organization>
                <contact><![CDATA[WG-email:   snmpv3@lists.tislabs.com
Subscribe:  majordomo@lists.tislabs.com
            In message body:  subscribe snmpv3

Chair:      Russ Mundy
            Trusted Information Systems
Postal:     3060 Washington Rd
            Glenwood MD 21738
            USA
EMail:      mundy@tislabs.com
Phone:      +1-301-854-6889

Co-editor:  David B. Levi
            SNMP Research, Inc.
Postal:     3001 Kimberlin Heights Road
            Knoxville, TN 37920-9716
EMail:      levi@snmp.com
Phone:      +1 423 573 1434

Co-editor:  Paul Meyer
            Secure Computing Corporation
Postal:     2675 Long Lake Road
            Roseville, MN 55113
EMail:      paul_meyer@securecomputing.com
Phone:      +1 651 628 1592

Co-editor:  Bob Stewart
            Cisco Systems, Inc.
Postal:     170 West Tasman Drive
            San Jose, CA 95134-1706
EMail:      bstewart@cisco.com
Phone:      +1 603 654 2686]]></contact>
                <description><![CDATA[This MIB module defines MIB objects which provide
mechanisms to remotely configure the parameters
used by an SNMP entity for the generation of
notifications.]]></description>
                <revision date="1998-08-04 00:00">
                        <description><![CDATA[Clarifications, published as
RFC2573]]></description>
                </revision>
                <revision date="1997-07-14 00:00">
                        <description><![CDATA[The initial revision, published as RFC2273.]]></description>
                </revision>
                <identity node="snmpNotificationMIB"/>
        </module>
        <imports>
                <import module="SNMPv2-SMI" name="MODULE-IDENTITY"/>
                <import module="SNMPv2-SMI" name="OBJECT-TYPE"/>
                <import module="SNMPv2-SMI" name="snmpModules"/>
                <import module="SNMPv2-TC" name="RowStatus"/>
                <import module="SNMPv2-TC" name="StorageType"/>
                <import module="SNMP-FRAMEWORK-MIB" name="SnmpAdminString"/>
                <import module="SNMP-TARGET-MIB" name="SnmpTagValue"/>
                <import module="SNMP-TARGET-MIB" name="snmpTargetParamsName"/>
                <import module="SNMPv2-CONF" name="MODULE-COMPLIANCE"/>
                <import module="SNMPv2-CONF" name="OBJECT-GROUP"/>
        </imports>
        <nodes>
                <node name="snmpNotificationMIB" oid="1.3.6.1.6.3.13">
                        <description><![CDATA[This MIB module defines MIB objects which provide
mechanisms to remotely configure the parameters
used by an SNMP entity for the generation of
notifications.]]></description>
                </node>
                <node name="snmpNotifyObjects" oid="1.3.6.1.6.3.13.1"/>
                <table name="snmpNotifyTable" oid="1.3.6.1.6.3.13.1.1" status="current">
                        <description><![CDATA[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.]]></description>
                        <row name="snmpNotifyEntry" oid="1.3.6.1.6.3.13.1.1.1" status="current" create="true">
                                <linkage implied="true">
                                        <index module="SNMP-NOTIFICATION-MIB" name="snmpNotifyName"/>
                                </linkage>
                                <description><![CDATA[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.]]></description>
                                <column name="snmpNotifyTag" oid="1.3.6.1.6.3.13.1.1.1.2" status="current">
                                        <syntax>
                                                <type name="SnmpTagValue" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[""]]></default>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[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.]]></description>
                                </column>
                                <column name="snmpNotifyType" oid="1.3.6.1.6.3.13.1.1.1.3" status="current">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="trap" number="1"/>
                                                        <namednumber name="inform" number="2"/>
                                                </typedef>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[trap]]></default>
                                        <description><![CDATA[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.]]></description>
                                </column>
                                <column name="snmpNotifyStorageType" oid="1.3.6.1.6.3.13.1.1.1.4" status="current">
                                        <syntax>
                                                <type name="StorageType" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[nonVolatile]]></default>
                                        <description><![CDATA[The storage type for this conceptual row.]]></description>
                                </column>
                                <column name="snmpNotifyRowStatus" oid="1.3.6.1.6.3.13.1.1.1.5" status="current">
                                        <syntax>
                                                <type name="RowStatus" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <description><![CDATA[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).]]></description>
                                </column>
                        </row>
                </table>
                <table name="snmpNotifyEntry" oid="1.3.6.1.6.3.13.1.1.1" status="current">
                        <description><![CDATA[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.]]></description>
                        <row name="snmpNotifyEntry" oid="1.3.6.1.6.3.13.1.1.1" status="current" create="true">
                                <linkage implied="true">
                                        <index module="SNMP-NOTIFICATION-MIB" name="snmpNotifyName"/>
                                </linkage>
                                <description><![CDATA[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.]]></description>
                                <column name="snmpNotifyTag" oid="1.3.6.1.6.3.13.1.1.1.2" status="current">
                                        <syntax>
                                                <type name="SnmpTagValue" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[""]]></default>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[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.]]></description>
                                </column>
                                <column name="snmpNotifyType" oid="1.3.6.1.6.3.13.1.1.1.3" status="current">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="trap" number="1"/>
                                                        <namednumber name="inform" number="2"/>
                                                </typedef>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[trap]]></default>
                                        <description><![CDATA[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.]]></description>
                                </column>
                                <column name="snmpNotifyStorageType" oid="1.3.6.1.6.3.13.1.1.1.4" status="current">
                                        <syntax>
                                                <type name="StorageType" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[nonVolatile]]></default>
                                        <description><![CDATA[The storage type for this conceptual row.]]></description>
                                </column>
                                <column name="snmpNotifyRowStatus" oid="1.3.6.1.6.3.13.1.1.1.5" status="current">
                                        <syntax>
                                                <type name="RowStatus" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <description><![CDATA[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).]]></description>
                                </column>
                        </row>
                </table>
                <table name="snmpNotifyFilterProfileTable" oid="1.3.6.1.6.3.13.1.2" status="current">
                        <description><![CDATA[This table is used to associate a notification filter
profile with a particular set of target parameters.]]></description>
                        <row name="snmpNotifyFilterProfileEntry" oid="1.3.6.1.6.3.13.1.2.1" status="current" create="true">
                                <linkage implied="true">
                                        <index module="" name="snmpTargetParamsName"/>
                                </linkage>
                                <description><![CDATA[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.]]></description>
                                <column name="snmpNotifyFilterProfileName" oid="1.3.6.1.6.3.13.1.2.1.1" status="current">
                                        <syntax>
                                                <typedef basetype="SnmpAdminString">
                                                        <range min="1" max="32"/>
                                                </typedef>
                                        </syntax>
                                        <access>readwrite</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The name of the filter profile to be used when generating
notifications using the corresponding entry in the
snmpTargetAddrTable.]]></description>
                                </column>
                                <column name="snmpNotifyFilterProfileStorType" oid="1.3.6.1.6.3.13.1.2.1.2" status="current">
                                        <syntax>
                                                <type name="StorageType" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[nonVolatile]]></default>
                                        <description><![CDATA[The storage type of this conceptual row.]]></description>
                                </column>
                                <column name="snmpNotifyFilterProfileRowStatus" oid="1.3.6.1.6.3.13.1.2.1.3" status="current">
                                        <syntax>
                                                <type name="RowStatus" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <description><![CDATA[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.]]></description>
                                </column>
                        </row>
                </table>
                <table name="snmpNotifyFilterProfileEntry" oid="1.3.6.1.6.3.13.1.2.1" status="current">
                        <description><![CDATA[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.]]></description>
                        <row name="snmpNotifyFilterProfileEntry" oid="1.3.6.1.6.3.13.1.2.1" status="current" create="true">
                                <linkage implied="true">
                                        <index module="" name="snmpTargetParamsName"/>
                                </linkage>
                                <description><![CDATA[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.]]></description>
                                <column name="snmpNotifyFilterProfileName" oid="1.3.6.1.6.3.13.1.2.1.1" status="current">
                                        <syntax>
                                                <typedef basetype="SnmpAdminString">
                                                        <range min="1" max="32"/>
                                                </typedef>
                                        </syntax>
                                        <access>readwrite</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The name of the filter profile to be used when generating
notifications using the corresponding entry in the
snmpTargetAddrTable.]]></description>
                                </column>
                                <column name="snmpNotifyFilterProfileStorType" oid="1.3.6.1.6.3.13.1.2.1.2" status="current">
                                        <syntax>
                                                <type name="StorageType" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[nonVolatile]]></default>
                                        <description><![CDATA[The storage type of this conceptual row.]]></description>
                                </column>
                                <column name="snmpNotifyFilterProfileRowStatus" oid="1.3.6.1.6.3.13.1.2.1.3" status="current">
                                        <syntax>
                                                <type name="RowStatus" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <description><![CDATA[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.]]></description>
                                </column>
                        </row>
                </table>
                <table name="snmpNotifyFilterTable" oid="1.3.6.1.6.3.13.1.3" status="current">
                        <description><![CDATA[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 [RFC2573].]]></description>
                        <row name="snmpNotifyFilterEntry" oid="1.3.6.1.6.3.13.1.3.1" status="current" create="true">
                                <linkage implied="true">
                                        <index module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterProfileName"/>
                                        <index module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterSubtree"/>
                                </linkage>
                                <description><![CDATA[An element of a filter profile.

Entries in the snmpNotifyFilterTable are created and
deleted using the snmpNotifyFilterRowStatus object.]]></description>
                                <column name="snmpNotifyFilterMask" oid="1.3.6.1.6.3.13.1.3.1.2" status="current">
                                        <syntax>
                                                <typedef basetype="OCTET STRING">
                                                        <range min="0" max="16"/>
                                                </typedef>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[''H]]></default>
                                        <description><![CDATA[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.]]></description>
                                </column>
                                <column name="snmpNotifyFilterType" oid="1.3.6.1.6.3.13.1.3.1.3" status="current">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="included" number="1"/>
                                                        <namednumber name="excluded" number="2"/>
                                                </typedef>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[included]]></default>
                                        <description><![CDATA[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 [RFC2573].]]></description>
                                </column>
                                <column name="snmpNotifyFilterStorageType" oid="1.3.6.1.6.3.13.1.3.1.4" status="current">
                                        <syntax>
                                                <type name="StorageType" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[nonVolatile]]></default>
                                        <description><![CDATA[The storage type of this conceptual row.]]></description>
                                </column>
                                <column name="snmpNotifyFilterRowStatus" oid="1.3.6.1.6.3.13.1.3.1.5" status="current">
                                        <syntax>
                                                <type name="RowStatus" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <description><![CDATA[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).]]></description>
                                </column>
                        </row>
                </table>
                <table name="snmpNotifyFilterEntry" oid="1.3.6.1.6.3.13.1.3.1" status="current">
                        <description><![CDATA[An element of a filter profile.

Entries in the snmpNotifyFilterTable are created and
deleted using the snmpNotifyFilterRowStatus object.]]></description>
                        <row name="snmpNotifyFilterEntry" oid="1.3.6.1.6.3.13.1.3.1" status="current" create="true">
                                <linkage implied="true">
                                        <index module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterProfileName"/>
                                        <index module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterSubtree"/>
                                </linkage>
                                <description><![CDATA[An element of a filter profile.

Entries in the snmpNotifyFilterTable are created and
deleted using the snmpNotifyFilterRowStatus object.]]></description>
                                <column name="snmpNotifyFilterMask" oid="1.3.6.1.6.3.13.1.3.1.2" status="current">
                                        <syntax>
                                                <typedef basetype="OCTET STRING">
                                                        <range min="0" max="16"/>
                                                </typedef>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[''H]]></default>
                                        <description><![CDATA[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.]]></description>
                                </column>
                                <column name="snmpNotifyFilterType" oid="1.3.6.1.6.3.13.1.3.1.3" status="current">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="included" number="1"/>
                                                        <namednumber name="excluded" number="2"/>
                                                </typedef>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[included]]></default>
                                        <description><![CDATA[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 [RFC2573].]]></description>
                                </column>
                                <column name="snmpNotifyFilterStorageType" oid="1.3.6.1.6.3.13.1.3.1.4" status="current">
                                        <syntax>
                                                <type name="StorageType" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[nonVolatile]]></default>
                                        <description><![CDATA[The storage type of this conceptual row.]]></description>
                                </column>
                                <column name="snmpNotifyFilterRowStatus" oid="1.3.6.1.6.3.13.1.3.1.5" status="current">
                                        <syntax>
                                                <type name="RowStatus" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <description><![CDATA[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).]]></description>
                                </column>
                        </row>
                </table>
                <node name="snmpNotifyConformance" oid="1.3.6.1.6.3.13.3"/>
                <node name="snmpNotifyCompliances" oid="1.3.6.1.6.3.13.3.1"/>
                <node name="snmpNotifyGroups" oid="1.3.6.1.6.3.13.3.2"/>
        </nodes>
        <groups>
                <group name="snmpNotifyGroup" oid="1.3.6.1.6.3.13.3.2.1" status="current">
                        <members>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyTag"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyType"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyStorageType"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyRowStatus"/>
                        </members>
                        <description><![CDATA[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.]]></description>
                </group>
                <group name="snmpNotifyFilterGroup" oid="1.3.6.1.6.3.13.3.2.2" status="current">
                        <members>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterProfileName"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterProfileStorType"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterProfileRowStatus"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterMask"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterType"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterStorageType"/>
                                <member module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterRowStatus"/>
                        </members>
                        <description><![CDATA[A collection of objects providing remote configuration
of notification filters.]]></description>
                </group>
        </groups>
        <compliances>
                <compliance name="snmpNotifyBasicCompliance" oid="1.3.6.1.6.3.13.3.1.1" status="current">
                        <description><![CDATA[The compliance statement for minimal SNMP entities which
implement only SNMP Unconfirmed-Class notifications and
read-create operations on only the snmpTargetAddrTable.]]></description>
                        <requires>
                                <mandatory module="SNMP-TARGET-MIB" name="snmpTargetBasicGroup"/>
                                <mandatory module="SNMP-NOTIFICATION-MIB" name="snmpNotifyGroup"/>
                        </requires>
                        <refinements>
                                <refinement module="" name="snmpTargetParamsMPModel">
                                        <access>readonly</access>
                                        <description><![CDATA[Create/delete/modify access is not required.]]></description>
                                </refinement>
                                <refinement module="" name="snmpTargetParamsSecurityModel">
                                        <access>readonly</access>
                                        <description><![CDATA[Create/delete/modify access is not required.]]></description>
                                </refinement>
                                <refinement module="" name="snmpTargetParamsSecurityName">
                                        <access>readonly</access>
                                        <description><![CDATA[Create/delete/modify access is not required.]]></description>
                                </refinement>
                                <refinement module="" name="snmpTargetParamsSecurityLevel">
                                        <access>readonly</access>
                                        <description><![CDATA[Create/delete/modify access is not required.]]></description>
                                </refinement>
                                <refinement module="" name="snmpTargetParamsStorageType">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="readOnly" number="5"/>
                                                </typedef>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[Create/delete/modify access is not required.
Support of the values other(1), volatile(2),
nonVolatile(3), and permanent(4) is not required.]]></description>
                                </refinement>
                                <refinement module="" name="snmpTargetParamsRowStatus">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="active" number="1"/>
                                                </typedef>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[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.]]></description>
                                </refinement>
                                <refinement module="SNMP-NOTIFICATION-MIB" name="snmpNotifyTag">
                                        <access>readonly</access>
                                        <description><![CDATA[Create/delete/modify access is not required.]]></description>
                                </refinement>
                                <refinement module="SNMP-NOTIFICATION-MIB" name="snmpNotifyType">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="trap" number="1"/>
                                                </typedef>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[Create/delete/modify access is not required.
Support of the value notify(2) is not required.]]></description>
                                </refinement>
                                <refinement module="SNMP-NOTIFICATION-MIB" name="snmpNotifyStorageType">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="readOnly" number="5"/>
                                                </typedef>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[Create/delete/modify access is not required.
Support of the values other(1), volatile(2),
nonVolatile(3), and permanent(4) is not required.]]></description>
                                </refinement>
                                <refinement module="SNMP-NOTIFICATION-MIB" name="snmpNotifyRowStatus">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="active" number="1"/>
                                                </typedef>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[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.]]></description>
                                </refinement>
                        </refinements>
                </compliance>
                <compliance name="snmpNotifyBasicFiltersCompliance" oid="1.3.6.1.6.3.13.3.1.2" status="current">
                        <description><![CDATA[The compliance statement for SNMP entities which implement
SNMP Unconfirmed-Class notifications with filtering, and
read-create operations on all related tables.]]></description>
                        <requires>
                                <mandatory module="SNMP-TARGET-MIB" name="snmpTargetBasicGroup"/>
                                <mandatory module="SNMP-NOTIFICATION-MIB" name="snmpNotifyGroup"/>
                                <mandatory module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterGroup"/>
                        </requires>
                </compliance>
                <compliance name="snmpNotifyFullCompliance" oid="1.3.6.1.6.3.13.3.1.3" status="current">
                        <description><![CDATA[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.]]></description>
                        <requires>
                                <mandatory module="SNMP-TARGET-MIB" name="snmpTargetBasicGroup"/>
                                <mandatory module="SNMP-TARGET-MIB" name="snmpTargetResponseGroup"/>
                                <mandatory module="SNMP-NOTIFICATION-MIB" name="snmpNotifyGroup"/>
                                <mandatory module="SNMP-NOTIFICATION-MIB" name="snmpNotifyFilterGroup"/>
                        </requires>
                </compliance>
        </compliances>
</smi>
<!--MIB Explorer 1.6 - Full License, no expiration-->
