当前位置:网站首页>Configuring OSPF GR features for Huawei devices
Configuring OSPF GR features for Huawei devices
2022-07-05 23:56:00 【Tony_ long7483】
- Configure all interfaces VLAN
[LSW1]vlan batch 10
[LSW1-GigabitEthernet0/0/2]port link-type trunk
[LSW1-GigabitEthernet0/0/2]port trunk allow-pass vlan 10
[LSW2]vlan batch 10 100
[LSW2-GigabitEthernet0/0/1]port link-type trunk
[LSW2-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[LSW2-GigabitEthernet0/0/3]port link-type trunk
[LSW2-GigabitEthernet0/0/3]port trunk allow-pass vlan 100
[LSW3]vlan 100
[LSW3-GigabitEthernet0/0/2]port link-type trunk
[LSW3-GigabitEthernet0/0/2]port trunk allow-pass vlan 100 - Configure the IP Address
[LSW1-Vlanif10]ip add 10.1.10.1 24
[LSW1]int LoopBack 0
[LSW1-LoopBack0]ip add 10.1.1.1 32
[LSW2-Vlanif10]ip add 10.1.10.2 24
[LSW2-Vlanif100]ip add 10.1.100.2 24
[LSW2]int LoopBack 0
[LSW2-LoopBack0]ip add 10.2.2.2 32
[LSW3-Vlanif100]ip add 10.1.100.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.10.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.10.0 0.0.0.255
[LSW2-ospf-1]area 100
[LSW2-ospf-1-area-0.0.0.100]network 10.1.100.0 0.0.0.255
[LSW3]ospf 1 router-id 10.3.3.3
[LSW3-ospf-1]area 100
[LSW3-ospf-1-area-0.0.0.100]network 10.1.100.0 0.0.0.255 - Can make Opaque-LSA function , Realization OSPF adopt Type9 LSA Support OSPF GR
[LSW2]ospf 1
[LSW2-ospf-1]opaque-capability enable
[LSW1]ospf
[LSW1-ospf-1]opaque-capability enable - To configure OSPF GR characteristic , Make running OSPF The normal forwarding of data will not be affected during the restart of the Protocol
[LSW2-ospf-1]graceful-restart
[LSW1-ospf-1]graceful-restart - Verify configuration
reset ospf process graceful-restart // Smooth restart LSW1 Of OSPF process
You can see LSW1 And LSW2 The neighborhood relationship continues to be Full state , Not subject to LSW1 Of OSPF The impact of smooth restart of the process
边栏推荐
- 单商户V4.4,初心未变,实力依旧!
- TS type declaration
- 【QT】Qt使用QJson生成json文件并保存
- Spire.PDF for NET 8.7.2
- Russian Foreign Ministry: Japan and South Korea's participation in the NATO summit affects security and stability in Asia
- Open source CRM customer relationship system management system source code, free sharing
- STM32__06—单通道ADC
- [online chat] the original wechat applet can also reply to Facebook homepage messages!
- Zhuan: in the future, such an organization can withstand the risks
- 行列式学习笔记(一)
猜你喜欢
随机推荐
Qt 一个简单的word文档编辑器
Use CAS instead of synchronized
Transport layer protocol ----- UDP protocol
Research notes I software engineering and calculation volume II (Chapter 1-7)
提升工作效率工具:SQL批量生成工具思想
跟着CTF-wiki学pwn——ret2libc1
Tips for using pads router
Biased sample variance, unbiased sample variance
20.移植Freetype字体库
【LeetCode】5. Valid palindrome
多普勒效应(多普勒频移)
In C#, why can't I modify the member of a value type instance in a foreach loop?
[SQL] SQL expansion languages of mainstream databases (T-SQL, pl/sql, pl/pgsql)
Use mapper: --- tkmapper
行列式学习笔记(一)
数据库遇到的问题
Senparc.Weixin.Sample.MP源码剖析
Problem solving win10 quickly open ipynb file
【luogu P3295】萌萌哒(并查集)(倍增)
wx.getLocation(Object object)申请方法,最新版