IBM J36S Getting Started Manual page 22

Ethernet appliance
Table of Contents

Advertisement

IBM Ethernet Appliance J36S Getting Started Guide
18.
19.
20.
22
Step 6: Perform the Initial Software Configuration
}
fxp0 {
unit 0 {
family inet {
address 192.168.10.2/24;
}
}
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop 5.1.1.2;
}
}
security {
zones {
security-zone trust {
interfaces {
ge-0/0/0.0;
}
}
security-zone untrust {
interfaces {
ge-0/0/1.0;
}
}
}
policies {
from-zone trust to-zone untrust {
policy bob {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}
}
}
Commit the configuration to activate it on the device.
[edit]
admin@# commit
Optionally, configure additional properties by adding the necessary configuration
statements. Then commit the changes to activate them on the device.
[edit]
admin@# commit
When you have finished configuring the device, exit configuration mode.
[edit]
admin@# exit
admin@>

Advertisement

Table of Contents
loading

Table of Contents