sysPacketFilterAction
F5-BIGIP-SYSTEM-MIB ·
.1.3.6.1.4.1.3375.2.1.2.6.1.2.1.3
Object
column
Enumeration
The action the filter takes. The action part of the rule can be any one of the values accept, discard, reject or none. The reject behaves as discard, but also returns an ICMP packet to the sender indicating that the traffic matching the rule was explicitly rejected. The ICMP will be of type 3 (destination unreachable), code 13 (administratively prohibited), and contain most or all of the L3 and L4 headers of the packet being rejected. The none is special in that it indicates no action. It can be used for pure accounting or logging purposes without making a decision on how to handle the traffic.
Context
- MIB
- F5-BIGIP-SYSTEM-MIB
- OID
.1.3.6.1.4.1.3375.2.1.2.6.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sysPacketFilterEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | accept |
2 | discard |
3 | reject |
4 | continue |