All MIBs › DISMAN-EVENT-MIB › mteTriggerBooleanComparison
mteTriggerBooleanComparison
Module: DISMAN-EVENT-MIB
OID (symbolic): DISMAN-EVENT-MIB::mteTriggerBooleanComparison
OID (numeric): 1.3.6.1.2.1.88.1.2.5.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: 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.
What is mteTriggerBooleanComparison?
This selects the comparison operator used for the trigger's boolean test against mteTriggerBooleanValue: unequal(1) (the default), equal(2), less(3), lessOrEqual(4), greater(5), or greaterOrEqual(6). For example, setting this to less(3) fires when the monitored object's value drops below mteTriggerBooleanValue.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.88.1.2.5.1.1 snmpwalk -v2c -c public <target> DISMAN-EVENT-MIB::mteTriggerBooleanComparison
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.88.1.2.5.1.1.1 snmpget -v2c -c public <target> DISMAN-EVENT-MIB::mteTriggerBooleanComparison.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.88.1.2.5.1.1.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::mteTriggerBooleanComparison 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.5 | mteTriggerBooleanTable | DISMAN-EVENT-MIB |
| 1.3.6.1.2.1.88.1.2.5.1 | mteTriggerBooleanEntry | DISMAN-EVENT-MIB |
| 1.3.6.1.2.1.88.1.2.5.1.1 | mteTriggerBooleanComparison | DISMAN-EVENT-MIB |