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
Table
ipspIpOffsetFilterTable
Siblings
7

Syntax

Enumeration

Values & Constraints

Enumerated Values
1valueMatch
2valueNotMatch
3arithmeticEqual
4arithmeticNotEqual
5arithmeticLess
6arithmeticGreaterOrEqual
7arithmeticGreater
8arithmeticLessOrEqual

Related Objects

Sibling Objects