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 <from-zone> to <to-zone>

Specifies the destination zone for a given source zone.

set security zone-policy zone from-zone to to-zone
delete security zone-policy zone from-zone to to-zone
show security zone-policy
from-zone
The name of a security zone from which traffic is originating.
to-zone
The name of a security zone for which traffic is destined.

Configuration mode


security {
    zone-policy {
        zone from-zone {
            to to-zone
        }
    }
}

Use this command to specify a destination zone for a given source zone.

Use the set form of this command to specify the source and destination zones.

Use the delete form of this command to delete the source and destination zones.

Use the show form of this command to display the configuration of a source zone.