ipspIpOffFiltType
IPSEC-POLICY-MIB ·
.1.3.6.1.2.1.153.1.9.1.3
Object
column r/w
Enumeration
This defines the various tests that are used when evaluating
a given filter.
Once a row is 'active', this object's value may not be
changed unless the appropriate columns, ipspIpOffFiltNumber
or ipspIpOffFiltValue, needed by the new value to be imposed
on this object have been appropriately configured.
The various tests definable in this table are as follows:
valueMatch:
- Tests if the OCTET STRING, 'ipspIpOffFiltValue', matches
a value in the packet starting at the given offset in the
packet and comparing the entire OCTET STRING of
'ipspIpOffFiltValue'.
valueNotMatch:
- Tests if the OCTET STRING, 'ipspIpOffFiltValue', does not
match a value in the packet starting at the given offset
in the packet and comparing to the entire OCTET STRING of
'ipspIpOffFiltValue'.
arithmeticEqual:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically equal ('=') to the 4 byte value starting
at the given offset within the packet. The value in the
packet is assumed to be in network byte order.
arithmeticNotEqual:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically not equal ('!=') to the 4 byte value
starting at the given offset within the packet. The
value in the packet is assumed to be in network byte
order.
arithmeticLess:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically less than ('<') the 4 byte value starting
at the given offset within the packet. The value in the
packet is assumed to be in network byte order.
arithmeticGreaterOrEqual:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically greater than or equal to ('>=') the 4 byte
value starting at the given offset within the packet.
The value in the packet is assumed to be in network byte
order.
arithmeticGreater:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically greater than ('>') the 4 byte value
starting at the given offset within the packet. The
value in the packet is assumed to be in network byte
order.
arithmeticLessOrEqual:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically less than or equal to ('<=') the 4 byte
value starting at the given offset within the packet.
The value in the packet is assumed to be in network byte
order.
Context
- MIB
- IPSEC-POLICY-MIB
- OID
.1.3.6.1.2.1.153.1.9.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipspIpOffsetFilterEntry
- 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 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-POLICY-MIB::ipspIpOffFiltType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-POLICY-MIB::ipspIpOffFiltType.<ipspIpOffFiltName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPSEC-POLICY-MIB::ipspIpOffFiltType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | valueMatch |
2 | valueNotMatch |
3 | arithmeticEqual |
4 | arithmeticNotEqual |
5 | arithmeticLess |
6 | arithmeticGreaterOrEqual |
7 | arithmeticGreater |
8 | arithmeticLessOrEqual |
Conformance
Member of