MonitoredRuleAction
Monitored Rule Action
The observed DFW rule action for a monitored flow.
| Action | Description |
|---|---|
ALLOW |
Traffic was permitted by an explicit allow rule. |
DROP |
Traffic was silently dropped. |
REJECT |
Traffic was dropped and the source was notified (TCP RST / ICMP unreachable). |
JUMP_TO_APPLICATION |
Traffic was redirected to the Application category for further rule evaluation. |
JUMP_TO |
Legacy alias for JUMP_TO_APPLICATION. |
UNRECOGNIZED |
The rule action could not be identified. |
This data structure has no properties.
Enumeration:
ALLOW,
DROP,
REJECT,
JUMP_TO_APPLICATION,
JUMP_TO,
UNRECOGNIZED