ImageVerifierCode 换一换
格式:DOCX , 页数:17 ,大小:55.51KB ,
资源ID:1038492      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bingdoc.com/d-1038492.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Juniper SRX 防火墙透明模式配置手册Word下载.docx)为本站会员(b****2)主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(发送邮件至service@bingdoc.com或直接QQ联系客服),我们立即给予删除!

Juniper SRX 防火墙透明模式配置手册Word下载.docx

1、硬件型号SRX3400软件版本 9.6R1.13配置案例图在上图中ge-0/0/0, ge-0/0/10, ge-0/0/8均让VLAN 199-223穿过。GSR和cisco 3750,6509之间通过上述vlan连通。在GSR、3750和6509之间运行3层协议(如ospf、static等)根据需求,在SRX上运行policy实现trust、DMZ和untrust流量控制Juniper防火墙作为透明模式部署需要建立3个区域,分别、L2_DMZ1.1设置node ID和cluster ID#在操作模式下输入,后面没有注明的则默认是在配置模式下操作#SRX3400-1_L2配置为set cha

2、ssis cluster node 0 cluster-id 1 reboot#SRX3400-2_L2配置为set chassis cluster node 1 cluster-id 1 reboot1.2防火墙系统全局配置(初始化配置)#设置root的用户名和密码system root-authentication encrypted-password $1$R7QtWpjt$OsUXw/4GC.7AiGO2bFHUz.; # SECRET-DATA #添加用户名为lab的用户和密码 login user lab uid 2000; class superuser; authenticat

3、ion $1$h54Sa7e3$cjwdMDkIcvEN89jSZ8eSa/#设置防火墙自己开启的服务 services ftp; telnet; web-management http; syslog user * any emergency; file messages any notice; authorization info;1.3建立集群#双机配置,设置node0为主,node1为备。#设置node0主机名groups node0 system host-name SRX3400-1_L2; backup-router 192.168.2.1 destination 0.0.0.0

4、/0;#设置带外管理地址和带外管理的网关 interfaces fxp0 unit 0 family inet address 192.168.2.254/24; routing-options static route 0.0.0.0/0 next-hop 192.168.2.1; retain; no-readvertise;#设置node1主机名,带外管理地址和带外管理的网关 node1 host-name SRX3400-2_L2; address 192.168.2.253/24; apply-groups $node1.4设置cluster冗余组和接口对象#设置reth-count

5、 数目及主机单元的优先级,并设置监控的端口和权重chassis cluster reth-count 3; heartbeat-interval 1000; heartbeat-threshold 3;#redundancy-group 0为引擎组对象,此处将所有业务接口都放到此组中,这样#设置的结果就是只要有一个业务接口down了,则引擎也进行切换,防止出现#业务接口进行了切换,而引擎没有切换的结果 redundancy-group 0 node 0 priority 100; node 1 priority 1; interface-monitor ge-0/0/10 weight 255

6、; ge-0/0/8 weight 255; ge-8/0/8 weight 255; ge-8/0/10 weight 255; ge-0/0/0 weight 255; ge-8/0/0 weight 255; redundancy-group 1 #设置相关的物理接口与相应的logical接口reth关联interfaces ge-0/0/0 gigether-options redundant-parent reth2; ge-0/0/8 no-auto-negotiation; redundant-parent reth0; ge-0/0/10 redundant-parent re

7、th1; ge-8/0/0 ge-8/0/8 ge-8/0/10 #设置两台防火墙互联的接口 fab0 fabric-options member-interfaces ge-0/0/7; fab1 ge-8/0/7; irb unit 220 disable; address 192.168.1.10/28; lo0 address 127.0.0.1/32;#设置reth接口为trunk接口,所允许的vlan号 reth0 vlan-tagging; redundant-ether-options redundancy-group 1; family bridge interface-mo

8、de trunk; vlan-id-list 1-4094; reth1 reth2 1.5设置安全区域和策略#设置防火墙的安全区域,其中l2开头的代表两层,并把相关的reth接口同安全区域关联security zones functional-zone management; security-zone l2-trust host-inbound-traffic system-services all; protocols reth1.0; security-zone l2-untrust reth0.0; security-zone trust; security-zone l2-dmz

9、reth2.0;#设置防火墙的策略,目前各安全区域之间是全开放 policies from-zone l2-trust to-zone l2-untrust policy trust-untrust match source-address any; destination-address any; application any; then permit; from-zone l2-untrust to-zone l2-trust policy untrust-trust from-zone l2-trust to-zone l2-trust policy trust-trust from-

10、zone l2-trust to-zone l2-dmz policy trust-dmz from-zone l2-untrust to-zone l2-dmz policy untrust-dmz from-zone l2-dmz to-zone l2-trust policy dmz-trust from-zone l2-dmz to-zone l2-untrust policy dmz-untrust alg ftp disable; tftp disable;1.6设置全局l2特性#全局设置vlan透传bridge-domains trunk199-223 vlan-id-list 199-223; vlan001 vlan-id 1; routing-interface irb.0;secondary:node0

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2