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
Start monitoring Cisco Catalyst 9300/9500 switches (Flexible NetFlow) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-FLOW-MONITOR-MIB::cfmConditionType OID value, configure state conditions and alerts, and monitor any Cisco Catalyst 9300/9500 switches (Flexible NetFlow) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 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 |