当前位置:网站首页>Huawei equipment is configured with OSPF and BFD linkage
Huawei equipment is configured with OSPF and BFD linkage
2022-07-05 23:56:00 【Tony_ long7483】
- Configure all interfaces VLAN
[LSW1]vlan batch 12 13
[LSW1-GigabitEthernet0/0/4]port link-type trunk
[LSW1-GigabitEthernet0/0/4]port trunk allow-pass vlan 12
[LSW1-GigabitEthernet0/0/3]port link-type trunk
[LSW1-GigabitEthernet0/0/3]port trunk allow-pass vlan 13
[LSW2]vlan batch 10 12 23
[LSW2-GigabitEthernet0/0/4]port link-type trunk
[LSW2-GigabitEthernet0/0/4]port trunk allow-pass vlan 12
[LSW2-GigabitEthernet0/0/3]port link-type trunk
[LSW2-GigabitEthernet0/0/3]port trunk allow-pass vlan 23
[LSW2-GigabitEthernet0/0/1]port link-type trunk
[LSW2-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[LSW3]vlan batch 13 23
[LSW3-GigabitEthernet0/0/1]port link-type trunk
[LSW3-GigabitEthernet0/0/1]port trunk allow-pass vlan 13
[LSW3-GigabitEthernet0/0/2]port link-type trunk
[LSW3-GigabitEthernet0/0/2]port trunk allow-pass vlan 23 - Configure the IP Address
[LSW1-Vlanif12]ip add 10.1.12.1 24
[LSW1-Vlanif13]ip add 10.1.13.1 24
[LSW1]int LoopBack 0
[LSW1-LoopBack0]ip add 10.1.1.1 32
[LSW2-Vlanif12]ip add 10.1.12.2 24
[LSW2-Vlanif23]ip add 10.1.23.2 24
[LSW2-Vlanif10]ip add 10.1.10.2 24
[LSW2]int LoopBack 0
[LSW2-LoopBack0]ip add 10.2.2.2 32
[LSW3-Vlanif13]ip add 10.1.13.3 24
[LSW3-Vlanif23]ip add 10.1.23.3 24
[LSW3]int LoopBack 0
[LSW3-LoopBack0]ip add 10.3.3.3 32 - To configure OSPF Basic function
[LSW1]ospf 1 router-id 10.1.1.1
[LSW1-ospf-1]area 0
[LSW1-ospf-1-area-0.0.0.0]network 10.1.12.0 0.0.0.255
[LSW1-ospf-1-area-0.0.0.0]network 10.1.13.0 0.0.0.255
[LSW2]ospf 1 router-id 10.2.2.2
[LSW2-ospf-1]area 0
[LSW2-ospf-1-area-0.0.0.0]network 10.1.12.0 0.0.0.255
[LSW2-ospf-1-area-0.0.0.0]network 10.1.23.0 0.0.0.255
[LSW2-ospf-1-area-0.0.0.0]network 10.1.10.0 0.0.0.255
[LSW3]ospf 1 router-id 10.3.3.3
[LSW3-ospf-1]area 0
[LSW3-ospf-1-area-0.0.0.0]network 10.1.13.0 0.0.0.255
[LSW3-ospf-1-area-0.0.0.0]network 10.1.23.0 0.0.0.255
Go to the destination segment 10.1.10.0/24 The next hop address of the route is 10.1.12.2, The traffic is on the link LSW1→LSW2 Up transfer
4. To configure OSPF And BFD linkage
[LSW1]bfd
[LSW1]ospf
[LSW1-ospf-1]bfd all-interfaces enable
[LSW2]bfd
[LSW2]ospf
[LSW2-ospf-1]bfd all-interfaces enable
[LSW3]bfd
[LSW3]ospf
[LSW3-ospf-1]bfd all-interfaces enable
- Check the configuration : Yes LSW2 Of GE0/0/4 Interface execution shutdown command , Analog link failure
边栏推荐
- 教你在HbuilderX上使用模拟器运行uni-app,良心教学!!!
- 单商户V4.4,初心未变,实力依旧!
- Laser slam learning record
- Senparc.Weixin.Sample.MP源码剖析
- 21. PWM application programming
- C# 文件与文件夹操作
- Mathematical model Lotka Volterra
- 5. Logistic regression
- [Luogu cf487e] tours (square tree) (tree chain dissection) (line segment tree)
- 零犀科技携手集智俱乐部:“因果派”论坛成功举办,“因果革命”带来下一代可信AI
猜你喜欢
XML configuration file (DTD detailed explanation)
4点告诉你实时聊天与聊天机器人组合的优势
Rasa 3.x 学习系列-Rasa X 社区版(免费版) 更改
【LeetCode】5. Valid palindrome
Rasa 3. X learning series -rasa x Community Edition (Free Edition) changes
Spire.PDF for NET 8.7.2
After summarizing more than 800 kubectl aliases, I'm no longer afraid that I can't remember commands!
rsync远程同步
单商户V4.4,初心未变,实力依旧!
用列表初始化你的vector&&initializer_list简介
随机推荐
时区的区别及go语言的time库
Redis high availability - master-slave replication, sentinel mode, cluster
Miaochai Weekly - 8
Doppler effect (Doppler shift)
第16章 OAuth2AuthorizationRequestRedirectWebFilter源码解析
Spreadjs 15.1 CN and spreadjs 15.1 en
After summarizing more than 800 kubectl aliases, I'm no longer afraid that I can't remember commands!
亲测可用fiddler手机抓包配置代理后没有网络
Use mapper: --- tkmapper
Do you regret becoming a programmer?
Senparc. Weixin. Sample. MP source code analysis
What if the C disk is not enough? Let's see how I can clean up 25g of temp disk space after I haven't redone the system for 4 years?
Rasa 3.x 学习系列-Rasa X 社区版(免费版) 更改
Cloudcompare & PCL point cloud randomly adds noise
FFT 学习笔记(自认为详细)
Zhongjun group launched electronic contracts to accelerate the digital development of real estate enterprises
【二叉搜索树】增删改查功能代码实现
Fiddler Everywhere 3.2.1 Crack
Single merchant v4.4 has the same original intention and strength!
单商户V4.4,初心未变,实力依旧!