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
1 | equal |
2 | notEqual |
3 | arithmeticLess |
4 | arithmeticGreaterOrEqual |
5 | arithmeticGreater |
6 | arithmeticLessOrEqual |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| spdIpOffFiltName The administrative name for this filter. | column | OctetString | .1.3.6.1.2.1.153.1.8.1.1 |
| spdIpOffFiltOffset This is the byte offset from the front of the entire IP
packet where the value or arithmetic comparison is done. A
value of '0' indicates the first byte of the packet header.
If … | column | Unsigned32 | .1.3.6.1.2.1.153.1.8.1.2 |
| spdIpOffFiltValue spdIpOffFiltValue is used for match comparisons of a
packet at spdIpOffFiltOffset. | column | OctetString | .1.3.6.1.2.1.153.1.8.1.4 |
| spdIpOffFiltLastChanged The value of sysUpTime when this row was last modified
or created either through SNMP SETs or by some other
external means.
If this row has not been modified since … | column | SNMPv2-TCTimeStamp | .1.3.6.1.2.1.153.1.8.1.5 |
| spdIpOffFiltStorageType The storage type for this row. Rows in this table that
were created through an external process MAY have a
storage type of readOnly or permanent.
For a storage typ… | column | SNMPv2-TCStorageType | .1.3.6.1.2.1.153.1.8.1.6 |
| spdIpOffFiltRowStatus This object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
… | column | SNMPv2-TCRowStatus | .1.3.6.1.2.1.153.1.8.1.7 |