filterStatementEntry
ZHONE-COM-IP-FILTER-MIB ·
.1.3.6.1.4.1.5504.4.1.8.3.1
Object
row
An entry in the filterStatement table. Each entry
represents one of a sequence of statements that comprise
a filter. Each filter statement consists of an index,
specific packet header fields, and arbitrary packet
offsets and values.
Some objects in this entry define ranges for specific packet
header fields. These objects define comparison operations
on the field they share in the following manner:
Low High Compare Method for field f
--- ---- -------------------------------------------
0 0 no comparison on the field
0 H less than or equal to High (f <= H)
L 0 exact match (L == f)
L H inclusive between comparison (L <= f <= H)
Context
- MIB
- ZHONE-COM-IP-FILTER-MIB
- OID
.1.3.6.1.4.1.5504.4.1.8.3.1- Type
- row
- Status
- current
- Parent
- filterStatementTable
- Table
- filterStatementTable
- Children
- 19
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| fltStmtIndex The table index that identifies a filter statement. These
indicies should be sparse to allow for insertion into the
list. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.8.3.1.1 |
| fltStmtIpProtocol The IP protocol value that is to be matched. The enum
values are as follows:
any(1) : any protocol type is a match (wildcard)
ip(2) : raw IP packet
… | column | Enumeration | .1.3.6.1.4.1.5504.4.1.8.3.1.10 |
| fltStmtArbValueBase This field identifies the protocol header to which the
arbitrary value comparison applies. The enum values are
as follows:
none(1) : no arbitrary value c… | column | Enumeration | .1.3.6.1.4.1.5504.4.1.8.3.1.11 |
| fltStmtArbOffset The offset, in octets, from the beginning of the header
to the most significant octet for the arbitrary value
comparison. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.8.3.1.12 |
| fltStmtArbMask This object is mask for for arbitrary value comparisons.
The non-zero bits in this field determine the size of the
arbitrary field. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.5504.4.1.8.3.1.13 |
| fltStmtArbValueLow This object is the inclusive lower bound for arbitrary value
comparison. See the filterStatementEntry description for
details. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.5504.4.1.8.3.1.14 |
| fltStmtArbValueHigh This object is the inclusive upper bound for arbitrary value
comparison. See the filterStatementEntry description for
details. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.5504.4.1.8.3.1.15 |
| fltStmtModifier Filter statement modifier. The bits set in this object
logically negate the results of the comparisons made on
their respecive fields as shown :
notIpSrcAddr(1… | column | Bits | .1.3.6.1.4.1.5504.4.1.8.3.1.16 |
| fltStmtAction Filter statement action. The bits set in this object specify
actions to take on packets matching this statement. Supported
actions are:
reset(0) : Return a … | column | Bits | .1.3.6.1.4.1.5504.4.1.8.3.1.17 |
| fltStmtActionArg Filter statement action argument. The meaning of this object
depends on the value of fltStmtAction:
forward(3) : An IP address to forward the packet to. The
… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.5504.4.1.8.3.1.18 |
| fltStmtRowStatus Zhone convention to support row creation and deletion.
This is the only object required to create or destroy
a row in this table. | column | Zhone-TCZhoneRowStatus | .1.3.6.1.4.1.5504.4.1.8.3.1.19 |
| fltStmtIpSrcAddrLow The inclusive lower bound for the source IP address range.
See the filterStatementEntry description for details. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.5504.4.1.8.3.1.2 |
| fltStmtIpSrcAddrHigh The inclusive upper bound for the source IP address range.
See the filterStatementEntry description for details. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.5504.4.1.8.3.1.3 |
| fltStmtSrcPortLow The inclusive lower bound for the transport layer source
port range. See the filterStatementEntry description for
details. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.8.3.1.4 |
| fltStmtSrcPortHigh The inclusive upper bound for the transport layer source
port range. See the filterStatementEntry description for
details. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.8.3.1.5 |
| fltStmtIpDstAddrLow The inclusive lower bound for the destination IP address
range. See the filterStatementEntry description for
details. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.5504.4.1.8.3.1.6 |
| fltStmtIpDstAddrHigh The inclusive upper bound for the destination IP address
range. See the filterStatementEntry description for
details. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.5504.4.1.8.3.1.7 |
| fltStmtDstPortLow The inclusive lower bound for the transport layer destination
port range. See the filterStatementEntry description for
details. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.8.3.1.8 |
| fltStmtDstPortHigh The inclusive upper bound for the transport layer destination
port range. See the filterStatementEntry description for
details. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.8.3.1.9 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| fltSpecIndex The index that identifies an entry in the filterSpecTable.
The fltGlobalIndexNext object is used to determine the
next value of this object. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.8.2.1.1 |
| fltStmtIndex The table index that identifies a filter statement. These
indicies should be sparse to allow for insertion into the
list. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.8.3.1.1 |