BDCOM-IF-THRESHOLD-MIB: View SNMP OID List / Download MIB

VENDOR: SHANGHAI BAUD DATA COMMUNICATION DEVELOPMENT


 Home MIB: BDCOM-IF-THRESHOLD-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 bdcomIfThresholdMIB 1.3.6.1.4.1.3320.9.218
This MIB module defines the managed objects that support monitoring of thresholds on interfaces. Configuration and monitoring of the thresholds is done through threshold templates that can be assigned to any subset of interfaces on the network element. More than one threshold template can be assigned to a given interface. This MIB module should be used when it is desired to apply a common set of thresholds to a subset of the available interfaces. If a threshold is to be applied to only one interface, then the EVENT-MIB or the RMON-MIB may be used as simpler alternatives. If a threshold is to be applied to all available interfaces, then the EVENT-MIB may be used as a simpler alternative.
         bdIfThresholdMIBObjects 1.3.6.1.4.1.3320.9.218.1
             bdifthTemplateGroup 1.3.6.1.4.1.3320.9.218.1.1
                 bdifthTemplateIndexNext 1.3.6.1.4.1.3320.9.218.1.1.1 bdifthtemplateindexorzero read-only
This object contains an appropriate value to be used for bdifthTemplateIndex when creating entries in the bdifthTemplateTable. The distinguished value 0 indicates that no unassigned entries are available. To obtain a suggested bdifthTemplateIndex value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. The manager may ignore this object and use alternative mechanisms for choosing an unused value of bdifthTemplateIndex for a new entry. The agent will modify the value to the next unassigned index, when a new entry is created in bdifthTemplateTable with the current value of this object. After deletion of an entry in bdifthTemplateTable the agent will determine through its local policy when its index value will be made available for reuse.
                 bdifthTemplateLastChange 1.3.6.1.4.1.3320.9.218.1.1.2 timestamp read-only
This object specifies the value of sysUpTime at the last time there was either a change to any object in any entry in bdifthTemplateTable, or an entry was created or destroyed in bdifthTemplateTable. If no change to bdifthTemplateTable has occurred since the last re-initialization of the local network management subsystem, then this object contains a zero value.
                 bdifthTemplateTable 1.3.6.1.4.1.3320.9.218.1.1.3 no-access
This table is used to create threshold templates. Each template includes one or more thresholds (defined in the bdifthThresholdTable), and can be assigned to multiple interfaces. An interface may be associated with more than one template. The assignment of templates to interfaces is done in the bdifthTemplateIfAssignTable.
                     bdifthTemplateEntry 1.3.6.1.4.1.3320.9.218.1.1.3.1 no-access
An entry describing the general properties of a threshold template. The template is created using the bdifthTemplateRowStatus object. Prior to creating an entry in the table, the manager should obtain a unique value of bdifthTemplateIndex by reading the bdifthTemplateIndexNext object. The values of bdifthTemplateName and bdifthTemplateNotifyHoldDownType must be provided before activating the entry. After creating an entry, thresholds can be defined for the template by creating entries with the same value of bdifthTemplateIndex in the bdifthThresholdTable. The template can then be assigned to one or more interfaces using the bdifthTemplateIfAssignTable. Once an entry has been activated, the value of bdifthTemplateName cannot be modified. In order to use a new value of bdifthTemplateName, a new template must be defined. The values of bdifthTemplateNotifyHoldDownType and bdifthTemplateNotifyHoldDownTime may be modified when the entry is active. See the description clause of bdifthTemplateNotifyHoldDownType for further caveats on modification of that object.
                         bdifthTemplateIndex 1.3.6.1.4.1.3320.9.218.1.1.3.1.1 bdifthtemplateindex no-access
An arbitrary integer that uniquely identifies a threshold template. The value for each threshold template must remain constant at least from one re-initialization of the agent's network management system to the next re-initialization. The value may change when the agent's network management system is rebooted or re-initialized.
                         bdifthTemplateName 1.3.6.1.4.1.3320.9.218.1.1.3.1.2 snmpadminstring read-only
