fltStmtAction
ZHONE-COM-IP-FILTER-MIB ·
.1.3.6.1.4.1.5504.4.1.8.3.1.17
Object
column
r/w
Bits
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 TCP reset packet to the packet sender
and drop the packet. This cannot be specified
with permit.
permit(1) : Stop filtering the packet and allow it to be
sent on the associated interface. This cannot
be specified with deny.
deny(2) : Stop filtering the packet and discard it. This
cannot be specified with permit.
forward(3) : Forward the packet the IP address specified in
fltStmtActionArg.
reject(4) : Return an ICMP destination unreachable packet
(type 3) to the packet sender with code 13
(communication administratively prohibited).
This cannot be specified permit.
log(5) : Write the packet to the log stream.
There are some mutually exclusive bits: reset(0) and permit(1),
permit(1) and deny(2), permit(1) and reject(4). No bits set
implies to continue filtering on the packet.
Context
- MIB
- ZHONE-COM-IP-FILTER-MIB
- OID
.1.3.6.1.4.1.5504.4.1.8.3.1.17- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- filterStatementEntry
- Table
- filterStatementTable
- Siblings
- 18
Syntax
Bits
Values & Constraints
Enumerated Values
0 | reset |
1 | permit |
2 | deny |
3 | forward |
4 | reject |
5 | log |
Related Objects
Sibling 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 |
| 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 |