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

Provides a description for a security zone.

set security zone-policy zone zone description description
delete security zone-policy zone zone description
show security zone-policy zone zone description
zone
The name of a security zone for which traffic is destined.
description
A brief description for the security zone. If the description contains spaces, it must be enclosed in double quotation marks.

Configuration mode


security {
    zone-policy {
        zone zone {
            description description
        }
    }
}

Use the set form of this command to provide a description.

Use the delete form of this command to delete a description.

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