filterFeedbackPassCondition
RMS-MIB ·
.1.3.6.1.4.1.2769.10.7.8.1.5
Object
column mandatory
r/w
Enumeration
Determines the way an incoming signal is forwarded to the filter structure. If set to thru(1), all incoming signals are straight forwarded. If set to conditional(2), an incoming signal only will be forwarded, if after the elapsed time specified in filterFeedbackDelay the original trigger signal is still pending. Otherwise the signal will be absorbed. See timing diagram in manual for further details.
Context
- MIB
- RMS-MIB
- OID
.1.3.6.1.4.1.2769.10.7.8.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- filterFeedbackEntry
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 'RMS-MIB' -M '/opt/observium/mibs/knuerr:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RMS-MIB::filterFeedbackPassCondition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RMS-MIB' -M '/opt/observium/mibs/knuerr:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RMS-MIB::filterFeedbackPassCondition.<filterFeedbackIndex>.<filterFeedbackInput>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RMS-MIB' -M '/opt/observium/mibs/knuerr:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RMS-MIB::filterFeedbackPassCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | thru |
2 | conditional |