All MIBs › DISMAN-EVENT-MIB › mteTriggerThresholdDeltaFalling
mteTriggerThresholdDeltaFalling
Module: DISMAN-EVENT-MIB
OID (symbolic): DISMAN-EVENT-MIB::mteTriggerThresholdDeltaFalling
OID (numeric): 1.3.6.1.2.1.88.1.2.6.1.5
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description: 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.
What is mteTriggerThresholdDeltaFalling?
This is the numeric threshold (default 0) applied to the delta (difference) between consecutive samples rather than the raw value: when the delta falls to or below this threshold after previously being above it, one mteTriggerThresholdDeltaFallingEvent fires. Pair this with mteTriggerThresholdDeltaRising to bracket both directions of a rate-of-change alarm.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.88.1.2.6.1.5 snmpwalk -v2c -c public <target> DISMAN-EVENT-MIB::mteTriggerThresholdDeltaFalling
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.88.1.2.6.1.5.1 snmpget -v2c -c public <target> DISMAN-EVENT-MIB::mteTriggerThresholdDeltaFalling.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.88.1.2.6.1.5.1 i <value>
Start monitoring SNMP-capable network device or management station (vendor-neutral, DISMAN event triggers) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DISMAN-EVENT-MIB::mteTriggerThresholdDeltaFalling OID value, configure state conditions and alerts, and monitor any SNMP-capable network device or management station (vendor-neutral, DISMAN event triggers) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.88 | dismanEventMIB | DISMAN-EVENT-MIB |
| 1.3.6.1.2.1.88.1 | dismanEventMIBObjects | DISMAN-EVENT-MIB |
| 1.3.6.1.2.1.88.1.2 | mteTrigger | DISMAN-EVENT-MIB |
| 1.3.6.1.2.1.88.1.2.6 | mteTriggerThresholdTable | DISMAN-EVENT-MIB |
| 1.3.6.1.2.1.88.1.2.6.1 | mteTriggerThresholdEntry | DISMAN-EVENT-MIB |
| 1.3.6.1.2.1.88.1.2.6.1.5 | mteTriggerThresholdDeltaFalling | DISMAN-EVENT-MIB |