All MIBs › DISMAN-EVENT-MIB
Organization: IETF Distributed Management Working Group
Last Updated: 2000-10-16
Category: Alarm and Event Management
Description: Defines managed objects for configuring event triggers and actions for distributed network management, enabling automated responses to monitored conditions.
IPNetwork Monitor uses several OIDs from this MIB in network discovery and polling the applicable devices. Start monitoring DISMAN-EVENT-MIB with a free 30-day trial of IPNetwork Monitor.
What Is DISMAN-EVENT-MIB?
DISMAN-EVENT-MIB is a vendor-neutral IETF Distributed Management (DISMAN) standard MIB that defines managed objects for configuring event triggers and automated actions in network management systems. It exposes objects for defining monitored resources, sampling thresholds, trigger conditions, and the actions to take when a trigger fires, rather than exposing raw device hardware data itself. Its monitoring role is meta-level: it tracks resource sampling statistics (such as instance counts and sampling minimums) and trigger failure counts, letting an agent detect when its own event-monitoring subsystem is running low on resources or a configured trigger has failed to evaluate. It works alongside other DISMAN MIBs, notably DISMAN-SCHEDULE-MIB, and general SNMP notification infrastructure (SNMP-NOTIFICATION-MIB) to actually deliver trap-based alerts. It is typically deployed on SNMP agents that need to autonomously watch conditions like interface errors or CPU thresholds and fire traps or logging actions without constant external polling. Engineers researching disman-event-mib specifically use its event/trigger/expression objects to build vendor-neutral, agent-side threshold monitoring without a management station having to poll constantly.
IPNetwork Monitor allows you to monitor SNMP objects defined in DISMAN-EVENT-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- vendor-neutral, standards-based MIB, not tied to a specific manufacturer; applies to any SNMP-capable network device or management station
Monitoring Examples
An administrator can poll mteTriggerTable/mteTriggerEntry to inspect mteTriggerName, mteTriggerComment, and mteTriggerTest for each configured trigger, confirming which conditions (existence, threshold, or boolean tests) are active on the agent. The mteResourceSampleInstances and mteResourceSampleInstanceMaximum objects reveal how close the agent is to exhausting its sampling capacity, while a rising mteTriggerFailures counter indicates that a defined trigger is failing to evaluate correctly, a sign of misconfiguration or resource exhaustion in the event subsystem itself.
What Can Be Monitored
- configured event triggers and their test type
- resource sampling instance counts
- sampling capacity/exhaustion
- trigger evaluation failures
This MIB depends on
Related MIBs
Imported Objects
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMP-TARGET-MIB
| SnmpTagValue |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-MIB
| sysUpTime | OBJECT-TYPE |
From SNMPv2-SMI
| Counter32 | |
| Gauge32 | |
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 | |
| mib-2 | |
| zeroDotZero |
From SNMPv2-TC
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TruthValue |
How to Use in IPNetwork Monitor
Example using mteResourceSampleInstanceLacks OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| dismanEventEventGroup | 1.3.6.1.2.1.88.3.2.4 | Events. | ||
| dismanEventMIB | 1.3.6.1.2.1.88 | The MIB module for defining event triggers and actions for network management purposes. | ||
| dismanEventMIBCompliance | 1.3.6.1.2.1.88.3.1.1 | The compliance statement for entities which implement the Event MIB. | ||
| dismanEventMIBCompliances | 1.3.6.1.2.1.88.3.1 | |||
| dismanEventMIBConformance | 1.3.6.1.2.1.88.3 | |||
| dismanEventMIBGroups | 1.3.6.1.2.1.88.3.2 | |||
| dismanEventMIBNotificationObjects | 1.3.6.1.2.1.88.2.1 | |||
| dismanEventMIBNotificationPrefix | 1.3.6.1.2.1.88.2 | |||
| dismanEventMIBNotifications | 1.3.6.1.2.1.88.2.0 | |||
| dismanEventMIBObjects | 1.3.6.1.2.1.88.1 | |||
| dismanEventNotificationGroup | 1.3.6.1.2.1.88.3.2.6 | Notifications. | ||
| dismanEventNotificationObjectGroup | 1.3.6.1.2.1.88.3.2.5 | Notification objects. | ||
| dismanEventObjectsGroup | 1.3.6.1.2.1.88.3.2.3 | Supplemental objects. | ||
| dismanEventResourceGroup | 1.3.6.1.2.1.88.3.2.1 | Event resource status and control objects. | ||
| dismanEventTriggerGroup | 1.3.6.1.2.1.88.3.2.2 | Event triggers. | ||
| mteEvent | 1.3.6.1.2.1.88.1.4 | |||
| BIT mteEventActions | 1.3.6.1.2.1.88.1.4.2.1.3 | Bits | read-create | The actions to perform when this event occurs. For 'notification', Traps and/or Informs are sent according to the configuration in the SNMP Notification MIB. For 'set', an SNMP Set operation is performed according to control values in this entry. |
| STR mteEventComment | 1.3.6.1.2.1.88.1.4.2.1.2 | SnmpAdminString | read-create | A description of the event's function and use. |
| T/F mteEventEnabled | 1.3.6.1.2.1.88.1.4.2.1.4 | TruthValue | read-create | A control to allow an event to be configured but not used. When the value is 'false' the event does not execute even if triggered. |
| mteEventEntry | 1.3.6.1.2.1.88.1.4.2.1 | not-accessible | Information about a single event. Applications create and delete entries using mteEventEntryStatus. | |
| ROW mteEventEntryStatus | 1.3.6.1.2.1.88.1.4.2.1.5 | RowStatus | read-create | The control that allows creation and deletion of entries. Once made active an entry MAY not be modified except to delete it. |
| C32 mteEventFailures | 1.3.6.1.2.1.88.1.4.1 | Counter32 | read-only | The number of times an attempt to invoke an event has failed. This counts individually for each attempt in a group of targets or each attempt for a wildcarded trigger object. |
| STR mteEventName | 1.3.6.1.2.1.88.1.4.2.1.1 | SnmpAdminString | not-accessible | A locally-unique, administratively assigned name for the event. |
| OID mteEventNotification | 1.3.6.1.2.1.88.1.4.3.1.1 | OBJECT IDENTIFIER | read-write | The object identifier from the NOTIFICATION-TYPE for the notification to use if metEventActions has 'notification' set. |
| mteEventNotificationEntry | 1.3.6.1.2.1.88.1.4.3.1 | not-accessible | Information about a single event's notification. Entries automatically exist in this this table for each mteEventEntry that has 'notification' set in mteEventActions. | |
| STR mteEventNotificationObjects | 1.3.6.1.2.1.88.1.4.3.1.3 | SnmpAdminString | read-write | The mteObjectsName of a group of objects from mteObjectsTable if mteEventActions has 'notification' set. These objects are to be added to any Notification generated by this event. Objects may also be added based on the trigger that stimulated the event. A length of 0 indicates no additional objects. |
| STR mteEventNotificationObjectsOwner | 1.3.6.1.2.1.88.1.4.3.1.2 | SnmpAdminString | read-write | To go with mteEventNotificationObjects, the mteOwner of a group of objects from mteObjectsTable. |
| mteEventNotificationTable | 1.3.6.1.2.1.88.1.4.3 | not-accessible | A table of information about notifications to be sent as a consequence of management events. | |
| STR mteEventSetContextName | 1.3.6.1.2.1.88.1.4.4.1.5 | SnmpAdminString | read-write | The management context in which to set mteEventObjectID. if mteEventActions has 'set' set. This may be wildcarded by leaving characters off the end. To indicate such wildcarding mteEventSetContextNameWildcard must be 'true'. If this context name is wildcarded the value used to complete the wildcarding of mteTriggerContextName will be appended. |
| T/F mteEventSetContextNameWildcard | 1.3.6.1.2.1.88.1.4.4.1.6 | TruthValue | read-write | Control for whether mteEventSetContextName is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard if mteEventActions has 'set' set. |
| mteEventSetEntry | 1.3.6.1.2.1.88.1.4.4.1 | not-accessible | Information about a single event's set option. Entries automatically exist in this this table for each mteEventEntry that has 'set' set in mteEventActions. | |
| NTF mteEventSetFailure | 1.3.6.1.2.1.88.2.0.5 | Notification that an attempt to do a set in response to an event has failed. The network manager must enable this notification only with a certain fear and trembling, as it can easily crowd out more important information. It should be used only to help diagnose a problem that has appeared in the error counters and can not be found otherwise. | ||
| OID mteEventSetObject | 1.3.6.1.2.1.88.1.4.4.1.1 | OBJECT IDENTIFIER | read-write | The object identifier from the MIB object to set if mteEventActions has 'set' set. This object identifier may be wildcarded by leaving sub-identifiers off the end, in which case nteEventSetObjectWildCard must be 'true'. If mteEventSetObject is wildcarded the instance used to set the object to which it points is the same as the instance from the value of mteTriggerValueID that triggered the event. Each instance that fills the wildcard is independent of any additional instances, that is, wildcarded objects operate as if there were a separate table entry for each instance that fills the wildcard without having to actually predict all possible instances ahead of time. Bad object identifiers or a mismatch between truncating the identifier and the value of mteSetObjectWildcard result in operation as one would expect when providing the wrong identifier to a Set operation. The Set will fail or set the wrong object. If the value syntax of the destination object is not correct, the Set fails with the normal SNMP error code. |
| T/F mteEventSetObjectWildcard | 1.3.6.1.2.1.88.1.4.4.1.2 | TruthValue | read-write | Control over whether mteEventSetObject is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard if mteEventActions has 'set' set. |
| mteEventSetTable | 1.3.6.1.2.1.88.1.4.4 | not-accessible | A table of management event action information. | |
| SNM mteEventSetTargetTag | 1.3.6.1.2.1.88.1.4.4.1.4 | SnmpTagValue | read-write | The tag for the target(s) at which to set the object at mteEventSetObject to mteEventSetValue if mteEventActions has 'set' set. Systems limited to self management MAY reject a non-zero length for the value of this object. A length of 0 indicates the local system. In this case, access to the objects indicated by mteEventSetObject is under the security credentials of the requester that set mteTriggerEntryStatus to 'active'. Those credentials are the input parameters for isAccessAllowed from the Architecture for Describing SNMP Management Frameworks. Otherwise access rights are checked according to the security parameters resulting from the tag. |
| I32 mteEventSetValue | 1.3.6.1.2.1.88.1.4.4.1.3 | Integer32 | read-write | The value to which to set the object at mteEventSetObject if mteEventActions has 'set' set. |
| mteEventTable | 1.3.6.1.2.1.88.1.4.2 | not-accessible | A table of management event action information. | |
| FAI mteFailedReason | 1.3.6.1.2.1.88.2.1.6 | FailureReason | accessible-for-notify | The reason for the failure of an attempt to check for a trigger condition or set an object in response to an event. |
| STR mteHotContextName | 1.3.6.1.2.1.88.2.1.3 | SnmpAdminString | accessible-for-notify | The context name related to the notification. This MUST be as fully-qualified as possible, including filling in wildcard information determined in processing. |
| OID mteHotOID | 1.3.6.1.2.1.88.2.1.4 | OBJECT IDENTIFIER | accessible-for-notify | The object identifier of the destination object related to the notification. This MUST be as fully-qualified as possible, including filling in wildcard information determined in processing. For a trigger-related notification this is from mteTriggerValueID. For a set failure this is from mteEventSetObject. |
| STR mteHotTargetName | 1.3.6.1.2.1.88.2.1.2 | SnmpAdminString | accessible-for-notify | The SNMP Target MIB's snmpTargetAddrName related to the notification. |
| STR mteHotTrigger | 1.3.6.1.2.1.88.2.1.1 | SnmpAdminString | accessible-for-notify | The name of the trigger causing the notification. |
| I32 mteHotValue | 1.3.6.1.2.1.88.2.1.5 | Integer32 | accessible-for-notify | The value of the object at mteTriggerValueID when a trigger fired. |
| mteObjects | 1.3.6.1.2.1.88.1.3 | |||
| mteObjectsEntry | 1.3.6.1.2.1.88.1.3.1.1 | not-accessible | A group of objects. Applications create and delete entries using mteObjectsEntryStatus. When adding objects to a notification they are added in the lexical order of their index in this table. Those associated with a trigger come first, then trigger test, then event. | |
| ROW mteObjectsEntryStatus | 1.3.6.1.2.1.88.1.3.1.1.5 | RowStatus | read-create | The control that allows creation and deletion of entries. Once made active an entry MAY not be modified except to delete it. |
| OID mteObjectsID | 1.3.6.1.2.1.88.1.3.1.1.3 | OBJECT IDENTIFIER | read-create | The object identifier of a MIB object to add to a Notification that results from the firing of a trigger. This may be wildcarded by truncating all or part of the instance portion, in which case the instance portion of the OID for obtaining this object will be the same as that used in obtaining the mteTriggerValueID that fired. If such wildcarding is applied, mteObjectsIDWildcard must be 'true' and if not it must be 'false'. Each instance that fills the wildcard is independent of any additional instances, that is, wildcarded objects operate as if there were a separate table entry for each instance that fills the wildcard without having to actually predict all possible instances ahead of time. |
| T/F mteObjectsIDWildcard | 1.3.6.1.2.1.88.1.3.1.1.4 | TruthValue | read-create | Control for whether mteObjectsID is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard. |
| U32 mteObjectsIndex | 1.3.6.1.2.1.88.1.3.1.1.2 | Unsigned32 | not-accessible | An arbitrary integer for the purpose of identifying individual objects within a mteObjectsName group. Objects within a group are placed in the notification in the numerical order of this index. Groups are placed in the notification in the order of the selections for overall trigger, trigger test, and event. Within trigger test they are in the same order as the numerical values of the bits defined for mteTriggerTest. Bad object identifiers or a mismatch between truncating the identifier and the value of mteDeltaDiscontinuityIDWildcard result in operation as one would expect when providing the wrong identifier to a Get operation. The Get will fail or get the wrong object. If the object is not available it is omitted from the notification. |
| STR mteObjectsName | 1.3.6.1.2.1.88.1.3.1.1.1 | SnmpAdminString | not-accessible | A locally-unique, administratively assigned name for a group of objects. |
| mteObjectsTable | 1.3.6.1.2.1.88.1.3.1 | not-accessible | A table of objects that can be added to notifications based on the trigger, trigger test, or event, as pointed to by entries in those tables. | |
| STR mteOwner | 1.3.6.1.2.1.88.1.2.2.1.1 | SnmpAdminString | not-accessible | The owner of this entry. The exact semantics of this string are subject to the security policy defined by the security administrator. |
| mteResource | 1.3.6.1.2.1.88.1.1 | |||
| C32 mteResourceSampleInstanceLacksEx | 1.3.6.1.2.1.88.1.1.5 | Counter32 | read-only | The number of times this system could not take a new sample because that allocation would have exceeded the limit set by mteResourceSampleInstanceMaximum. |
| U32 mteResourceSampleInstanceMaximum | 1.3.6.1.2.1.88.1.1.2 | Unsigned32 | read-write | The maximum number of instance entries this system will support for sampling. These are the entries that maintain state, one for each instance of each sampled object as selected by mteTriggerValueID. Note that wildcarded objects result in multiple instances of this state. A value of 0 indicates no preset limit, that is, the limit is dynamic based on system operation and resources. Unless explicitly resource limited, a system's value for this object SHOULD be 0. Changing this value will not eliminate or inhibit existing sample state but could prevent allocation of additional state information. |
| G32 mteResourceSampleInstances | 1.3.6.1.2.1.88.1.1.3 | Gauge32 | read-only | The number of currently active instance entries as defined for mteResourceSampleInstanceMaximum. |
| G32 mteResourceSampleInstancesHigh | 1.3.6.1.2.1.88.1.1.4 | Gauge32 | read-only | The highest value of mteResourceSampleInstances that has occurred since initialization of the management system. |
| I32 mteResourceSampleMinimum | 1.3.6.1.2.1.88.1.1.1 | Integer32 | read-write | The minimum mteTriggerFrequency this system will accept. A system may use the larger values of this minimum to lessen the impact of constant sampling. For larger sampling intervals the system samples less often and suffers less overhead. This object provides a way to enforce such lower overhead for all triggers created after it is set. Unless explicitly resource limited, a system's value for this object SHOULD be 1, allowing as small as a 1 second interval for ongoing trigger sampling. Changing this value will not invalidate an existing setting of mteTriggerFrequency. |
| mteTrigger | 1.3.6.1.2.1.88.1.2 | |||
| INT mteTriggerBooleanComparison | 1.3.6.1.2.1.88.1.2.5.1.1 | INTEGER | read-write | The type of boolean comparison to perform. The value at mteTriggerValueID is compared to mteTriggerBooleanValue, so for example if mteTriggerBooleanComparison is 'less' the result would be true if the value at mteTriggerValueID is less than the value of mteTriggerBooleanValue. |
| mteTriggerBooleanEntry | 1.3.6.1.2.1.88.1.2.5.1 | not-accessible | Information about a single boolean trigger. Entries automatically exist in this this table for each mteTriggerEntry that has 'boolean' set in mteTriggerTest. | |
| STR mteTriggerBooleanEvent | 1.3.6.1.2.1.88.1.2.5.1.7 | SnmpAdminString | read-write | The mteEventName of the event to invoke when mteTriggerType is 'boolean' and this trigger fires. A length of 0 indicates no event. |
| STR mteTriggerBooleanEventOwner | 1.3.6.1.2.1.88.1.2.5.1.6 | SnmpAdminString | read-write | To go with mteTriggerBooleanEvent, the mteOwner of an event entry from mteEventTable. |
| STR mteTriggerBooleanObjects | 1.3.6.1.2.1.88.1.2.5.1.5 | SnmpAdminString | read-write | The mteObjectsName of a group of objects from mteObjectsTable. These objects are to be added to any Notification resulting from the firing of this trigger for this test. A list of objects may also be added based on the overall trigger, the event or other settings in mteTriggerTest. A length of 0 indicates no additional objects. |
| STR mteTriggerBooleanObjectsOwner | 1.3.6.1.2.1.88.1.2.5.1.4 | SnmpAdminString | read-write | To go with mteTriggerBooleanObjects, the mteOwner of a group of objects from mteObjectsTable. |
| T/F mteTriggerBooleanStartup | 1.3.6.1.2.1.88.1.2.5.1.3 | TruthValue | read-write | Control for whether an event may be triggered when this entry is first set to 'active' or a new instance of the object at mteTriggerValueID is found and the test specified by mteTriggerBooleanComparison is true. In that case an event is triggered if mteTriggerBooleanStartup is 'true'. |
| mteTriggerBooleanTable | 1.3.6.1.2.1.88.1.2.5 | not-accessible | A table of management event trigger information for boolean triggers. | |
| I32 mteTriggerBooleanValue | 1.3.6.1.2.1.88.1.2.5.1.2 | Integer32 | read-write | The value to use for the test specified by mteTriggerBooleanTest. |
| STR mteTriggerComment | 1.3.6.1.2.1.88.1.2.2.1.3 | SnmpAdminString | read-create | A description of the trigger's function and use. |
| STR mteTriggerContextName | 1.3.6.1.2.1.88.1.2.2.1.9 | SnmpAdminString | read-create | The management context from which to obtain mteTriggerValueID. This may be wildcarded by leaving characters off the end. For example use 'Repeater' to wildcard to 'Repeater1', 'Repeater2', 'Repeater-999.87b', and so on. To indicate such wildcarding is intended, mteTriggerContextNameWildcard must be 'true'. Each instance that fills the wildcard is independent of any additional instances, that is, wildcarded objects operate as if there were a separate table entry for each instance that fills the wildcard without having to actually predict all possible instances ahead of time. Operation of this feature assumes that the local system has a list of available contexts against which to apply the wildcard. If the objects are being read from the local system, this is clearly the system's own list of contexts. For a remote system a local version of such a list is not defined by any current standard and may not be available, so this function MAY not be supported. |
| T/F mteTriggerContextNameWildcard | 1.3.6.1.2.1.88.1.2.2.1.10 | TruthValue | read-create | Control for whether mteTriggerContextName is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard. |
| OID mteTriggerDeltaDiscontinuityID | 1.3.6.1.2.1.88.1.2.3.1.1 | OBJECT IDENTIFIER | read-write | The OBJECT IDENTIFIER (OID) of a TimeTicks, TimeStamp, or DateAndTime object that indicates a discontinuity in the value at mteTriggerValueID. The OID may be for a leaf object (e.g. sysUpTime.0) or may be wildcarded to match mteTriggerValueID. This object supports normal checking for a discontinuity in a counter. Note that if this object does not point to sysUpTime discontinuity checking MUST still check sysUpTime for an overall discontinuity. If the object identified is not accessible the sample attempt is in error, with the error code as from an SNMP request. Bad object identifiers or a mismatch between truncating the identifier and the value of mteDeltaDiscontinuityIDWildcard result in operation as one would expect when providing the wrong identifier to a Get operation. The Get will fail or get the wrong object. If the value syntax of those objects is not usable, that results in an error that terminates the sample with a 'badType' error code. |
| INT mteTriggerDeltaDiscontinuityIDType | 1.3.6.1.2.1.88.1.2.3.1.3 | INTEGER | read-write | The value 'timeTicks' indicates the mteTriggerDeltaDiscontinuityID of this row is of syntax TimeTicks. The value 'timeStamp' indicates syntax TimeStamp. The value 'dateAndTime' indicates syntax DateAndTime. |
| T/F mteTriggerDeltaDiscontinuityIDWildcard | 1.3.6.1.2.1.88.1.2.3.1.2 | TruthValue | read-write | Control for whether mteTriggerDeltaDiscontinuityID is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard. Note that the value of this object will be the same as that of the corresponding instance of mteTriggerValueIDWildcard when the corresponding mteTriggerSampleType is 'deltaValue'. |
| mteTriggerDeltaEntry | 1.3.6.1.2.1.88.1.2.3.1 | not-accessible | Information about a single trigger's delta sampling. Entries automatically exist in this this table for each mteTriggerEntry that has mteTriggerSampleType set to 'deltaValue'. | |
| mteTriggerDeltaTable | 1.3.6.1.2.1.88.1.2.3 | not-accessible | A table of management event trigger information for delta sampling. | |
| T/F mteTriggerEnabled | 1.3.6.1.2.1.88.1.2.2.1.14 | TruthValue | read-create | A control to allow a trigger to be configured but not used. When the value is 'false' the trigger is not sampled. |
| mteTriggerEntry | 1.3.6.1.2.1.88.1.2.2.1 | not-accessible | Information about a single trigger. Applications create and delete entries using mteTriggerEntryStatus. | |
| ROW mteTriggerEntryStatus | 1.3.6.1.2.1.88.1.2.2.1.15 | RowStatus | read-create | The control that allows creation and deletion of entries. Once made active an entry may not be modified except to delete it. |
| mteTriggerExistenceEntry | 1.3.6.1.2.1.88.1.2.4.1 | not-accessible | Information about a single existence trigger. Entries automatically exist in this this table for each mteTriggerEntry that has 'existence' set in mteTriggerTest. | |
| STR mteTriggerExistenceEvent | 1.3.6.1.2.1.88.1.2.4.1.6 | SnmpAdminString | read-write | The mteEventName of the event to invoke when mteTriggerType is 'existence' and this trigger fires. A length of 0 indicates no event. |
| STR mteTriggerExistenceEventOwner | 1.3.6.1.2.1.88.1.2.4.1.5 | SnmpAdminString | read-write | To go with mteTriggerExistenceEvent, the mteOwner of an event entry from the mteEventTable. |
| STR mteTriggerExistenceObjects | 1.3.6.1.2.1.88.1.2.4.1.4 | SnmpAdminString | read-write | The mteObjectsName of a group of objects from mteObjectsTable. These objects are to be added to any Notification resulting from the firing of this trigger for this test. A list of objects may also be added based on the overall trigger, the event or other settings in mteTriggerTest. A length of 0 indicates no additional objects. |
| STR mteTriggerExistenceObjectsOwner | 1.3.6.1.2.1.88.1.2.4.1.3 | SnmpAdminString | read-write | To go with mteTriggerExistenceObjects, the mteOwner of a group of objects from mteObjectsTable. |
| BIT mteTriggerExistenceStartup | 1.3.6.1.2.1.88.1.2.4.1.2 | Bits | read-write | Control for whether an event may be triggered when this entry is first set to 'active' and the test specified by mteTriggerExistenceTest is true. Setting an option causes that trigger to fire when its test is true. |
| mteTriggerExistenceTable | 1.3.6.1.2.1.88.1.2.4 | not-accessible | A table of management event trigger information for existence triggers. | |
| BIT mteTriggerExistenceTest | 1.3.6.1.2.1.88.1.2.4.1.1 | Bits | read-write | The type of existence test to perform. The trigger fires when the object at mteTriggerValueID is seen to go from present to absent, from absent to present, or to have it's value changed, depending on which tests are selected: present(0) - when this test is selected, the trigger fires when the mteTriggerValueID object goes from absent to present. absent(1) - when this test is selected, the trigger fires when the mteTriggerValueID object goes from present to absent. changed(2) - when this test is selected, the trigger fires the mteTriggerValueID object value changes. Once the trigger has fired for either presence or absence it will not fire again for that state until the object has been to the other state. |
| NTF mteTriggerFailure | 1.3.6.1.2.1.88.2.0.4 | Notification that an attempt to check a trigger has failed. The network manager must enable this notification only with a certain fear and trembling, as it can easily crowd out more important information. It should be used only to help diagnose a problem that has appeared in the error counters and can not be found otherwise. | ||
| C32 mteTriggerFailures | 1.3.6.1.2.1.88.1.2.1 | Counter32 | read-only | The number of times an attempt to check for a trigger condition has failed. This counts individually for each attempt in a group of targets or each attempt for a wildcarded object. |
| NTF mteTriggerFalling | 1.3.6.1.2.1.88.2.0.3 | Notification that the falling threshold was met for triggers with mteTriggerType 'threshold'. | ||
| NTF mteTriggerFired | 1.3.6.1.2.1.88.2.0.1 | Notification that the trigger indicated by the object instances has fired, for triggers with mteTriggerType 'boolean' or 'existence'. | ||
| U32 mteTriggerFrequency | 1.3.6.1.2.1.88.1.2.2.1.11 | Unsigned32 | read-create | The number of seconds to wait between trigger samples. To encourage consistency in sampling, the interval is measured from the beginning of one check to the beginning of the next and the timer is restarted immediately when it expires, not when the check completes. If the next sample begins before the previous one completed the system may either attempt to make the check or treat this as an error condition with the error 'sampleOverrun'. A frequency of 0 indicates instantaneous recognition of the condition. This is not possible in many cases, but may be supported in cases where it makes sense and the system is able to do so. This feature allows the MIB to be used in implementations where such interrupt-driven behavior is possible and is not likely to be supported for all MIB objects even then since such sampling generally has to be tightly integrated into low-level code. Systems that can support this SHOULD document those cases where it can be used. In cases where it can not, setting this object to 0 should be disallowed. |
| STR mteTriggerName | 1.3.6.1.2.1.88.1.2.2.1.2 | SnmpAdminString | not-accessible | A locally-unique, administratively assigned name for the trigger within the scope of mteOwner. |
| STR mteTriggerObjects | 1.3.6.1.2.1.88.1.2.2.1.13 | SnmpAdminString | read-create | The mteObjectsName of a group of objects from mteObjectsTable. These objects are to be added to any Notification resulting from the firing of this trigger. A list of objects may also be added based on the event or on the value of mteTriggerTest. A length of 0 indicates no additional objects. |
| STR mteTriggerObjectsOwner | 1.3.6.1.2.1.88.1.2.2.1.12 | SnmpAdminString | read-create | To go with mteTriggerObjects, the mteOwner of a group of objects from mteObjectsTable. |
| NTF mteTriggerRising | 1.3.6.1.2.1.88.2.0.2 | Notification that the rising threshold was met for triggers with mteTriggerType 'threshold'. | ||
| INT mteTriggerSampleType | 1.3.6.1.2.1.88.1.2.2.1.5 | INTEGER | read-create | The type of sampling to perform. An 'absoluteValue' sample requires only a single sample to be meaningful, and is exactly the value of the object at mteTriggerValueID at the sample time. A 'deltaValue' requires two samples to be meaningful and is thus not available for testing until the second and subsequent samples after the object at mteTriggerValueID is first found to exist. It is the difference between the two samples. For unsigned values it is always positive, based on unsigned arithmetic. For signed values it can be positive or negative. For SNMP counters to be meaningful they should be sampled as a 'deltaValue'. For 'deltaValue' mteTriggerDeltaTable contains further parameters. If only 'existence' is set in mteTriggerTest this object has no meaning. |
| mteTriggerTable | 1.3.6.1.2.1.88.1.2.2 | not-accessible | A table of management event trigger information. | |
| SNM mteTriggerTargetTag | 1.3.6.1.2.1.88.1.2.2.1.8 | SnmpTagValue | read-create | The tag for the target(s) from which to obtain the condition for a trigger check. A length of 0 indicates the local system. In this case, access to the objects indicated by mteTriggerValueID is under the security credentials of the requester that set mteTriggerEntryStatus to 'active'. Those credentials are the input parameters for isAccessAllowed from the Architecture for Describing SNMP Management Frameworks. Otherwise access rights are checked according to the security parameters resulting from the tag. |
| BIT mteTriggerTest | 1.3.6.1.2.1.88.1.2.2.1.4 | Bits | read-create | The type of trigger test to perform. For 'boolean' and 'threshold' tests, the object at mteTriggerValueID MUST evaluate to an integer, that is, anything that ends up encoded for transmission (that is, in BER, not ASN.1) as an integer. For 'existence', the specific test is as selected by mteTriggerExistenceTest. When an object appears, vanishes or changes value, the trigger fires. If the object's appearance caused the trigger firing, the object MUST vanish before the trigger can be fired again for it, and vice versa. If the trigger fired due to a change in the object's value, it will be fired again on every successive value change for that object. For 'boolean', the specific test is as selected by mteTriggerBooleanTest. If the test result is true the trigger fires. The trigger will not fire again until the value has become false and come back to true. For 'threshold' the test works as described below for mteTriggerThresholdStartup, mteTriggerThresholdRising, and mteTriggerThresholdFalling. Note that combining 'boolean' and 'threshold' tests on the same object may be somewhat redundant. |
| I32 mteTriggerThresholdDeltaFalling | 1.3.6.1.2.1.88.1.2.6.1.5 | Integer32 | read-write | A threshold value to check against if mteTriggerType is 'threshold'. When the delta value (difference) between the current sampled value (value(n)) and the previous sampled value (value(n-1)) is less than or equal to this threshold, and the delta value calculated at the last sampling interval (i.e. value(n-1) - value(n-2)) was greater than this threshold, one mteTriggerThresholdDeltaFallingEvent is triggered. That event is also triggered if the first delta value calculated after this entry becomes active, i.e. value(2) - value(1), where value(1) is the first sample taken of that instance, is less than or equal to this threshold. After a falling event is generated, another such event is not triggered until the delta value falls below this threshold and reaches mteTriggerThresholdDeltaRising. |
| STR mteTriggerThresholdDeltaFallingEvent | 1.3.6.1.2.1.88.1.2.6.1.15 | SnmpAdminString | read-write | The mteEventName of the event to invoke when mteTriggerType is 'threshold' and this trigger fires based on mteTriggerThresholdDeltaFalling. A length of 0 indicates no event. |
| STR mteTriggerThresholdDeltaFallingEventOwner | 1.3.6.1.2.1.88.1.2.6.1.14 | SnmpAdminString | read-write | To go with mteTriggerThresholdDeltaFallingEvent, the mteOwner of an event entry from mteEventTable. |
| I32 mteTriggerThresholdDeltaRising | 1.3.6.1.2.1.88.1.2.6.1.4 | Integer32 | read-write | A threshold value to check against if mteTriggerType is 'threshold'. When the delta value (difference) between the current sampled value (value(n)) and the previous sampled value (value(n-1)) is greater than or equal to this threshold, and the delta value calculated at the last sampling interval (i.e. value(n-1) - value(n-2)) was less than this threshold, one mteTriggerThresholdDeltaRisingEvent is triggered. That event is also triggered if the first delta value calculated after this entry becomes active, i.e. value(2) - value(1), where value(1) is the first sample taken of that instance, is greater than or equal to this threshold. After a rising event is generated, another such event is not triggered until the delta value falls below this threshold and reaches mteTriggerThresholdDeltaFalling. |
| STR mteTriggerThresholdDeltaRisingEvent | 1.3.6.1.2.1.88.1.2.6.1.13 | SnmpAdminString | read-write | The mteEventName of the event to invoke when mteTriggerType is 'threshold' and this trigger fires based on mteTriggerThresholdDeltaRising. A length of 0 indicates no event. |
| STR mteTriggerThresholdDeltaRisingEventOwner | 1.3.6.1.2.1.88.1.2.6.1.12 | SnmpAdminString | read-write | To go with mteTriggerThresholdDeltaRisingEvent, the mteOwner of an event entry from mteEventTable. |
| mteTriggerThresholdEntry | 1.3.6.1.2.1.88.1.2.6.1 | not-accessible | Information about a single threshold trigger. Entries automatically exist in this table for each mteTriggerEntry that has 'threshold' set in mteTriggerTest. | |
| I32 mteTriggerThresholdFalling | 1.3.6.1.2.1.88.1.2.6.1.3 | Integer32 | read-write | A threshold value to check against if mteTriggerType is 'threshold'. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, one mteTriggerThresholdFallingEvent is triggered. That event is also triggered if the first sample after this entry becomes active is less than or equal to this threshold and mteTriggerThresholdStartup is equal to 'falling' or 'risingOrFalling'. After a falling event is generated, another such event is not triggered until the sampled value rises above this threshold and reaches mteTriggerThresholdRising. |
| STR mteTriggerThresholdFallingEvent | 1.3.6.1.2.1.88.1.2.6.1.11 | SnmpAdminString | read-write | The mteEventName of the event to invoke when mteTriggerType is 'threshold' and this trigger fires based on mteTriggerThresholdFalling. A length of 0 indicates no event. |
| STR mteTriggerThresholdFallingEventOwner | 1.3.6.1.2.1.88.1.2.6.1.10 | SnmpAdminString | read-write | To go with mteTriggerThresholdFallingEvent, the mteOwner of an event entry from mteEventTable. |
| STR mteTriggerThresholdObjects | 1.3.6.1.2.1.88.1.2.6.1.7 | SnmpAdminString | read-write | The mteObjectsName of a group of objects from mteObjectsTable. These objects are to be added to any Notification resulting from the firing of this trigger for this test. A list of objects may also be added based on the overall trigger, the event or other settings in mteTriggerTest. A length of 0 indicates no additional objects. |
| STR mteTriggerThresholdObjectsOwner | 1.3.6.1.2.1.88.1.2.6.1.6 | SnmpAdminString | read-write | To go with mteTriggerThresholdObjects, the mteOwner of a group of objects from mteObjectsTable. |
| I32 mteTriggerThresholdRising | 1.3.6.1.2.1.88.1.2.6.1.2 | Integer32 | read-write | A threshold value to check against if mteTriggerType is 'threshold'. When the current sampled value is greater than or equal to this threshold, and the value at the last sampling interval was less than this threshold, one mteTriggerThresholdRisingEvent is triggered. That event is also triggered if the first sample after this entry becomes active is greater than or equal to this threshold and mteTriggerThresholdStartup is equal to 'rising' or 'risingOrFalling'. After a rising event is generated, another such event is not triggered until the sampled value falls below this threshold and reaches mteTriggerThresholdFalling. |
| STR mteTriggerThresholdRisingEvent | 1.3.6.1.2.1.88.1.2.6.1.9 | SnmpAdminString | read-write | The mteEventName of the event to invoke when mteTriggerType is 'threshold' and this trigger fires based on mteTriggerThresholdRising. A length of 0 indicates no event. |
| STR mteTriggerThresholdRisingEventOwner | 1.3.6.1.2.1.88.1.2.6.1.8 | SnmpAdminString | read-write | To go with mteTriggerThresholdRisingEvent, the mteOwner of an event entry from mteEventTable. |
| INT mteTriggerThresholdStartup | 1.3.6.1.2.1.88.1.2.6.1.1 | INTEGER | read-write | The event that may be triggered when this entry is first set to 'active' and a new instance of the object at mteTriggerValueID is found. If the first sample after this instance becomes active is greater than or equal to mteTriggerThresholdRising and mteTriggerThresholdStartup is equal to 'rising' or 'risingOrFalling', then one mteTriggerThresholdRisingEvent is triggered for that instance. If the first sample after this entry becomes active is less than or equal to mteTriggerThresholdFalling and mteTriggerThresholdStartup is equal to 'falling' or 'risingOrFalling', then one mteTriggerThresholdRisingEvent is triggered for that instance. |
| mteTriggerThresholdTable | 1.3.6.1.2.1.88.1.2.6 | not-accessible | A table of management event trigger information for threshold triggers. | |
| OID mteTriggerValueID | 1.3.6.1.2.1.88.1.2.2.1.6 | OBJECT IDENTIFIER | read-create | The object identifier of the MIB object to sample to see if the trigger should fire. This may be wildcarded by truncating all or part of the instance portion, in which case the value is obtained as if with a GetNext function, checking multiple values if they exist. If such wildcarding is applied, mteTriggerValueIDWildcard must be 'true' and if not it must be 'false'. Bad object identifiers or a mismatch between truncating the identifier and the value of mteTriggerValueIDWildcard result in operation as one would expect when providing the wrong identifier to a Get or GetNext operation. The Get will fail or get the wrong object. The GetNext will indeed get whatever is next, proceeding until it runs past the initial part of the identifier and perhaps many unintended objects for confusing results. If the value syntax of those objects is not usable, that results in a 'badType' error that terminates the scan. Each instance that fills the wildcard is independent of any additional instances, that is, wildcarded objects operate as if there were a separate table entry for each instance that fills the wildcard without having to actually predict all possible instances ahead of time. |
| T/F mteTriggerValueIDWildcard | 1.3.6.1.2.1.88.1.2.2.1.7 | TruthValue | read-create | Control for whether mteTriggerValueID is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard. |
| sysUpTimeInstance | 1.3.6.1.2.1.1.3.0 |
RFC description
Defines event triggers and actions for distributed network management including MTE objects and notifications.
Start monitoring SNMP-capable network device or management station (vendor-neutral, DISMAN event triggers) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.