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> type <type>

Specifies match by application type for a firewall application rule.

set security application firewall name name rule rule-number type type
delete security application firewall name name rule rule-number type type
show security application firewall name name rule rule-number type
name
The name of a firewall rule set.
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.
type
Matches packets by application type. The application type provides access to less granular groups of DPI classifications such as analytics, database, and social networking. An application can have multiple application types. You can configure a single application type to be matched from a list of DPI application types at the most granular level.

Configuration mode


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

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

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

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