SNMP-NOTIFICATION-MIB
Functions Overview
This MIB module contains objects for the remote configuration of the parameters used by an SNMP entity for the generation of notifications.
The OID of the root object:
iso(1).org(3).dod(6).internet(1).snmpV2(6).snmpModules(3). snmpNotificationMIB(13)
Description of MIB Tables
snmpNotifyTable
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.
The index of this table is snmpNotifyName.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.13.1.1.1.1 |
snmpNotifyName |
SnmpAdminString (SIZE(1..32)) |
Not-accessible |
The locally arbitrary, but unique identifier associated with this snmpNotifyEntry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.13.1.1.1.2 |
snmpNotifyTag |
OCTET STRING (SIZE (0..255)) |
Read-create |
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. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.1.1.3 |
snmpNotifyType |
INTEGER { trap(1), inform(2) } |
Read-create |
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. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.1.1.4 |
snmpNotifyStorageType |
INTEGER {other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
Read-create |
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. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.1.1.5 |
snmpNotifyRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
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). |
Currently, the maximum access is read-only. |
Creation Restriction
The entries in this table can be created.
Modification Restriction
The entries in this table can be modified
Deletion Restriction
The entries in this table can be deleted.
Access Restriction
The entries in this table can be read without restriction.
snmpNotifyFilterProfileTable
This table is used to associate a notification filter profile with a particular set of target parameters.
The index of this table is snmpTargetParamsName (from snmpTargetParamsTable in SNMP-TARGET-MIB).
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.13.1.2.1.1 |
snmpNotifyFilterProfileName |
SnmpAdminString (SIZE(1..32)) |
Read-create |
The name of the filter profile to be used when generating notifications using the corresponding entry in the snmpTargetAddrTable. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.2.1.2 |
snmpNotifyFilterProfileStorType |
INTEGER {other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
Read-create |
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. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.2.1.3 |
snmpNotifyFilterProfileRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
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. |
Currently, the maximum access is read-only. |
Creation Restriction
The entries in this table can be created.
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
The entries in this table can be deleted.
Access Restriction
The entries in this table can be read without restriction.
snmpNotifyFilterTable
This is 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.
The indexes of this table are snmpNotifyFilterProfileName and snmpNotifyFilterSubtree.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.13.1.3.1.1 |
snmpNotifyFilterSubtree |
OBJECT IDENTIFIER |
Not-accessible |
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. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.3.1.2 |
snmpNotifyFilterMask |
OCTET STRING |
Read-create |
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', that is, any sub-identifier value matches. Therefore, 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 (that is, no 'wild card'), and the family of filter subtrees is the one subtree uniquely identified by the corresponding instance of snmpNotifyFilterSubtree. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.3.1.3 |
snmpNotifyFilterType |
INTEGER {included(1), excluded(2)} |
Read-create |
This object indicates whether the family of filter subtrees defined by this entry is included in or excluded from a filter. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.3.1.4 |
snmpNotifyFilterStorageType |
INTEGER {other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
Read-create |
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. |
Currently, the maximum access is read-only. |
1.3.6.1.6.3.13.1.3.1.5 |
snmpNotifyFilterRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
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). |
Currently, the maximum access is read-only. |
Creation Restriction
The entries in this table can be created.
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
The entries in this table can be deleted.
Access Restriction
The entries in this table can be read without restriction.