华为设备VRRP浮动路由实战
发表于:2025-01-23 作者:千家信息网编辑
千家信息网最后更新 2025年01月23日,华为设备浮动路由实战实验拓扑sw3sysEnter system view, return user view with Ctrl+Z.[Huawei]sys sw3[sw3]vlan bat 10
千家信息网最后更新 2025年01月23日华为设备VRRP浮动路由实战
华为设备浮动路由实战
实验拓扑
sw3
sysEnter system view, return user view with Ctrl+Z.[Huawei]sys sw3[sw3]vlan bat 10 20 [sw3]int e 0/0/1[sw3-Ethernet0/0/1]p l a #创建access链路[sw3-Ethernet0/0/1]p d v 10[sw3-Ethernet0/0/1]un sh Info: Interface Ethernet0/0/1 is not shutdown.[sw3-Ethernet0/0/1]q [sw3]int e 0/0/2[sw3-Ethernet0/0/2]p l a [sw3-Ethernet0/0/2]p d v 20[sw3-Ethernet0/0/2]un sh Info: Interface Ethernet0/0/2 is not shutdown.[sw3-Ethernet0/0/1]int g 0/0/1[sw3-GigabitEthernet0/0/1]p l t #创建trunk链路[sw3-GigabitEthernet0/0/1]p t a v a[sw3-GigabitEthernet0/0/1]un sh Info: Interface GigabitEthernet0/0/1 is not shutdown.[sw3-GigabitEthernet0/0/1]int g 0/0/2[sw3-GigabitEthernet0/0/2]p l t [sw3-GigabitEthernet0/0/2]p t a v a [sw3-GigabitEthernet0/0/2]q
RSW1
sysEnter system view, return user view with Ctrl+Z.[Huawei]sys RSW1[RSW1]vlan batch 10 20 100[RSW1]int g 0/0/2[RSW1-GigabitEthernet0/0/2]p l t[RSW1-GigabitEthernet0/0/2]p t a v a [RSW1-GigabitEthernet0/0/2]un sh Info: Interface GigabitEthernet0/0/2 is not shutdown.[RSW1-GigabitEthernet0/0/2]int g 0/0/1[RSW1-GigabitEthernet0/0/1]p l a [RSW1-GigabitEthernet0/0/1]p d v 100[RSW1-GigabitEthernet0/0/1]un sh Info: Interface GigabitEthernet0/0/1 is not shutdown.[RSW1-GigabitEthernet0/0/1]q[RSW1]int vla [RSW1]int Vlanif 10[RSW1-Vlanif10]ip add 192.168.10.10 24 #为vlanif设置地址[RSW1-Vlanif10]vrrp vrid 1 virtual-ip 192.168.10.1 #建立浮动路由[RSW1-Vlanif10]vrrp vrid 1 priority 120 #作为主链路设置优先级[RSW1-Vlanif10]vrrp vrid 1 track interface g 0/0/1 #监控端口[RSW1-Vlanif10]vrrp vrid 1 track interface g 0/0/2 #监控端口[RSW1-Vlanif10]q[RSW1]int Vlanif 20[RSW1-Vlanif20]ip add 192.168.20.10 24[RSW1-Vlanif20]vrrp vrid 2 virtual-ip 192.168.20.1 #建立浮动路由[RSW1-Vlanif20]vrrp vrid 1 priority 115 #作为备用链路设置优先级[RSW1-Vlanif20]q [RSW1]int Vlanif 100[RSW1-Vlanif100]ip add 11.0.0.2 30[RSW1-Vlanif100]q [RSW1]ip route-static 0.0.0.0 0.0.0.0 11.0.0.1 #设置默认路由
RSW2(与RSW1相反)
sys[RSW2]vlan batch 10 20 100[RSW2]interface g 0/0/1[RSW2-GigabitEthernet0/0/1]p l a [RSW2-GigabitEthernet0/0/1]p d v 100[RSW2-GigabitEthernet0/0/1]un sh Info: Interface GigabitEthernet0/0/1 is not shutdown.[RSW2-GigabitEthernet0/0/1]q [RSW2]int g 0/0/2[RSW2-GigabitEthernet0/0/2]p l t [RSW2-GigabitEthernet0/0/2]p t a v a [RSW2-GigabitEthernet0/0/2]un sh Info: Interface GigabitEthernet0/0/2 is not shutdown.[RSW2-GigabitEthernet0/0/2]q[RSW2]int Vlanif 10[RSW2-Vlanif10]ip add 192.168.10.10 24[RSW2-Vlanif10]vrrp vrid 1 virtual-ip 192.168.10.1 [RSW2-Vlanif10]vrrp vrid 1 priority 115[RSW2-Vlanif10]q[RSW2]interface Vlanif 20[RSW2-Vlanif20]ip add 192.168.20.10 24[RSW2-Vlanif20]vrrp vrid 2 virtual-ip 192.168.20.1 [RSW2-Vlanif20]vrrp vrid 2 priority 120[RSW2-Vlanif20]vrrp vrid 2 track interface g 0/0/1[RSW2-Vlanif20]vrrp vrid 2 track interface g 0/0/2[RSW2-Vlanif20]q[RSW2]int Vlanif 100 [RSW2-Vlanif100]ip add 12.0.0.2 30[RSW2-Vlanif100]q [RSW2]ip route-static 0.0.0.0 0.0.0.0 12.0.0.1
R1
sysEnter system view, return user view with Ctrl+Z.[Huawei]sys R1[R1]int g 0/0/0[R1-GigabitEthernet0/0/0]ip add 11.0.0.1 30[R1-GigabitEthernet0/0/0]un sh Info: Interface GigabitEthernet0/0/0 is not shutdown.[R1-GigabitEthernet0/0/0]int g 0/0/1[R1-GigabitEthernet0/0/1]ip add 12.0.0.1 30[R1-GigabitEthernet0/0/1]un sh Info: Interface GigabitEthernet0/0/1 is not shutdown.[R1-GigabitEthernet0/0/0]int loo 0[R1-LoopBack0]ip add 1.1.1.1 24[R1-LoopBack0]q[R1]ip route-static 192.168.10.0 24 11.0.0.2[R1]ip route-static 192.168.10.0 24 12.0.0.2 preference 70[R1]ip route-static 192.168.20.0 24 12.0.0.2 [R1]ip route-static 192.168.20.0 24 11.0.0.2 preference 70[R1]
各个PC机的配置
实验结果验证
路由
链路
浮动
优先级
端口
实验
监控
实战
设备
华为
地址
拓扑
结果
备用
配置
验证
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
网络安全保护意识的认知
杭州领爱网络技术怎么样
监控服务器的作用
放空自我软件开发者
幻塔班吉斯06服务器
数据库商品表设计步骤
星际家园什么服务器好
360网络安全副总裁王伟
数据库 文本长度
崇明区服务器精密空调多少钱
dht 公共服务器ip
软件开发平均利润
我的世界逃离塔科夫服务器合集
互联网科技创作
中南大学网络安全专业什么样
数据库查询emp所有数据
高斯数据库操作
软件开发学习ios好还是安卓好
宁波网络安全等级保护认证
成都捷驾网络技术有限公司
鼎合互联网科技有限公司
焦作金蝶oa软件开发
陈鑫杰网络安全课程
公司变更显示服务器繁忙
云浮软件开发公司
安徽服务器机柜怎么挑选
书记寄语话网络安全
武威市青少年网络安全知识
经济学网络数据库有哪些
php读取数据库6