cfmConditionSampleType
CISCO-FLOW-MONITOR-MIB ·
.1.3.6.1.4.1.9.9.692.1.4.1.1.13
Object
column Enumeration
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.
Context
- MIB
- CISCO-FLOW-MONITOR-MIB
- OID
.1.3.6.1.4.1.9.9.692.1.4.1.1.13- 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::cfmConditionSampleType'
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::cfmConditionSampleType.<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::cfmConditionSampleType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | raw |
3 | slidingWindowAvg |
4 | expDecayingAvg |
Conformance
Member of