This object specifies a unique name associated with the threshold template by the management client, and provides a non-volatile 'handle' for the template. The name must not include whitespace characters. After this value has been written to the startup configuration, the agent must retain the value until a management client deletes it. The level of retention must span reboots and re-initializations of the agent, including those that result in different assignments to the value of bdifthTemplateIndex associated with this template. Once an entry has been activated, this value cannot be modified. In order to use a new value of bdifthTemplateName, a new template must be defined.
                         bdifthTemplateNotifyHoldDownType 1.3.6.1.4.1.3320.9.218.1.1.3.1.3 integer read-only
This object specifies the method used to prevent an excess of notifications from being generated when operation fluctuates around a threshold level. The value 'holdDownTimer' indicates that notifications for a given threshold and interface are suppressed for a short amount of time after each notification. The time value is specified in bdifthTemplateNotifyHoldDownTime, which is instantiated only when this object is set to 'holdDownTimer'. After a notification is received for a given threshold and interface, the next notification for that threshold and interface will be generated after at least bdifthTemplateNotifyHoldDownTime amount of time has passed, only when the threshold is next fired or cleared. The value 'fireAndClearThresholds' indicates that hysteresis is used. The management client configures two values for each threshold: one for asserting that the threshold has been exceeded (see bdifthThresholdFiredValue), and a second value for asserting that the threshold is no longer being exceeded (see bdifthThresholdClearedValue, which is instantiated only when this object is set to 'fireAndClearThresholds'). When this entry in bdifthTemplateTable is active, this object may only be modified if there are no active entries in bdifthThresholdTable with the same value of bdifthTemplateIndex. Enumeration: 'fireAndClearThresholds': 3, 'holdDownTimer': 2, 'other': 1.
                         bdifthTemplateNotifyHoldDownTime 1.3.6.1.4.1.3320.9.218.1.1.3.1.4 unsigned32 read-only
The minimum amount of time between successive bdifthIfThresholdFired or bdifthIfThresholdCleared notifications for a given interface and template. This object is instantiated only when bdifthTemplateNotifyHoldDownType is set to 'holdDownTimer'.
                         bdifthTemplateRowStatus 1.3.6.1.4.1.3320.9.218.1.1.3.1.5 rowstatus read-only
This object is used to create and delete threshold templates. The values of bdifthTemplateName and bdifthTemplateNotifyHoldDownType must be provided before activating the entry. An entry can only be deleted when there are no active entries in the bdifthTemplateIfAssignTable with the same value of bdifthTemplateIndex. When an entry is deleted, all associated entries in the bdifthThresholdTable are also deleted. After the entry has been activated, this object cannot be set to any value other than 'destroy'. The row status never changes to 'notInService' after reaching the value 'active'.
                 bdifthThresholdLastChange 1.3.6.1.4.1.3320.9.218.1.1.4 timestamp read-only
This object specifies the value of sysUpTime at the last time there was either a change to any object in any entry in bdifthThresholdTable, or an entry was created or destroyed in bdifthThresholdTable. If no change to bdifthThresholdTable has occurred since the last re-initialization of the local network management subsystem, then this object contains a zero value.
                 bdifthThresholdTable 1.3.6.1.4.1.3320.9.218.1.1.5 no-access
This table specifies the interface thresholds used in each template.
                     bdifthThresholdEntry 1.3.6.1.4.1.3320.9.218.1.1.5.1 no-access
