Juniper SRX1400 Hardware Manual page 110

Services gateway
Hide thumbs Also See for SRX1400:
Table of Contents

Advertisement

SRX1400 Services Gateway Hardware Guide
90
}
ge-0/0/1 {
unit 0 {
family inet {
address 5.1.1.1/24;
}
}
}
fxp0 {
unit 0 {
family inet {
address 10.204.210.23/23;
address 192.168.10.2/24;
}
}
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop [ 10.204.211.254 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;
}
}
}
}
policies {
from-zone untrust to-zone trust {
policy bob {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
Copyright © 2011, Juniper Networks, Inc.

Advertisement

Table of Contents
loading

Table of Contents