Juniper SRX 5600 Getting Started Manual page 21

Services gateway
Hide thumbs Also See for SRX 5600:
Table of Contents

Advertisement

}
interfaces {
ge-0/0/0 {
unit 0;
}
ge-6/2/0 {
unit 0 {
family inet {
address 5.1.1.1/24;
}
}
}
ge-6/3/5 {
unit 0 {
family inet {
address 192.1.1.1/24;
}
}
}
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-6/3/5.0;
}
}
security-zone untrust {
interfaces {
ge-6/2/0.0;
}
}
}
policies {
from-zone trust to-zone untrust {
policy bob {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}
}
}
Step 6: Perform Initial Software Configuration
Step 6: Perform Initial Software Configuration
21

Advertisement

Table of Contents
loading

Table of Contents