An entry specifying an interface threshold used in a threshold template. The entry is created using the bdifthThresholdRowStatus object. The values of bdifthThresholdObject, bdifthThresholdSeverity, bdifthThresholdType, and bdifthThresholdFiredValue must be provided before activating the entry. If the value of bdifthTemplateNotifyHoldDownType in the bdifthTemplateEntry with the same value of bdifthTemplateIndex is 'fireAndClearThresholds', then the value of bdifthThresholdClearedValue must also be provided before activating the entry. If the value of bdifthThresholdType is other than 'rateOfIncreaseExponentXIfSpeed', then the value of bdifthThresholdSampleInterval must also be provided before activating the entry. The agent should not allow creation of two entries in the table with the same values of bdifthTemplateIndex, bdifthThresholdObject, bdifthThresholdSeverity, and bdifthThresholdDirection. Once an entry has been activated, the values of bdifthThresholdObject, bdifthThresholdSeverity, bdifthThresholdType, and bdifthThresholdDirection cannot be modified. In order to use new values of these objects, a new threshold must be defined. The values of bdifthThresholdDescr, bdifthThresholdFiredValue, bdifthThresholdClearedValue, bdifthThresholdSampleInterval, and bdifthThresholdApsSwitchover may be modified when the entry is active.
                         bdifthThresholdIndex 1.3.6.1.4.1.3320.9.218.1.1.5.1.1 bdifththresholdindex no-access
An arbitrary integer that uniquely identifies a threshold in a threshold template. The value for each threshold must remain constant when the agent's network management system is rebooted or re-initialized.
                         bdifthThresholdDescr 1.3.6.1.4.1.3320.9.218.1.1.5.1.2 snmpadminstring read-only
A description of the threshold's function and use. The description must not include carriage returns.
                         bdifthThresholdObject 1.3.6.1.4.1.3320.9.218.1.1.5.1.3 object identifier read-only
The object to be compared against the threshold values. The object must be defined in a table indexed only by ifIndex. All of the instance portion of the object identifier is truncated, since the instance(s) to be compared against the threshold are identified using the bdifthTemplateIfAssignTable. If the object has syntax 'Integer32', 'Unsigned32', or 'Gauge32', then bdifthThresholdType should be set to 'absoluteValue'. If the object has syntax 'Counter32' or 'Counter64', then bdifthThresholdType should be set to 'deltaValue' or 'rateOfIncreaseExponentXIfSpeed'.
                         bdifthThresholdSeverity 1.3.6.1.4.1.3320.9.218.1.1.5.1.4 bdifththresholdseverity read-only
This object specifies the severity associated with the condition when the threshold is exceeded.
                         bdifthThresholdType 1.3.6.1.4.1.3320.9.218.1.1.5.1.5 integer read-only
The manner in which to compare bdifthThresholdObject to bdifthThresholdFiredValue and bdifthThresholdClearedValue. The value 'absoluteValue' indicates that the value of bdifthThresholdObject is to be compared directly to bdifthThresholdFiredValue or bdifthThresholdClearedValue. The value 'deltaValue' indicates that the difference between two successive samples of bdifthThresholdObject is to be compared to bdifthThresholdFiredValue or bdifthThresholdClearedValue. The polling interval between successive samples is defined in bdifthThresholdSampleInterval. The value 'rateOfIncreaseExponentXIfSpeed' indicates that the rate of increase of bdifthThresholdObject is to be compared to the negated value of bdifthThresholdFiredValue used as the exponent of 10, times the value of ifSpeed (if the value of ifSpeed is less than the maximum value) or ifHighSpeed (otherwise). For example, a value of bdifthThresholdFiredValue of 5 on a gigabit ethernet interface indicates a threshold of 10^-5 times the interface speed, which is equal to 10,000 per second. When the value of this object is 'rateOfIncreaseExponentXIfSpeed', the polling interval between successive samples is determined automatically by the agent. When the object identified by bdifthThresholdObject is a counter, a threshold type of 'deltaValue' or 'rateOfIncreaseExponentXIfSpeed' should be used. When the object identified by bdifthThresholdObject is not a counter, a threshold type of 'absoluteValue' should be used. Enumeration: 'rateOfIncreaseExponentXIfSpeed': 3, 'absoluteValue': 1, 'deltaValue': 2.
                         bdifthThresholdDirection 1.3.6.1.4.1.3320.9.218.1.1.5.1.6 integer read-only
