当前位置:网站首页>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
边栏推荐
- Web Security (V) what is a session? Why do I need a session?
- Selective parameters in MATLAB functions
- 【经验】UltralSO制作启动盘时报错:磁盘/映像容量太小
- 59. Spiral matrix
- [SQL Server fast track] - authentication and establishment and management of user accounts
- Analysis of grammar elements in turtle Library
- P2802 回家
- Note the various data set acquisition methods of jvxetable
- B站刘二大人-Softmx分类器及MNIST实现-Lecture 9
- Practice sharing: how to safely and quickly migrate from CentOS to openeuler
猜你喜欢
Easy to understand IIC protocol explanation
网站进行服务器迁移前应做好哪些准备?
类和对象(一)this指针详解
Jushan database appears again in the gold fair to jointly build a new era of digital economy
The usage and difference between strlen and sizeof
ArcGIS application foundation 4 thematic map making
移植InfoNES到STM32
wib3.0 跨越,在跨越(ง •̀_•́)ง
【论文阅读】NFlowJS:基于鲁棒学习的合成负数据密集异常检测
Station B, Master Liu Er - dataset and data loading
随机推荐
How to use PHP string query function
59. Spiral matrix
进程和线程
(column 22) typical column questions of C language: delete the specified letters in the string.
H3C S5820V2_5830V2交换机IRF2堆叠后升级方法
【SQL server速成之路】——身份验证及建立和管理用户账户
Text classification still stays at Bert? The dual contrast learning framework is too strong
After the project is released, index Html is cached
Leetcode 701 insertion operation in binary search tree -- recursive method and iterative method
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
Problems encountered in installing mysql8 on MAC
Application Security Series 37: log injection
[C language syntax] the difference between typedef struct and struct
Database: ODBC remote access SQL Server2008 in oracel
Zoom through the mouse wheel
Station B Liu Erden - linear regression and gradient descent
Some easy-to-use tools make your essay style more elegant
Yygh-11-timing statistics
[force buckle]43 String multiplication
My 2021