当前位置:网站首页>H3C防火墙RBM+VRRP 组网配置
H3C防火墙RBM+VRRP 组网配置
2022-07-06 05:43:00 【优质网络系统领域创作者】
基本组网如上,本实验采用HCL模拟器完成。fw1与fw2建立RBM,上下行采用vrrp对接。sw3、sw4为2层交换机,当防火墙RBM连接意外断开时,可以通过交换机透传vrrp报文,靠vrrp自身的协商机制实现主备。在fw1、fw2均使用vrrp 2的虚地址进行ipsec配置,正常情况下流量走fw1,只有fw1和fw6建立ipsec sa,由于RBM还不支持ipsec的同步,因此正常情况下fw2不和fw6建ipsec,当主备切换时流量上到fw2,感兴趣流自动触发fw2和fw6建立ipsec隧道,同时由于fw6只和vrrp虚地址建立连接,无法感知到fw1和fw2的主备切换,因此需要配置dpd保活探测,当主备切换时能及时协商新的ike sa和ipsec sa。
配置步骤
一、fw1基本配置:
配置接口ip地址和vrrp虚地址,g1/0/10口作为RBM接口
interface GigabitEthernet1/0/1
port link-mode route
ip address 1.1.1.1 255.255.255.0
vrrp vrid 1 virtual-ip 1.1.1.3 active
interface GigabitEthernet1/0/2
port link-mode route
ip address 2.2.2.1 255.255.255.0
vrrp vrid 2 virtual-ip 2.2.2.3 active
interface GigabitEthernet1/0/10
port link-mode route
ip address 10.0.0.1 255.255.255.0
接口加安全域,RBM接口不需加安全域,设备默认放通
security-zone name Trust
import interface GigabitEthernet1/0/1
security-zone name Untrust
import interface GigabitEthernet1/0/2
配置静态路由
ip route-static 10.10.10.0 24 1.1.1.100
ip route-static 172.16.10.0 24 2.2.2.10
配置RBM,设备作为主管理设备,主备模式
remote-backup group
data-channel interface GigabitEthernet1/0/10
configuration sync-check interval 12
local-ip 10.0.0.1
remote-ip 10.0.0.2
device-role primary
配置明细的安全策略,放通local和trust、untrust域之间的vrrp报文
security-policy ip
rule 1 name 1
action pass
source-zone local
destination-zone trust
service vrrp
rule 2 name 2
action pass
source-zone trust
destination-zone local
service vrrp
rule 3 name 3
action pass
source-zone local
destination-zone untrust
service vrrp
rule 4 name 4
action pass
source-zone untrust
destination-zone local
service vrrp
边栏推荐
- Jushan database appears again in the gold fair to jointly build a new era of digital economy
- Promise summary
- 05. Security of blog project
- 清除浮动的方式
- 【华为机试真题详解】统计射击比赛成绩
- 嵌入式面试题(四、常见算法)
- Check the useful photo lossless magnification software on Apple computer
- Redis消息队列
- Station B, Master Liu Er - dataset and data loading
- Text classification still stays at Bert? The dual contrast learning framework is too strong
猜你喜欢
毕业设计游戏商城
Game push image / table /cv/nlp, multi-threaded start
B站刘二大人-Softmx分类器及MNIST实现-Lecture 9
Deep learning -yolov5 introduction to actual combat click data set training
Garbage collector with serial, throughput priority and response time priority
Summary of deep learning tuning tricks
Vulhub vulnerability recurrence 68_ ThinkPHP
剑指 Offer II 039. 直方图最大矩形面积
【SQL server速成之路】——身份验证及建立和管理用户账户
ArcGIS应用基础4 专题图的制作
随机推荐
Station B Liu Erden linear regression pytoch
JS array list actual use summary
How to get list length
HAC cluster modifying administrator user password
Migrate Infones to stm32
【SQL server速成之路】——身份验证及建立和管理用户账户
The digital economy has broken through the waves. Is Ltd a Web3.0 website with independent rights and interests?
AUTOSAR from getting started to becoming proficient (10) - embedded S19 file analysis
UCF (2022 summer team competition I)
What preparations should be made for website server migration?
通讯录管理系统链表实现
Improve jpopup to realize dynamic control disable
Clear floating mode
Application Security Series 37: log injection
Analysis of grammar elements in turtle Library
LeetCode_ String inversion_ Simple_ 557. Reverse word III in string
清除浮动的方式
SequoiaDB湖仓一体分布式数据库2022.6月刊
29io stream, byte output stream continue write line feed
Redis message queue