This object indicates which direction of movement causes the threshold to fire. The value 'rising' indicates that the threshold is fired when the current sampled value is numerically greater than or equal to the value of bdifthThresholdFiredValue, and the threshold was considered to be cleared at the last sampling interval. If the value of the corresponding bdifthTemplateNotifyHoldDownType object is 'fireAndClearThresholds', the threshold is cleared when the current sampled value is less than the value of bdifthThresholdClearedValue, and the threshold was considered to be fired at the last sampling interval. If the value of the corresponding bdifthTemplateNotifyHoldDownType object is other than 'fireAndClearThresholds', the threshold is cleared when the current sampled value is less than the value of bdifthThresholdFiredValue, and the threshold was considered to be fired at the last sampling interval. The value 'falling' indicates that the threshold is fired when the current sampled value is numerically less than or equal to the value of bdifthThresholdFiredValue, and the threshold was considered to be cleared at the last sampling interval. If the value of the corresponding bdifthTemplateNotifyHoldDownType object is 'fireAndClearThresholds', the threshold is cleared when the current sampled value is greater than the value of bdifthThresholdClearedValue, and the threshold was considered to be fired at the last sampling interval. If the value of the corresponding bdifthTemplateNotifyHoldDownType object is other than 'fireAndClearThresholds', the threshold is cleared when the current sampled value is greater than the value of bdifthThresholdFiredValue, and the threshold was considered to be fired at the last sampling interval. Enumeration: 'falling': 2, 'rising': 1.
                         bdifthThresholdFiredValue 1.3.6.1.4.1.3320.9.218.1.1.5.1.7 integer32 read-only
A threshold value to check against the object identified in bdifthThresholdObject. If the value of bdifthThresholdDirection is 'rising', then the threshold is fired when the current sampled value (absolute, delta, or rate of increase, depending on the value of bdifthThresholdType) of the object identified in bdifthThresholdObject is greater than or equal to this value. If the value of bdifthThresholdDirection is 'falling', then the threshold is fired when the current sampled value (absolute, delta, or rate of increase, depending on the value of bdifthThresholdType) of the object identified in bdifthThresholdObject is less than or equal to this value.
                         bdifthThresholdClearedValue 1.3.6.1.4.1.3320.9.218.1.1.5.1.8 integer32 read-only
A threshold value to check against the object identified in bdifthThresholdObject. If the value of bdifthThresholdDirection is 'rising', then the threshold is cleared when the current sampled value (absolute, delta, or rate of increase, depending on the value of bdifthThresholdType) of the object identified in bdifthThresholdObject is less than this value. If the value of bdifthThresholdDirection is 'falling', then the threshold is cleared when the current sampled value (absolute, delta, or rate of increase, depending on the value of bdifthThresholdType) of the object identified in bdifthThresholdObject is greater than this value. This object is instantiated only when the value of bdifthTemplateNotifyHoldDownType in the bdifthTemplateEntry with the same value of bdifthTemplateIndex is 'fireAndClearThresholds'.
                         bdifthThresholdSampleInterval 1.3.6.1.4.1.3320.9.218.1.1.5.1.9 unsigned32 read-only
The number of milliseconds to wait between samples of the object identified in bdifthThresholdObject. 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. This object is not instantiated when the value of bdifthThresholdType is 'rateOfIncreaseExponentXIfSpeed'.
                         bdifthThresholdApsSwitchover 1.3.6.1.4.1.3320.9.218.1.1.5.1.10 truthvalue read-only
This object indicates whether automatic protection switching (APS) switchover should be triggered, if applicable, when the threshold is fired. The value of this object takes effect when the template identified by bdifthTemplateIndex is assigned to an interface that is part of an APS group. One way to configure an interface in an APS group is using the cApsChanConfigTable in the BDCOM-APS-MIB.
                         bdifthThresholdRowStatus 1.3.6.1.4.1.3320.9.218.1.1.5.1.11 rowstatus read-only
