cfmConditionType

CISCO-FLOW-MONITOR-MIB · .1.3.6.1.4.1.9.9.692.1.4.1.1.5

Object

column Enumeration
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.

Context

MIB
CISCO-FLOW-MONITOR-MIB
OID
.1.3.6.1.4.1.9.9.692.1.4.1.1.5
Type
column
Access
readonly
Status
current
Parent
cfmConditionEntry
Table
cfmConditionTable
Siblings
16

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2boolean
3risingThreshold
4fallingThreshold
5risingAndFallingThreshold

Related Objects

Sibling Objects