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

Provides a description of a firewall application rule set.

set security application firewall name name description description
delete security application firewall name name description description
show security application firewall name name description
name
The name of a firewall application rule set.
description
A brief description of the application rule set. If the description contains spaces, it must be enclosed in double quotation marks.

Configuration mode


security {
       application {
              firewall {
                     name name {
                            description text 
                     }
              }
       }
}

Use the set form of this command to describe the firewall application rule set.

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

Use the show form of this command to display the description.