fltStmtModifier
ZHONE-COM-IP-FILTER-MIB ·
.1.3.6.1.4.1.5504.4.1.8.3.1.16
Object
column r/w
Bits
Filter statement modifier. The bits set in this object
logically negate the results of the comparisons made on
their respecive fields as shown :
notIpSrcAddr(1) : fltStmtIpSrcAddrLow, fltStmtIpSrcAddrHigh
notSrcPort(2) : fltStmtSrcPortLow, fltStmtSrcPortHigh
notIpDstAddr(3) : fltStmtIpDstAddrLow, fltStmtIpDstAddrHigh
notDstPort(4) : fltStmtDstPortLow, fltStmtDstPortHigh
notIpProtocol(5) : fltStmtIpProtocol
notArbitrary(6) : fltStmtArbValueLow, fltStmtArbValueHigh
notStatement(7) : negate outcome of the entire statement
No bits set (the default) specifies to use all outcomes as is.
Context
- MIB
- ZHONE-COM-IP-FILTER-MIB
- OID
.1.3.6.1.4.1.5504.4.1.8.3.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- filterStatementEntry
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 'ZHONE-COM-IP-FILTER-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-FILTER-MIB::fltStmtModifier'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-IP-FILTER-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-FILTER-MIB::fltStmtModifier.<fltSpecIndex>.<fltStmtIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-IP-FILTER-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-IP-FILTER-MIB::fltStmtModifier'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | notIpSrc |
1 | notSrcPort |
2 | notDstIp |
3 | notPortDst |
4 | notProtocol |
5 | notArbitrary |
6 | notStatement |