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

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

set security firewall name name rule rule-number session application protocol protocol
delete security firewall name name rule rule-number session application protocol protocol
show security firewall name name rule rule-number session application protocol
name
The name of a firewall rule set.
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.
protocol
Matches packets by protocol. A protocol is the name of an application which runs directly over UDP or TCP.

Configuration mode


security {
       firewall {
              name name {
                     rule rule-number {
                            session {
                                   application {
                                          protocol protocol   
                                   }
                            }
                     }
              }
       }
}

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

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

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