home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

security application firewall name <name> rule <rule-number> name <app-name>

Specifies match by application name for a firewall application rule.

set security application firewall name name rule rule-number name app-name
delete security application firewall name name rule rule-number name app-name
show security application firewall name name rule rule-number name
name
The name of a firewall rule set.
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.
app-name
The name of an application. You can configure a single application name to be matched from a list of DPI engine applications at the most granular level.

Configuration mode


security {
       application {
              firewall {
                     name name {
                            rule rule-number {
                                   name app-name    
                            }
                     }
              }
       }
}

You can specify a application name match for a firewall rule in this command, or specify a match by protocol using the security application firewall name <name> rule <rule-number> protocol <protocol> command. Use a protocol rule if you want to match any applications that use that protocol, and use an application rule if you want to match only a specific named application.

Use the set form of this command to specify match by application name for a firewall application rule.

Use the delete form of this command to delete match by application name for a firewall application rule.

Use the show form of this command to display the match criterion for a firewall application rule.