All MIBs › CISCO-FLOW-MONITOR-MIB › cfmConditionSampleType
cfmConditionSampleType
Module: CISCO-FLOW-MONITOR-MIB
OID (symbolic): CISCO-FLOW-MONITOR-MIB::cfmConditionSampleType
OID (numeric): 1.3.6.1.4.1.9.9.692.1.4.1.1.13
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
This object indicates how the device samples the monitored value before determining whether to assert the condition:
'other' The implementation of the MIB does not recognize the how the device samples the monitored value.
'raw' The device samples the monitored value and uses this value to determine whether to assert the condition.
'slidingWindowAvg' The device samples the monitored value and maintains a average over a sliding window. It uses this value of this average to determine whether to assert the condition. The corresponding instance of cfmCOnditionSampleWindow indicates the length of the sliding window.
'slidingWindowAverage' The device samples the monitored value and maintains a exponentially decaying average over a sliding window. It uses this value of this average to determine whether to assert the condition. The corresponding instance of cfmCOnditionSampleWindow indicates the length of the sliding window.
What is cfmConditionSampleType?
Indicates how the device samples the monitored value (e.g., raw, averaged) when deciding whether to assert an alarm condition. This is a read-only setting that describes the sampling methodology used for flow monitoring conditions.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.692.1.4.1.1.13 snmpwalk -v2c -c public <target> CISCO-FLOW-MONITOR-MIB::cfmConditionSampleType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.692.1.4.1.1.13.1 snmpget -v2c -c public <target> CISCO-FLOW-MONITOR-MIB::cfmConditionSampleType.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.13 | cfmConditionSampleType | CISCO-FLOW-MONITOR-MIB |