[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

zones

Syntax

zones {
functional-zone {
management {
host-inbound-traffic {
protocols {
protocol-name ;
protocol-name <except>;
}
system-services {
service-name ;
service-name <except>;
}
}
interfaces interface-name {
host-inbound-traffic {
protocols {
protocol-name ;
protocol-name <except>;
}
system-services {
service-name ;
service-name <except>;
}
}
}
screen screen-name ;
}
}
security-zone zone-name {
address-book {
address address-name ( ip-prefix | dns-name dns-address-name );
address-set address-set-name {
address address-name ;
}
}
host-inbound-traffic {
protocols {
protocol-name ;
protocol-name <except>;
}
system-services {
service-name ;
service-name <except>;
}
}
interfaces interface-name {
host-inbound-traffic {
protocols {
protocol-name ;
protocol-name <except>;
}
system-services {
service-name ;
service-name <except>;
}
}
}
screen screen-name ;
tcp-rst;
}
}

Hierarchy Level

[edit security]

Release Information

Statement introduced in Release 8.5 of JUNOS software.

Description

A zone is a collection of interfaces for security purposes. All interfaces in a zone are equivalent from a security point of view. Configure the following zones:

This statement is supported on J-series and SRX-series devices.

Options

The remaining statements are explained separately.

Usage Guidelines

For configuration instructions and examples, see the JUNOS Software Security Configuration Guide.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]