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
- 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 'CISCO-FLOW-MONITOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FLOW-MONITOR-MIB::cfmConditionType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FLOW-MONITOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FLOW-MONITOR-MIB::cfmConditionType.<cfmConditionProfile>.<cfmConditionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FLOW-MONITOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FLOW-MONITOR-MIB::cfmConditionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | boolean |
3 | risingThreshold |
4 | fallingThreshold |
5 | risingAndFallingThreshold |
Conformance
Member of