spdIpOffFiltType

IPSEC-SPD-MIB · .1.3.6.1.2.1.153.1.8.1.3

Object

column r/w Enumeration
This defines the various tests that are used when
evaluating a given filter.
              
The various tests definable in this table are as follows:
              
equal:
  - Tests if the OCTET STRING, 'spdIpOffFiltValue', matches
              
    a value in the packet starting at the given offset in
    the packet and comparing the entire OCTET STRING of
    'spdIpOffFiltValue'.  Any values compared this way are
    assumed to be unsigned integer values in network byte
    order of the same length as 'spdIpOffFiltValue'.
              
notEqual:
  - Tests if the OCTET STRING, 'spdIpOffFiltValue', does
    not match a value in the packet starting at the given
    offset in the packet and comparing to the entire OCTET
    STRING of 'spdIpOffFiltValue'.  Any values compared
    this way are assumed to be unsigned integer values in
    network byte order of the same length as
    'spdIpOffFiltValue'.
              
arithmeticLess:
  - Tests if the OCTET STRING, 'spdIpOffFiltValue', is
    arithmetically less than ('<') the value starting at
    the given offset within the packet.  The value in the
    packet is assumed to be an unsigned integer in network
    byte order of the same length as 'spdIpOffFiltValue'.
              
arithmeticGreaterOrEqual:
  - Tests if the OCTET STRING, 'spdIpOffFiltValue', is
    arithmetically greater than or equal to ('>=') the
    value starting at the given offset within the packet.
    The value in the packet is assumed to be an unsigned
    integer in network byte order of the same length as
    'spdIpOffFiltValue'.
              
arithmeticGreater:
  - Tests if the OCTET STRING, 'spdIpOffFiltValue', is
    arithmetically greater than ('>') the value starting at
    the given offset within the packet.  The value in the
    packet is assumed to be an unsigned integer in network
    byte order of the same length as 'spdIpOffFiltValue'.
              
arithmeticLessOrEqual:
  - Tests if the OCTET STRING, 'spdIpOffFiltValue', is
    arithmetically less than or equal to ('<=') the value
    starting at the given offset within the packet.  The
    value in the packet is assumed to be an unsigned
    integer in network byte order of the same length as
    'spdIpOffFiltValue'.

Context

MIB
IPSEC-SPD-MIB
OID
.1.3.6.1.2.1.153.1.8.1.3
Type
column
Access
readwrite
Status
current
Parent
spdIpOffsetFilterEntry
Table
spdIpOffsetFilterTable
Siblings
6

Syntax

Enumeration

Values & Constraints

Enumerated Values
1equal
2notEqual
3arithmeticLess
4arithmeticGreaterOrEqual
5arithmeticGreater
6arithmeticLessOrEqual

Related Objects

Sibling Objects