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
1 | valueMatch |
2 | valueNotMatch |
3 | arithmeticEqual |
4 | arithmeticNotEqual |
5 | arithmeticLess |
6 | arithmeticGreaterOrEqual |
7 | arithmeticGreater |
8 | arithmeticLessOrEqual |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ipspIpOffFiltName The administrative name for this filter. | column | OctetString | .1.3.6.1.2.1.153.1.9.1.1 |
| ipspIpOffFiltOffset This is the byte offset from the front of the IP packet where
the value or arithmetic comparison is done. A value of '0'
indicates the first byte in the packet. | column | Integer32 | .1.3.6.1.2.1.153.1.9.1.2 |
| ipspIpOffFiltNumber ipspIpOffFiltNumber is used for arithmetic matching of a
packets at ipspIpOffFiltOffset. This object is only used if
one of
the arithmetic types is chosen in ipspIpOffFiltType. | column | Integer32 | .1.3.6.1.2.1.153.1.9.1.4 |
| ipspIpOffFiltValue ipspIpOffFiltValue is used for match comparisons of a packet at
ipspIpOffFiltOffset. This object is only used if one of the
match types is chosen in ipspIpOffFiltType. | column | OctetString | .1.3.6.1.2.1.153.1.9.1.5 |
| ipspIpOffFiltLastChanged The value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means. | column | SNMPv2-TCTimeStamp | .1.3.6.1.2.1.153.1.9.1.6 |
| ipspIpOffFiltStorageType The storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent. | column | SNMPv2-TCStorageType | .1.3.6.1.2.1.153.1.9.1.7 |
| ipspIpOffFiltRowStatus This object indicates the conceptual status of this row.
This object may not be set to active if the requirements of
the ipspIpOffFiltType object are not met. In o… | column | SNMPv2-TCRowStatus | .1.3.6.1.2.1.153.1.9.1.8 |