fltStmtArbValueBase
ZHONE-COM-IP-FILTER-MIB ·
.1.3.6.1.4.1.5504.4.1.8.3.1.11
Object
column r/w
Enumeration
This field identifies the protocol header to which the
arbitrary value comparison applies. The enum values are
as follows:
none(1) : no arbitrary value comparison
ip(2) : base is IP header
udp(3) : base is UDP header
tcp(4) : base is TCP header
icmp(5) : base is ICMP header
ipOptions(6) : base is IP options header
tcpOptions(7) : base is TCP options header
The default value is none(1).
Context
- MIB
- ZHONE-COM-IP-FILTER-MIB
- OID
.1.3.6.1.4.1.5504.4.1.8.3.1.11- 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::fltStmtArbValueBase'
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::fltStmtArbValueBase.<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::fltStmtArbValueBase'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | ip |
3 | udp |
4 | tcp |
5 | icmp |
6 | ipOptions |
7 | tcpOptions |