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> interface <interface-name>

Adds an interface to a security zone.

set security zone-policy zone zone interface interface-name
delete security zone-policy zone zone interface interface-name
show security zone-policy zone zone interface interface-name
zone
The name of a security zone for which traffic is destined.
interface-name
The name of an interface; for example, dp0p1p1, wan1, or ppp1. You can add multiple interfaces by running this command multiple times and specifying differing interface names.

Configuration mode


security {
    zone-policy {
        zone zone {
            interface interface-name
        }
    }
}

All interfaces in the zone have the same security level; traffic arriving to those interfaces from other zones is all treated in the same way. Traffic flowing between interfaces in the same security zone is not filtered.

Use the set form of this command to add an interface to a zone.

Use the delete form of this command to delete an interface from a zone.

Use the show form of this command to display which interfaces are members of a zone.