snmpNotifyFilterMask
SNMP-NOTIFICATION-MIB ·
.1.3.6.1.6.3.13.1.3.1.2
Object
column
r/w
OctetString
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.
Context
- MIB
- SNMP-NOTIFICATION-MIB
- OID
.1.3.6.1.6.3.13.1.3.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- snmpNotifyFilterEntry
- Table
- snmpNotifyFilterTable
- Siblings
- 4
Syntax
OctetString
Values & Constraints
Object Constraints
range: 0-16
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| snmpNotifyFilterSubtree 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 profil… | column | ObjectIdentifier | .1.3.6.1.6.3.13.1.3.1.1 |
| snmpNotifyFilterType 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 … | column | Enumeration | .1.3.6.1.6.3.13.1.3.1.3 |
| snmpNotifyFilterStorageType 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. | column | SNMPv2-TCStorageType | .1.3.6.1.6.3.13.1.3.1.4 |
| snmpNotifyFilterRowStatus 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). | column | SNMPv2-TCRowStatus | .1.3.6.1.6.3.13.1.3.1.5 |