Juniper SRX 防火墙透明模式配置手册
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字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [公文资料]市场营销专员岗位职责
- [公文资料]综合部经理岗位职责
- [公文资料]会计助理岗位职责
- [公文资料]林业站站长职责
- [公文资料]菜品研发部岗位职责
- [公文资料]街道综治办工作职责
- [公文资料]酒店前台的工作职责
- [公文资料]销售部经理岗位职责
- [公文资料]工程部副经理岗位职责
- [公文资料]手术室护士工作职责
- [公文资料]银行客户经理职责
- [公文资料]汽车4s店市场专员职责
- [公文资料]服装店长工作职责
- [公文资料]采购总监岗位职责
- [公文资料]大学行政秘书工作职责
- [公文资料]学校财务人员岗位职责
- [公文资料]财务统计员岗位职责
- [公文资料]物业工程主管工作职责
- [公文资料]公司后勤工作职责
- [公文资料]采矿工程师岗位职责
- 门面出租合同样板(门面出租的合同)
- 自用房屋租赁合同 自住房租房合同(汇总
- 最新酒店劳动合同管理制度(11篇)(酒店
- 2025年无产权车库买卖合同实用(14篇)(
- 建筑工程农民工劳动合同十五篇(通用)(
- 最新深圳标准劳动合同 深圳劳动合同如
- 解除劳动合同通知书(实用6篇)(解除劳动
- 2025年二手房屋买卖合同范围精选(二十
- 最新融资贷款居间合同大全(22篇)(融资
- 2025年个人二手房屋买卖合同协议书四篇
- 2025年果树苗木买卖合约书 签订果树苗
- 广东省劳动合同书填写(21篇)(广东省劳
- 最新餐饮行业没有劳动合同 劳动法餐饮
- 农村土地买卖合同(汇总21篇)(农村土地
- 最新房屋转租合同模版21篇(通用)(标准
- 2025年进口合同号查询五篇(大全)(进口
- 农村建房包工包料合同(通用8篇)(农村建
- 2025年安装监控合同协议书(15篇)(2025
- 2025年企业租赁经营合同(模板9篇)(2025
- 最新郊区土地租赁合同(优质23篇)(最新




