当前位置:网站首页>H3C firewall rbm+vrrp networking configuration
H3C firewall rbm+vrrp networking configuration
2022-07-06 05:51:00 【Creator of high-quality network system】
The basic networking is as above , This experiment adopts HCL Simulator complete .fw1 And fw2 establish RBM, The uplink and downlink use vrrp docking .sw3、sw4 by 2 Layer switch , Be a firewall RBM When the connection is accidentally disconnected , It can be transmitted through the switch vrrp message , by vrrp Its own negotiation mechanism realizes active and standby . stay fw1、fw2 Both use vrrp 2 Virtual address of ipsec To configure , Under normal circumstances, the flow goes fw1, Only fw1 and fw6 establish ipsec sa, because RBM Not yet ipsec Synchronization of , So normally fw2 Don't fw6 build ipsec, When the active and standby switches, the traffic goes up fw2, The flow of interest is automatically triggered fw2 and fw6 establish ipsec Tunnel , At the same time as fw6 And the only vrrp Virtual address establishment connection , Can't feel fw1 and fw2 Switch between main and backup , So you need to configure dpd Keep alive detection , When the active and standby switch, the new one can be negotiated in time ike sa and ipsec sa.
Configuration steps
One 、fw1 Basic configuration :
Configure interface ip Address and vrrp Virtual address ,g1/0/10 To act as RBM Interface
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
Interface plus security domain ,RBM The interface does not need to add a security domain , The device is released by default
security-zone name Trust
import interface GigabitEthernet1/0/1
security-zone name Untrust
import interface GigabitEthernet1/0/2
Configure static routing
ip route-static 10.10.10.0 24 1.1.1.100
ip route-static 172.16.10.0 24 2.2.2.10
To configure RBM, The device acts as the master management device , Main standby mode
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
Configure detailed security policies , Let go local and trust、untrust Between domains vrrp message
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
边栏推荐
- 【SQL server速成之路】——身份驗證及建立和管理用戶賬戶
- My 2021
- P2802 go home
- 27io stream, byte output stream, OutputStream writes data to file
- B站刘二大人-多元逻辑回归 Lecture 7
- 嵌入式面试题(一:进程与线程)
- Sequoiadb Lake warehouse integrated distributed database, June 2022 issue
- [SQL Server Express Way] - authentification et création et gestion de comptes utilisateurs
- 【课程笔记】编译原理
- 养了只小猫咪
猜你喜欢
[SQL Server fast track] - authentication and establishment and management of user accounts
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
The digital economy has broken through the waves. Is Ltd a Web3.0 website with independent rights and interests?
The usage and difference between strlen and sizeof
SequoiaDB湖仓一体分布式数据库2022.6月刊
实践分享:如何安全快速地从 Centos迁移到openEuler
Leetcode 701 insertion operation in binary search tree -- recursive method and iterative method
High quality coding tool clion
Report on market depth analysis and future trend prediction of China's arsenic trioxide industry from 2022 to 2028
- [email protected] raspberry pie"/>
[email protected] raspberry pie
随机推荐
Installation de la Bibliothèque de processus PDK - csmc
wib3.0 跨越,在跨越(ง •̀_•́)ง
[Jiudu OJ 07] folding basket
[Baiwen smart home] first day of the course_ Learn Embedded and understand the development mode of bare metal and RTOS
Text classification still stays at Bert? The dual contrast learning framework is too strong
Redis消息队列
Report on market depth analysis and future trend prediction of China's arsenic trioxide industry from 2022 to 2028
YYGH-11-定时统计
【经验】win11上安装visio
AUTOSAR from getting started to becoming proficient (10) - embedded S19 file analysis
ARTS Week 25
[email protected]树莓派
[paper reading] nflowjs: synthetic negative data intensive anomaly detection based on robust learning
continue和break的区别与用法
网站进行服务器迁移前应做好哪些准备?
入侵检测领域数据集总结
P2802 go home
PDK工藝庫安裝-CSMC
Station B Liu Erden - linear regression and gradient descent
[SQL Server Express Way] - authentification et création et gestion de comptes utilisateurs