filterThreshFlag
CTATX-MIB ·
.1.3.6.1.4.1.97.3.10.7.1.19
Object
column mandatory
Enumeration
Whether usage of this filter has exceeded the limits specified by filterThreshold and filterThreshTime, and the NMS has not yet acknowledged the alarm. Therefore, whenever the NMS reads this value, it will always be False; however, the NMS may receive alarms with this value set to True.
Context
- MIB
- CTATX-MIB
- OID
.1.3.6.1.4.1.97.3.10.7.1.19- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- filterEntry
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 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTATX-MIB::filterThreshFlag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTATX-MIB::filterThreshFlag.<filterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTATX-MIB::filterThreshFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |