All MIBs › CISCO-FLOW-MONITOR-MIB › cfmConditionType
cfmConditionType
Module: CISCO-FLOW-MONITOR-MIB
OID (symbolic): CISCO-FLOW-MONITOR-MIB::cfmConditionType
OID (numeric): 1.3.6.1.4.1.9.9.692.1.4.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
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.
What is cfmConditionType?
Classifies the kind of monitored condition for a flow (such as a simple boolean state or a rising/falling threshold check), determining how related threshold objects should be interpreted.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.692.1.4.1.1.5 snmpwalk -v2c -c public <target> CISCO-FLOW-MONITOR-MIB::cfmConditionType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.692.1.4.1.1.5.1 snmpget -v2c -c public <target> CISCO-FLOW-MONITOR-MIB::cfmConditionType.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.9 | cisco | CISCO-SMI |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| 1.3.6.1.4.1.9.9.692 | ciscoFlowMonitorMIB | CISCO-FLOW-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.692.1 | ciscoFlowMonitorMIBObjects | CISCO-FLOW-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.692.1.4 | cfmConditions | CISCO-FLOW-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.692.1.4.1 | cfmConditionTable | CISCO-FLOW-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.692.1.4.1.1 | cfmConditionEntry | CISCO-FLOW-MONITOR-MIB |
| 1.3.6.1.4.1.9.9.692.1.4.1.1.5 | cfmConditionType | CISCO-FLOW-MONITOR-MIB |