This object is used to create and delete thresholds in templates. A new entry can only be created when there is an active entry in the bdifthTemplateTable with the same value of bdifthTemplateIndex. The values of bdifthThresholdObject, bdifthThresholdSeverity, bdifthThresholdType, and bdifthThresholdFiredValue must be provided before activating the entry. If the value of bdifthTemplateNotifyHoldDownType in the bdifthTemplateEntry with the same value of bdifthTemplateIndex is 'fireAndClearThresholds', then the value of bdifthThresholdClearedValue must also be provided before activating the entry. If the value of bdifthThresholdType is other than 'rateOfIncreaseExponentXIfSpeed', then the value of bdifthThresholdSampleInterval must also be provided before activating the entry. When an entry is activated, if there are any entries in bdifthTemplateIfAssignTable with the same value of bdifthTemplateIndex, then the threshold is activated on all interfaces identified in those entries that have instances of the object identified by bdifthThresholdObject. When an entry is destroyed, if there are any entries in bdifthTemplateIfAssignTable with the same value of bdifthTemplateIndex, then the threshold is de-activated on the interfaces identified in those entries. If there are any entries in bdifthIfThresholdFiredTable with bdifthIfThresholdFiredTemplate value equal to this value of bdifthTemplateIndex, then the bit in bdifthIfThresholdsFired corresponding to this threshold is cleared in all such entries. After the entry has been activated, this object cannot be set to any value other than 'destroy'. The row status never changes to 'notInService' after reaching the value 'active'.
             bdifthTemplateIfAssignGroup 1.3.6.1.4.1.3320.9.218.1.2
                 bdifthTemplateIfLastChange 1.3.6.1.4.1.3320.9.218.1.2.1 timestamp read-only
This object specifies the value of sysUpTime at the last time there was either a change to any object in any entry in bdifthTemplateIfAssignTable, or an entry was created or destroyed in bdifthTemplateIfAssignTable. If no change to bdifthTemplateIfAssignTable has occurred since the last re-initialization of the local network management subsystem, then this object contains a zero value.
                 bdifthTemplateIfAssignTable 1.3.6.1.4.1.3320.9.218.1.2.2 no-access
This table specifies the assignment of threshold templates to specific interfaces. Each threshold template may be assigned to multiple interfaces. Each interface may have multiple threshold templates assigned to it.
                     bdifthTemplateIfAssignEntry 1.3.6.1.4.1.3320.9.218.1.2.2.1 no-access
An entry describing the assignment of a particular threshold template to a particular interface. The entry is created using the bdifthTemplateIfAssignRowStatus object.
                         bdifthTemplateIfAssignInterface 1.3.6.1.4.1.3320.9.218.1.2.2.1.1 interfaceindex no-access
This object identifies an interface to which the template is assigned.
                         bdifthTemplateIfAssignOperStatus 1.3.6.1.4.1.3320.9.218.1.2.2.1.2 integer read-only
This object indicates whether the threshold template identified by bdifthTemplateIndex is operational on the interface identified by bdifthTemplateIfAssignInterface. When the value of this object is 'up', this indicates that the thresholds in this template (identified by bdifthTemplateIndex) are activated on this interface, with the following exception: If a threshold is defined on an object that does not have an instance for this interface, then the threshold is not activated on this interface. If any of the thresholds are being exceeded, then a corresponding entry exists in the bdifthIfThresholdFiredTable. When the value of this object is 'down', this indicates that all thresholds in the template are de-activated on this interface and there is no corresponding entry in the bdifthIfThresholdFiredTable, regardless of whether any of the thresholds in the template are being exceeded on this interface. One reason for a template not to be operational on an interface to which it is assigned is when the interface has two (or more) templates assigned to it that contain thresholds on the same object with the same severity and direction, i.e., thresholds with the same values of bdifthThresholdObject, bdifthThresholdSeverity, and bdifthThresholdDirection. This may occur when a template is assigned to the interface, or when a threshold is added to a template that is already active on the interface. When this occurs, the implementation may operate on both (or all) threshold values, or it may take down one (or more) of the templates on this interface, which is indicated by changing the value of this object from 'up' to 'down'. Enumeration: 'down': 2, 'up': 1.
                         bdifthTemplateIfAssignRowStatus 1.3.6.1.4.1.3320.9.218.1.2.2.1.3 rowstatus read-only
