- 1、本文档共5页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
juniper防火墙透明模式HA高可用性配置
网络拓扑:
?
条件要求:
软件
做HA的两台设备软件版本必须相同
Platform Active/Passive Active/Active ISG Series 5.0.0 or above 5.0.0 or above NS5000 Series 5.0.0 or above 5.0.0 or above SSG550/550M 5.1.0 or above 5.1.0 or above SSG520/520M 5.1.0 or above 6.0.0 or above SSG300 Series 5.4.0 or above 5.4.0 or above SSG 140 5.4.0 or above 6.0.0 or above SSG5 SSG20 5.4.0 or above* 6.0.0 or above* NS500 5.1.0 or above 5.1.0 or above NS200 Series 5.1.0 or above 5.1.0 or above NS50 5.1.0 or above Not Supported NS25 5.1.0 or above** Not Supported NS5gt 5.1.0 or above*** Not Supported 注:
*?? extended license required**? Supports only NSRP Lite.?
*** Supports only NSRP Lite? extended license required.
另外,如果防火墙要做透明模式的HA,那么Active/Active模式要在ScreenOS 6.1.0? or above才支持的;而且是以下平台:the SSG-500 series, NS-ISG-1000, NS-ISG-2000, and all NS-5000 platforms.
?
许可
两台防火墙必须有想同功能的软件许可;
?
硬件
两台防火墙必须是相同的硬件,有相同的模块;
?
?
网络详情:
这里配置举例使用设备ISG1000,两台做HA,A/S模式,ethernet1/1为信任端口,ethernet1/2为非信任端口,ethernet1/4为HA接口;
?
详细配置:
1、???????????? 配置主设备
set interface ethernet1/1 zone V1-Trust
set interface ethernet1/2 zone V1-Untrust
set interface ethernet1/4 zone HA
?set interface vlan1 ip /24
set interface vlan1 manage-ip
?set interface vlan1 ip manageable
set zone V1-Untrust manage ping
set zone V1-Untrust manage web
?set policy id 2 from V 1-Trust to V1-Untrust?Any Any ANY permit
?set route /0 interface vlan1 gateway 54
?set nsrp cluster id 1
set nsrp rto-mirror sync
set nsrp vsd-group id 0 priority 10
set nsrp vsd-group id 0 preempt
set nsrp vsd-group id 0 monitor interface ethernet1/1
set nsrp vsd-group id 0 monitor interface ethernet1/2
?
2、???????????? 配置备设备
set nsrp cluster id 1
set nsrp rto-mirror sync
set nsrp vsd-group id 0 priority 100
set nsrp vsd-group id 0 monitor interface ethernet1/1
set nsrp vsd-group id 0 monitor interface ethernet1/2
?
nsisg1000-exec nsrp sync global save
Save global configuration successfully.Continue to save local configurations ... Save local configuration successfully.?
nsisg100
文档评论(0)