mteTriggerBooleanComparison
DISMAN-EVENT-MIB ·
.1.3.6.1.2.1.88.1.2.5.1.1
Object
column r/w
Enumeration
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.
Context
- MIB
- DISMAN-EVENT-MIB
- OID
.1.3.6.1.2.1.88.1.2.5.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mteTriggerBooleanEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteTriggerBooleanComparison'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteTriggerBooleanComparison.<mteOwner>.<mteTriggerName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-EVENT-MIB::mteTriggerBooleanComparison'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unequal |
2 | equal |
3 | less |
4 | lessOrEqual |
5 | greater |
6 | greaterOrEqual |
Conformance
Member of