Juniper SRX5400 Hardware Manual page 89

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

Advertisement

Copyright © 2014, Juniper Networks, Inc.
Configure the traffic interface.
11.
[edit]
admin@# set interfaces xe-2/0/0 unit 0 family inet address address/prefix-length
admin@# set interfaces xe-2/2/5 unit 0 family inet address address/prefix-length
Configure the default route.
12.
[edit]
admin@# set routing-options static route 0.0.0.0/0 next-hop gateway
Configure basic security zones and bind them to traffic interfaces.
13.
[edit]
admin@# set security zones security-zone trust interfaces xe-2/2/5
admin@# set security zones security-zone untrust interfaces xe-2/0/0
Configure basic security policies.
14.
[edit]
admin@# set security policies from-zone trust to-zone untrust policy policy-name
match source-address any destination-address any application any
root@# set security policies from-zone trust to-zone untrust policy policy-name then
permit
Check the configuration for validity.
15.
[edit]
admin@# commit check
configuration check succeeds
Commit the configuration to activate it on the device.
16.
[edit]
admin@# commit
commit complete
Optionally, display the configuration to verify that it is correct.
17.
admin@# show
## Last changed: 2008-05-07 22:43:25 UTC
version "9.2I0 [builder]";
system {
autoinstallation;
host-name henbert;
root-authentication {
encrypted-password "$1$oTVn2KY3$uQe4xzQCxpR2j7sKuV.Pa0"; ## SECRET-DATA
}
login {
user admin {
uid 928;
class super-user;
authentication {
encrypted-password "$1$cdOPmACd$QvreBsJkNR1EF0uurTBkE."; ##
SECRET-DATA
}
}
}
services {
ssh;
web-management {
http {
Chapter 10: Configuring Junos OS for the SRX5400 Services Gateway
75

Advertisement

Table of Contents
loading

Table of Contents