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
- Table
- mteTriggerBooleanTable
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unequal |
2 | equal |
3 | less |
4 | lessOrEqual |
5 | greater |
6 | greaterOrEqual |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| mteTriggerBooleanValue The value to use for the test specified by
mteTriggerBooleanTest. | column | SNMPv2-SMIInteger32 | .1.3.6.1.2.1.88.1.2.5.1.2 |
| mteTriggerBooleanStartup 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
mteT… | column | SNMPv2-TCTruthValue | .1.3.6.1.2.1.88.1.2.5.1.3 |
| mteTriggerBooleanObjectsOwner To go with mteTriggerBooleanObjects, the mteOwner of a group
of objects from mteObjectsTable. | column | OctetString | .1.3.6.1.2.1.88.1.2.5.1.4 |
| mteTriggerBooleanObjects 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.
… | column | OctetString | .1.3.6.1.2.1.88.1.2.5.1.5 |
| mteTriggerBooleanEventOwner To go with mteTriggerBooleanEvent, the mteOwner of an event
entry from mteEventTable. | column | OctetString | .1.3.6.1.2.1.88.1.2.5.1.6 |
| mteTriggerBooleanEvent The mteEventName of the event to invoke when mteTriggerType is
'boolean' and this trigger fires. A length of 0 indicates no
event. | column | OctetString | .1.3.6.1.2.1.88.1.2.5.1.7 |