This object is used to create and delete entries in the table, assigning templates to interfaces and removing templates from interfaces, respectively. A new entry can only be created when there is an active entry in the bdifthTemplateTable with the same value of bdifthTemplateIndex. When an entry is activated, the thresholds in this template (identified by bdifthTemplateIndex) are activated on this interface, with the following exception: If a threshold is defined on an object that does not have an instance for this interface, then the threshold is not activated on this interface. When an entry is destroyed, all thresholds in the template are de-activated on this interface and the corresponding entry in the bdifthIfThresholdFiredTable is deleted, if it exists. After the entry has been activated, this object cannot be set to any value other than 'destroy'. The row status never changes to 'notInService' after reaching the value 'active'.
             bdifthIfThresholdFiredGroup 1.3.6.1.4.1.3320.9.218.1.3
                 bdifthThresholdFiredNotifyEnable 1.3.6.1.4.1.3320.9.218.1.3.1 bdifththresholdseverityorzero read-write
This object specifies the minimum severity threshold governing the generation of bdifthIfThresholdFired and bdifthIfThresholdCleared notifications. For example, if the value of this object is set to 'degrade', then the agent generates these notifications if and only if the severity of the threshold being exceeded is 'degrade' or 'fail'. When the value is other than '0', the generation of bdifthTemplateIfStatusChange notifications is also enabled. The value of '0' disables the generation of all notifications. By default, the value of this object is set to '0'.
                 bdifthThresholdFiredLastChange 1.3.6.1.4.1.3320.9.218.1.3.2 timestamp read-only
This object specifies the value of sysUpTime at the last time there was either a change to any object in any entry in bdifthIfThresholdFiredTable, or an entry was added or deleted in bdifthIfThresholdFiredTable. If no change to bdifthIfThresholdFiredTable has occurred since the last re-initialization of the local network management subsystem, then this object contains a zero value.
                 bdifthIfThresholdFiredTable 1.3.6.1.4.1.3320.9.218.1.3.3 no-access
This table indicates the interfaces that currently have threshold fired conditions.
                     bdifthIfThresholdFiredEntry 1.3.6.1.4.1.3320.9.218.1.3.3.1 no-access
An entry indicating an interface that currently has one or more threshold fired conditions based on one template.
                         bdifthIfThresholdFiredTemplate 1.3.6.1.4.1.3320.9.218.1.3.3.1.1 bdifthtemplateindex no-access
This object specifies a template for which one or more of the thresholds are fired on this interface.
                         bdifthIfThresholdsFired 1.3.6.1.4.1.3320.9.218.1.3.3.1.2 bdifththresholdlist read-only
This object specifies those thresholds that are currently being exceeded on this interface. If a threshold is currently being exceeded (i.e., the threshold is fired) on the interface, then the corresponding bit in the threshold list is set to one. Otherwise, the bit will be set to zero, or the bit will not be present. Only the first N octets are present in the threshold list, such that the highest octet present has at least one bit set to '1'. All higher octets with value '0' are truncated.
                         bdifthIfLastThresholdFired 1.3.6.1.4.1.3320.9.218.1.3.3.1.3 bdifththresholdindex read-only
This object specifies the last threshold fired or cleared on the interface.
                         bdifthIfThresholdFiredLstChange 1.3.6.1.4.1.3320.9.218.1.3.3.1.4 timestamp read-only
