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 firewall name <name> rule <rule-number> session application name <app-name>

For a session, specifies match by application name for a firewall application rule.

set security firewall name name rule rule-number session application name app-name
delete security firewall name name rule rule-number session application name app-name
show security firewall name name rule rule-number session application name app-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 {
       firewall {
              name name {
                     rule rule-number {
                            session {
                                   application {
                                          name name  
                                   }
                            }
                     }
              }
       }
}

Use the set form of this command to specify match by application name for a firewall application rule within a session. For an application specified in this command, the rule matches the last application in the path. For a protocol specified in the security firewall name <name> rule <rule-number> session protocol <protocol> command, the rule matches the application that comes after TCP/UDP in the path of protocols.

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

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