[
Contents ]
[
Prev ]
[
Next ]
[
Index ]
[
Report an Error ]
Creating Security Zones
For best performance, always save your changes
and reboot after creating a zone.
Before You Begin
For background information, read
When you configure a security zone, you can specify
many of its parameters at the same time. For purposes of illustration,
this section only shows how to configure zones and assign interfaces
to them.
To configure a zone, you can use either J-Web or
the CLI configuration editor.
This topic covers:
J-Web Configuration
To configure a zone using the J-Web configuration
editor:
Select Configure>CLI Tools>Point and Click
CLI .
Next to Security, click Configure or Edit .
Next to Zones, click Configure or Edit .
Next to Security zone, click Add new entry .
In the Name box, type ABC and
click OK .
To configure an interface and assign it to the
created security zone:
Corresponding to the security zone name ABC zone,
click Edit .
Next to Interfaces, click Add new entry .
In the Interface unit box, type ge-0/0/1 and
click OK .
Next to Unit, click Add new entry .
In the Interface unit number box, type 1 .
Under Family, select Inet and click OK .
Next to Address book, click Configure or Edit .
Next to Address, click Add new entry .
In the Address name box, type 10.12.12.1/24 and click OK.
If you are finished configuring the device, commit the
configuration.
CLI Configuration
To configure the interface and its IP address for
the ABC zone , enter the following statement in Edit mode:
user@host# set interfaces ge-0/0/1 unit 1 family inet
address 10.12.12.1/24
To configure the ABC zone and assign the interface
to it, enter the following statement in Edit mode:
user@host# set security zones security-zone ABC interfaces
ge-0/0/1.1
If you are finished configuring the device, commit
the configuration.
Related Topics
[
Contents ]
[
Prev ]
[
Next ]
[
Index ]
[
Report an Error ]