rule (Application Firewall)
Syntax
rule rule-name { match { dynamic-application [system-application]; dynamic-application-groups [system-application-group]; ssl-encryption (any | yes | no); } then { deny { block-message block-message; } permit permit; reject { block-message block-message; } } }
Hierarchy Level
[edit security application-firewall rule-sets name ]
Description
Specify rules for application firewall.
You need to create rules to permit, reject, or deny traffic for dynamic applications to configure application firewall rule sets within the security policy. The application firewall support in the policies provides additional security control for dynamic applications.
Starting in Junos OS Release 18.2R1 application firewall (AppFW)
functionality is deprecated. As a part of this change, the [edit
security application-firewall]
hierarchy and all the configuration
options under this hierarchy are deprecated— rather than immediately
removed—to provide backward compatibility and a chance to bring
your configuration into compliance with the new configuration.
Options
match | Specify security rule match-criteria
|
||||||||||
then | Specify the action to be performed when traffic matches the associated match criteria.
|
Required Privilege Level
security
Release Information
Statement introduced in Junos OS Release
11.1. Statement updated in Junos OS Release 12.1X44-D10 to include
the ssl-encryption
and reject
options. The block-message
options added in Junos OS Release 12.1X45-D10.