当前位置:网站首页>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
边栏推荐
- What are Yunna's fixed asset management systems?
- PV静态创建和动态创建
- 激光slam学习记录
- Wechat applet -- wxml template syntax (with notes)
- 18. (ArcGIS API for JS) ArcGIS API for JS point collection (sketchviewmodel)
- [Luogu cf487e] tours (square tree) (tree chain dissection) (line segment tree)
- QT a simple word document editor
- 【luogu P3295】萌萌哒(并查集)(倍增)
- Bao Yan notebook IV software engineering and calculation volume II (Chapter 8-12)
- XML配置文件(DTD详细讲解)
猜你喜欢

Single merchant v4.4 has the same original intention and strength!

Fiddler Everywhere 3.2.1 Crack

How to rotate the synchronized / refreshed icon (EL icon refresh)

【LeetCode】5. Valid palindrome

跟着CTF-wiki学pwn——ret2libc1

21.PWM应用编程

权限问题:source .bash_profile permission denied

PV静态创建和动态创建

Problem solving win10 quickly open ipynb file

Laser slam learning record
随机推荐
Breadth first search open turntable lock
JS 这次真的可以禁止常量修改了!
Problem solving win10 quickly open ipynb file
ts类型声明declare
Use CAS instead of synchronized
CAS and synchronized knowledge
20220703 周赛:知道秘密的人数-动规(题解)
【LeetCode】5. Valid palindrome
2022.7.5-----leetcode.729
Chapter 16 oauth2authorizationrequestredirectwebfilter source code analysis
Tips for using pads router
C# 反射与Type
Single merchant v4.4 has the same original intention and strength!
【在线聊天】原来微信小程序也能回复Facebook主页消息!
[SQL] SQL expansion languages of mainstream databases (T-SQL, pl/sql, pl/pgsql)
什么叫做信息安全?包含哪些内容?与网络安全有什么区别?
Senparc.Weixin.Sample.MP源码剖析
选择致敬持续奋斗背后的精神——对话威尔价值观【第四期】
激光slam学习记录
Qt 一个简单的word文档编辑器