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

Provides a brief description of a firewall application rule.

set security application firewall name name rule rule-number description description
delete security application firewall name name rule rule-number description description
show security application firewall name name rule rule-number description
name
The name of a firewall application rule set.
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.
description
A brief description of the rule. If the description contains spaces, it must be enclosed in double quotation marks.

Configuration mode


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

Use the set form of this command to provide a brief description of a firewall application rule.

Use the delete form of this command to delete the description of a firewall application rule.

Use the show form of this command to display the description of a firewall application rule.