当前位置:网站首页>华为设备配置VRRP与BFD联动实现快速切换
华为设备配置VRRP与BFD联动实现快速切换
2022-08-03 20:20:00 【Tony_long7483】

配置设备各接口的IP地址
[LSW1]vlan batch 10 20
[LSW1-GigabitEthernet0/0/3]port link-type hybrid
[LSW1-GigabitEthernet0/0/3]port hybrid pvid vlan 10
[LSW1-GigabitEthernet0/0/3]port hybrid untagged vlan 10
[LSW1-GigabitEthernet0/0/4]port link-type hybrid
[LSW1-GigabitEthernet0/0/4]port hybrid untagged vlan 20
[LSW1-GigabitEthernet0/0/4]port hybrid pvid vlan 20
[LSW1-Vlanif10]ip add 10.1.1.1 24
[LSW1-Vlanif20]ip add 10.1.2.1 24
[LSW2]vlan batch 10 30
[LSW2-GigabitEthernet0/0/3]port link-type hybrid
[LSW2-GigabitEthernet0/0/3]port hybrid untagged vlan 10
[LSW2-GigabitEthernet0/0/3]port hybrid pvid vlan 10
[LSW2-GigabitEthernet0/0/4]port link-type hybrid
[LSW2-GigabitEthernet0/0/4]port hybrid pvid vlan 30
[LSW2-GigabitEthernet0/0/4]port hybrid untagged vlan 30
[LSW2-Vlanif10]ip add 10.1.1.2 24
[LSW2-Vlanif30]ip add 10.1.3.2 24
[LSW4]vlan batch 20 30 100
[LSW4-GigabitEthernet0/0/1]port link-type hybrid
[LSW4-GigabitEthernet0/0/1]port hybrid untagged vlan 20
[LSW4-GigabitEthernet0/0/1]port hybrid pvid vlan 20
[LSW4-GigabitEthernet0/0/2]port link-type hybrid
[LSW4-GigabitEthernet0/0/2]port hybrid pvid vlan 30
[LSW4-GigabitEthernet0/0/2]port hybrid untagged vlan 30
[LSW4-GigabitEthernet0/0/3]port link-type hybrid
[LSW4-GigabitEthernet0/0/3]port hybrid untagged vlan 100
[LSW4-GigabitEthernet0/0/3]port hybrid pvid vlan 100
[LSW4-Vlanif20]ip add 10.1.2.4 24
[LSW4-Vlanif30]ip add 10.1.3.4 24
[LSW4-Vlanif100]ip add 172.16.1.4 24配置LSW3的二层转发功能
[LSW3]vlan batch 10
[LSW3-GigabitEthernet0/0/1]port link-type hybrid
[LSW3-GigabitEthernet0/0/1]port hybrid untagged vlan 10
[LSW3-GigabitEthernet0/0/1]port hybrid pvid vlan 10
[LSW3-GigabitEthernet0/0/2]port link-type hybrid
[LSW3-GigabitEthernet0/0/2]port hybrid untagged vlan 10
[LSW3-GigabitEthernet0/0/2]port hybrid pvid vlan 10配置OSPF协议进行互联
[LSW1]ospf 1
[LSW1-ospf-1]area 0
[LSW1-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255
[LSW1-ospf-1-area-0.0.0.0]network 10.1.2.0 0.0.0.255
[LSW2]ospf 1
[LSW2-ospf-1]area 0
[LSW2-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255
[LSW2-ospf-1-area-0.0.0.0]network 10.1.3.0 0.0.0.255
[LSW4]ospf 1
[LSW4-ospf-1]area 0
[LSW4-ospf-1-area-0.0.0.0]network 172.16.1.0 0.0.0.255
[LSW4-ospf-1-area-0.0.0.0]network 10.1.2.0 0.0.0.255
[LSW4-ospf-1-area-0.0.0.0]network 10.1.3.0 0.0.0.255配置VRRP备份组
[LSW1]int Vlanif 10
[LSW1-Vlanif10]vrrp vrid 1 virtual-ip 10.1.1.254
[LSW1-Vlanif10]vrrp vrid 1 priority 120
[LSW1-Vlanif10]vrrp vrid 1 preempt-mode timer delay 20
[LSW1-Vlanif10]vrrp vrid 2 virtual-ip 10.1.1.253
[LSW2]int Vlanif 10
[LSW2-Vlanif10]vrrp vrid 2 virtual-ip 10.1.1.253
[LSW2-Vlanif10]vrrp vrid 2 priority 120
[LSW2-Vlanif10]vrrp vrid 2 preempt-mode timer delay 20
[LSW2-Vlanif10]vrrp vrid 1 virtual-ip 10.1.1.254配置静态BFD会话
[LSW1]bfd
[LSW1]bfd 1to2 bind peer-ip 10.1.1.2 interface Vlanif 10
[LSW1-bfd-session-1to2]discriminator local 1
[LSW1-bfd-session-1to2]discriminator remote 2
[LSW1-bfd-session-1to2]min-tx-interval 100
[LSW1-bfd-session-1to2]min-rx-interval 100
[LSW1-bfd-session-1to2]commit
[LSW2]bfd
[LSW2]bfd 2to1 bind peer-ip 10.1.1.1 interface Vlanif 10
[LSW2-bfd-session-2to1]discriminator local 2
[LSW2-bfd-session-2to1]discriminator remote 1
[LSW2-bfd-session-2to1]min-rx-interval 100
[LSW2-bfd-session-2to1]min-tx-interval 100
[LSW2-bfd-session-2to1]commit

配置VRRP与BFD联动功能
[LSW1]int Vlanif 10
[LSW1-Vlanif10]vrrp vrid 2 track bfd-session 1 increased 40
[LSW2]int Vlanif 10
[LSW2-Vlanif10]vrrp vrid 1 track bfd-session 2 increased 40验证配置


[LSW1-GigabitEthernet0/0/3]shutdown


边栏推荐
猜你喜欢

codeforces:C. Maximum Subrectangle【前缀和 + 贪心 + 最小子数组和】

Hinton2022年RobotBrains访谈记录
![【微信小程序2】事件传参与数据同步[03]](/img/d9/73004e6edf800c583231a94dfbd878.png)
【微信小程序2】事件传参与数据同步[03]

CLIP论文解读

async 和 await 原来这么简单

面试官:为什么 0.1 + 0.2 == 0.300000004?
[email protected] 594/[email prote"/>RNA核糖核酸修饰Alexa 568/[email protected] 594/[email prote

ESP8266-Arduino编程实例-WS2812驱动

不知道这4种缓存模式,敢说懂缓存吗?

Statistical machine learning 】 【 linear regression model
随机推荐
利用 rpush 和 blpop 实现 Redis 消息队列
华为设备配置VRRP负载分担
leetcode 072. 求平方根
PHP according to the longitude and latitude calculated distance two points
Hinton2022年RobotBrains访谈记录
直播平台怎么搭建,针对输入框的各种组件
【飞控开发高级教程3】疯壳·开源编队无人机-定高、定点、悬停
Li Mu hands-on learning deep learning V2-BERT fine-tuning and code implementation
async 和 await 原来这么简单
leetcode 072. Finding Square Roots
极验深知v2分析
从腾讯阿里等大厂出来创业搞 Web3、元宇宙的人在搞什么
Detailed demonstration pytorch framework implementations old photo repair (GPU)
leetcode 326. 3 的幂
leetcode 136. Numbers that appear only once (XOR!!)
华为设备配置VRRP与BFD联动实现快速切换
友宏医疗与Actxa签署Pre-M Diabetes TM 战略合作协议
RNA核糖核酸修饰荧光染料|HiLyte Fluor 488/555/594/647/680/750标记RNA核糖核酸
abs()、fabs() 和 labs() 的区别
leetcode 16.01. Swap numbers (swap the values of 2 numbers without using temporary variables)