ipspIpHeadFiltType
IPSEC-POLICY-MIB ·
.1.3.6.1.2.1.153.1.8.1.2
Object
column
r/w
Bits
This defines the various tests that are used when evaluating
a given filter. The results of each test are ANDed together
to produce the result of the entire filter. When processing
this filter, it is recommended for efficiency reasons that
the filter halt processing the instant any of the specified
tests fail.
Once a row is 'active', this object's value may not be
changed unless all the appropriate columns 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:
sourceAddress:
- Tests if the source address in the packet lies between
the ipspIpHeadFiltSrcAddressBegin and
ipspIpHeadFiltSrcAddressEnd objects.
Note that setting these two objects to the same address
will limit the search to the exact match of a single
address. The format and length of the address objects
are defined by the ipspIpHeadFiltIPVersion column.
A row in this table containing a ipspIpHeadFiltType
object with the sourceAddress object bit but without the
ipspIpHeadFiltIPVersion, ipspIpHeadFiltSrcAddressBegin
and ipspIpHeadFiltSrcAddressEnd objects set will cause
the ipspIpHeadFiltRowStatus object to return the notReady
state.
destinationAddress:
- Tests if the destination address in the packet lies
between the ipspIpHeadFiltDstAddressBegin and
ipspIpHeadFiltDstAddressEnd objects. Note that setting
these two objects to the same address will limit the
search to the exact match of a single address. The
format and length of the address objects are defined by
the ipspIpHeadFiltIPVersion column.
A row in this table containing a ipspIpHeadFiltType
object with the destinationAddress object bit but without
the ipspIpHeadFiltIPVersion,
ipspIpHeadFiltDstAddressBegin and
ipspIpHeadFiltDstAddressEnd objects set will cause the
ipspIpHeadFiltRowStatus object to return the notReady
state.
sourcePort:
- Tests if the source port of IP packets using a protocol
that uses port numbers (at this time, UDP or TCP) lies
between the ipspIpHeadFiltSrcLowPort and
ipspIpHeadFiltSrcHighPort objects. Note that setting
these two objects to the same address will limit the
search to the exact match of a single port.
A row in this table containing a ipspIpHeadFiltType
object with the sourcePort object bit but without the
ipspIpHeadFiltSrcLowPort, and ipspIpHeadFiltSrcHighPort
objects set will cause the ipspIpHeadFiltRowStatus object
to return the notReady state.
destinationPort:
- Tests if the source port of IP packets using a protocol
that uses port numbers (at this time, UDP or TCP) lies
between the ipspIpHeadFiltDstLowPort and
ipspIpHeadFiltDstHighPort objects. Note that setting
these two objects to the same address will limit the
search to the exact match of a single port.
A row in this table containing a ipspIpHeadFiltType
object with the sourcePort object bit but without the
ipspIpHeadFiltDstLowPort, and ipspIpHeadFiltDstHighPort
objects set will cause the ipspIpHeadFiltRowStatus object
to return the notReady state.
protocol:
- Tests to see if the packet being processed is for the
given protocol type.
A row in this table containing a ipspIpHeadFiltType
object with the protocol object bit but without the
ipspIpHeadFiltProtocol object set will cause the
ipspIpHeadFiltRowStatus object to return the notReady
state.
ipv6FlowLabel:
- Tests to see if the packet being processed contains an
ipv6 Flow Label which matches the value in the
ipfIPv6FlowLabel object. Setting this bit mandates that
for the packet to match the filter, it must be an IPv6
packet.
A row in this table containing a ipspIpHeadFiltType
object with the ipv6FlowLabel object bit but without the
ipfIPv6FlowLabel object set will cause the
ipspIpHeadFiltRowStatus object to return the notReady
state.
Context
- MIB
- IPSEC-POLICY-MIB
- OID
.1.3.6.1.2.1.153.1.8.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipspIpHeaderFilterEntry
- Table
- ipspIpHeaderFilterTable
- Siblings
- 15
Syntax
Bits
Values & Constraints
Enumerated Values
0 | sourceAddress |
1 | destinationAddress |
2 | sourcePort |
3 | destinationPort |
4 | protocol |
5 | ipv6FlowLabel |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ipspIpHeadFiltName The administrative name for this filter. | column | OctetString | .1.3.6.1.2.1.153.1.8.1.1 |
| ipspIpHeadFiltDstLowPort The low port of the port range a packet's destination must
match against. To match, the port number must be greater
than or equal to this value.
This object is onl… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.153.1.8.1.10 |
| ipspIpHeadFiltDstHighPort The high port of the port range a packet's destination must
match against. To match, the port number must be less than
or equal to this value.
This object is only … | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.153.1.8.1.11 |
| ipspIpHeadFiltProtocol The protocol number the incoming packet must match against
for this filter to be evaluated as true.
This object is only used if protocol is set in
ipspIpHeadFiltTyp… | column | Integer32 | .1.3.6.1.2.1.153.1.8.1.12 |
| ipspIpHeadFiltIPv6FlowLabel The IPv6 Flow Label that the packet must match against.
This object is only used if ipv6FlowLabel is set in
ipspIpHeadFiltType. | column | Integer32 | .1.3.6.1.2.1.153.1.8.1.13 |
| ipspIpHeadFiltLastChanged 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.8.1.14 |
| ipspIpHeadFiltStorageType 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.8.1.15 |
| ipspIpHeadFiltRowStatus This object indicates the conceptual status of this row.
This object may not be set to active if the requirements of
the ipspIpHeadFiltType object are not met. In … | column | SNMPv2-TCRowStatus | .1.3.6.1.2.1.153.1.8.1.16 |
| ipspIpHeadFiltIPVersion The Internet Protocol version the addresses are to match
against. The value of this property determines the size and
format of the ipspIpHeadFiltSrcAddressBegin,
ipspIpHeadFiltSr… | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.2.1.153.1.8.1.3 |
| ipspIpHeadFiltSrcAddressBegin The starting address of a source address range that the
packet must match against for this filter to be considered
TRUE.
This object is only used if sourceAddress i… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.153.1.8.1.4 |
| ipspIpHeadFiltSrcAddressEnd The ending address of a source address range to check a
packet against, where the starting is specified by the
ipspIpHeadFiltSrcAddressBegin object. Set this column to the
same v… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.153.1.8.1.5 |
| ipspIpHeadFiltDstAddressBegin The starting address of a destination address range that the
packet must match against for this filter to be considered
TRUE.
This object is only used if destinatio… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.153.1.8.1.6 |
| ipspIpHeadFiltDstAddressEnd The ending address of a destination address range to check a
packet against, where the first is specified by the
ipspIpHeadFiltDstAddressBegin object. Set this column to the
same… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.153.1.8.1.7 |
| ipspIpHeadFiltSrcLowPort The low port of the port range a packet's source must match
against. To match, the port number must be greater than or
equal to this value.
This object is only use… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.153.1.8.1.8 |
| ipspIpHeadFiltSrcHighPort The high port of the port range a packet's source must match
against. To match, the port number must be less than or
equal to this value.
This object is only used … | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.153.1.8.1.9 |