This object specifies the value of sysUpTime at the last time a threshold was fired or cleared on the interface.
                         bdifthIfThresholdFiredLstSeverity 1.3.6.1.4.1.3320.9.218.1.3.3.1.5 bdifththresholdseverity read-only
This object specifies the severity of the threshold that was last fired or cleared on the interface.
                         bdifthIfThresholdFiredMaxSeverity 1.3.6.1.4.1.3320.9.218.1.3.3.1.6 bdifththresholdseverity read-only
This object specifies the highest severity among the thresholds that are currently being exceeded on this interface.
         bdIfThresholdMIBNotifications 1.3.6.1.4.1.3320.9.218.2
             bdifthMIBNotificationsPrefix 1.3.6.1.4.1.3320.9.218.2.0
                 bdifthIfThresholdFired 1.3.6.1.4.1.3320.9.218.2.0.1
The agent generates this notification when a threshold defined in a template is asserted on an interface. If a threshold is asserted for a given interface and template, bdifthTemplateNotifyHoldDownTime is set to 'holdDownTimer' for that template, and this notification has recently been sent for the same threshold on the same interface, then this notification may be suppressed.
                 bdifthIfThresholdCleared 1.3.6.1.4.1.3320.9.218.2.0.2
The agent generates this notification when a threshold, that has previously fired, is cleared on an interface. If a threshold is cleared for a given interface and template, bdifthTemplateNotifyHoldDownTime is set to 'holdDownTimer' for that template, and this notification has recently been sent for the same threshold on the same interface, then this notification may be suppressed.
                 bdifthTemplateIfStatusChange 1.3.6.1.4.1.3320.9.218.2.0.3
The agent generates this notification when a template comes up or goes down on an interface to which it is assigned, i.e., when the value of bdifthTemplateIfAssignOperStatus changes. If a template becomes operationally down on an interface upon activation of a new entry in the bdifthTemplateIfAssignTable, the agent generates this notification. The agent need not generate this notification when a new entry in the bdifthTemplateIfAssignTable is activated, if the template becomes operational on the interface. The agent need not generate this notification when an entry in the bdifthTemplateIfAssignTable is destroyed.
         bdIfThresholdMIBConformance 1.3.6.1.4.1.3320.9.218.3
             bdIfThresholdMIBCompliances 1.3.6.1.4.1.3320.9.218.3.1
                 bdIfThresholdMIBCompliance 1.3.6.1.4.1.3320.9.218.3.1.1
The compliance statement for entities that implement the BDCOM Interface Threshold MIB.
             bdIfThresholdMIBGroups 1.3.6.1.4.1.3320.9.218.3.2
                 bdIfThresholdTemplateGroup 1.3.6.1.4.1.3320.9.218.3.2.1
A collection of mandatory managed objects for configuration of threshold templates.
                 bdIfThresholdFiredGroup 1.3.6.1.4.1.3320.9.218.3.2.2
A collection of mandatory managed objects for monitoring interfaces where thresholds have been exceeded.
                 bdifthHoldDownTimerGroup 1.3.6.1.4.1.3320.9.218.3.2.3
A collection of managed objects for configuration of a timer-based mechanism for suppression of excess notifications in a short time interval.
                 bdifthHoldDownHysteresisGroup 1.3.6.1.4.1.3320.9.218.3.2.4
A collection of managed objects for configuration of threshold values used to assert that the threshold is no longer being exceeded. These objects are part of the hysteresis mechanism used to prevent excess notifications in a short time interval.
                 bdifthApsGroup 1.3.6.1.4.1.3320.9.218.3.2.5
A collection of managed objects for configuration of APS switchover triggers based on interface thresholds.
                 bdIfThresholdNotifsGroup 1.3.6.1.4.1.3320.9.218.3.2.6
A collection of notifications generated when an interface has a threshold fired or a threshold cleared condition.
                 bdifthTemplateIfNotifsGroup 1.3.6.1.4.1.3320.9.218.3.2.7
A collection of notifications related to the assignment of templates to interfaces.