OID | 1.3.6.1.4.1.9.9.692.1.4.1.1.5 |
Module | CISCO-FLOW-MONITOR-MIB (CISCO) |
Nom | cfmConditionType |
Acces | readonly |
Status | current |
Description | This object indicates the type of condition:
'other'
The implementation of the MIB does not recognize the
condition described by this row.
'boolean'
The value monitored only can have one of two values: 'false'
or 'true'. In this case, the condition itself evaluates to
'true' if the value itself is 'true'.
'risingThreshold'
The condition evaluates to 'true' if the current sample
of the monitored value is greater than the rising
threshold and the last sample is less than or equal
to the rising threshold.
'fallingThreshold'
The condition evaluates to 'true' if the current sample
of the monitored value is less than the falling
threshold and the last sample is greater than or equal
to the falling threshold.
'risingAndFallingThreshold'
The condition evaluates to 'true' if one of the two
criteria is satisfied:
1) The current sample of the monitored value is greater
than the rising threshold and the last sample is
less than or equal to the rising threhsold.
2) The current sample of the monitored value is less
than the falling threshold and the last sample is
greater than or equal to the falling threshold. |
Syntaxe | Enumeration (1-other, 2-boolean, 3-risingThreshold, 4-fallingThreshold, 5-risingAndFallingThreshold) |