教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 范文大全 > 公文资料 >

Juniper SRX 防火墙透明模式配置手册

来源:网络收集 时间:2026-08-23
导读: Juniper SRX Series Firewall Juniper SRX防火墙配置手册 上海神州数码有限公司 系统网络技术部 Juniper SRX Series Firewall Juniper 防火墙安装手册 项目编 Juniper200909 号 编写人 樊超 文档修订记录: 日期 修订版本 文档名称 完成日期 JuniperSRX 防火

Juniper SRX Series Firewall

Juniper SRX防火墙配置手册

上海神州数码有限公司

系统网络技术部

Juniper SRX Series Firewall

Juniper 防火墙安装手册 项目编 Juniper200909 号 编写人 樊超 文档修订记录: 日期 修订版本

文档名称 完成日期

JuniperSRX 防火墙安装手册 20091001

修订内容

修订人

Juniper SRX Series Firewall

一、透明模式配置说明

硬件型号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_Untrust>、<L2_Trust>、<L2_DMZ>

1.1 设置node ID和cluster ID

##在操作模式下输入,后面没有注明的则默认是在配置模式下操作 ##SRX3400-1_L2配置为

set chassis cluster node 0 cluster-id 1 reboot ##SRX3400-2_L2配置为

set chassis cluster node 1 cluster-id 1 reboot

Juniper SRX Series Firewall

1.2 防火墙系统全局配置(初始化配置)

##设置root的用户名和密码 system {

root-authentication {

encrypted-password "$1$R7QtWpjt$OsUXw/4GC.7AiGO2bFHUz."; ## SECRET-DATA }

##添加用户名为lab的用户和密码

login { user lab { uid 2000;

classsuperuser; authentication {

encrypted-password "$1$h54Sa7e3$cjwdMDkIcvEN89jSZ8eSa/"; ## SECRET-DATA } }

}

##设置防火墙自己开启的服务

services { ftp; telnet;

web-management { http;

} } syslog { user * {

any emergency; } file messages { any notice;

authorization info; } } }

Juniper SRX Series Firewall

1.3 建立集群

##双机配置,设置node0为主,node1为备。 ##设置node0主机名 groups { node0 { system {

host-name SRX3400-1_L2;

backup-router 192.168.2.1 destination 0.0.0.0/0; }

##设置带外管理地址和带外管理的网关 interfaces { fxp0 { unit 0 { familyinet {

address 192.168.2.254/24; } } } }

routing-options { static {

route0.0.0.0/0 {

next-hop 192.168.2.1; retain;

no-readvertise; } } }

}

##设置node1主机名,带外管理地址和带外管理的网关 node1 {

system {

host-name SRX3400-2_L2;

backup-router 192.168.2.1 destination 0.0.0.0/0; }

interfaces { fxp0 { unit 0 {

family inet {

address 192.168.2.253/24; } }

Juniper SRX Series Firewall

} }

routing-options { static {

route 0.0.0.0/0 {

next-hop 192.168.2.1; retain;

no-readvertise; } } } } }

apply-groups "${node}";

1.4 设置cluster冗余组和接口对象

##设置reth-count 数目及主机单元的优先级,并设置监控的端口和权重 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; 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 { node 0 priority 100; node 1 priority 1; interface-monitor {

ge-0/0/8 weight 255;

Juniper SRX Series Firewall

ge-8/0/8 weight 255; ge-0/0/10 weight 255; ge-8/0/10 weight 255; ge-0/0/0 weight 255; ge-8/0/0 weight 255; } } } }

##设置相关的物理接口与相应的logical接口reth关联

interfaces { ge-0/0/0 { gigether-options {

redundant-parent reth2; } }

ge-0/0/8 { gigether-options {

no-auto-negotiation; redundant-parent reth0; } }

ge-0/0/10 { gigether-options {

no-auto-negotiation; redundant-parent reth1; } }

ge-8/0/0 { gigether-options {

redundant-parent reth2; } }

ge-8/0/8 { gigether-options {

no-auto-negotiation; redundant-parent reth0; } }

ge-8/0/10 { gigether-options {

redundant-parent reth1;

Juniper SRX Series Firewall

}

}

##设置两台防火墙互联的接口

fab0 {

fabric-options {

member-interfaces { ge-0/0/7; } } }

fab1 {

fabric-options {

member-interfaces { ge-8/0/7; } } } irb {

unit 220 { disable; family inet {

address 192.168.1.10/28; } } } lo0 {

unit 0 {

family inet {

address 127.0.0.1/32; } }

}

##设置reth接口为trunk接口,所允许的vlan号

reth0 { vlan-tagging;

redundant-ether-options { redundancy-group 1; }

unit 0 {

family bridge {

interface-mode trunk;

Juniper SRX Series Firewall

vlan-id-list 1-4094; } } }

reth1 { vlan-tagging;

redundant-ether-options { redundancy-group 1; }

unit 0 {

family bridge {

interface-mode trunk; vlan-id-list 1-4094; } } }

reth2 { vlan-tagging;< …… 此处隐藏:3819字,全部文档内容请下载后查看。喜欢就下载吧 ……

Juniper SRX 防火墙透明模式配置手册.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/fanwen/709219.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)