All MIBs › IPSEC-SPD-MIB › spdIpOffFiltType
spdIpOffFiltType
Module: IPSEC-SPD-MIB
OID (symbolic): IPSEC-SPD-MIB::spdIpOffFiltType
OID (numeric): 1.3.6.1.2.1.153.1.8.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-create
Description:
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'.
What is spdIpOffFiltType?
This object defines the comparison operator for an IP security policy filter that inspects packet data at a specific byte offset, such as equality, inequality, or arithmetic comparisons. It determines how the filter evaluates whether a packet matches security policy rules by comparing packet contents against configured values. Security administrators use this to create granular packet filtering rules that block or allow traffic based on specific data patterns within IP packets.
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.153 | spdMIB | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.1 | spdConfigObjects | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.1.8 | spdIpOffsetFilterTable | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.1.8.1 | spdIpOffsetFilterEntry | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.1.8.1.3 | spdIpOffFiltType | IPSEC-SPD-MIB |