当前位置:网站首页>Configuring OSPF GR features for Huawei devices
Configuring OSPF GR features for Huawei devices
2022-07-06 05:55:00 【Tony7483】
1. 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
2. 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
3. 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
4. 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
5. 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
6. Verify configuration
<LSW1>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
边栏推荐
- 关于 PHP 启动 MongoDb 找不到指定模块问题
- Summary of data sets in intrusion detection field
- 请求转发与重定向
- 查询生产订单中某个(些)工作中心对应的标准文本码
- [experience] when ultralso makes a startup disk, there is an error: the disk / image capacity is too small
- Yygh-11-timing statistics
- Mysql database master-slave cluster construction
- 华为路由器忘记密码怎么恢复
- Auto.js学习笔记17:基础监听事件和UI简单的点击事件操作
- 【论文阅读】NFlowJS:基于鲁棒学习的合成负数据密集异常检测
猜你喜欢
随机推荐
Redis6 cluster setup
嵌入式面试题(四、常见算法)
【课程笔记】编译原理
Title 1093: character reverse order
continue和break的区别与用法
通讯录管理系统链表实现
[Jiudu OJ 07] folding basket
Garbage collector with serial, throughput priority and response time priority
[experience] when ultralso makes a startup disk, there is an error: the disk / image capacity is too small
What preparations should be made for website server migration?
查詢生產訂單中某個(些)工作中心對應的標准文本碼
Quantitative description of ANC noise reduction
B站刘二大人-多元逻辑回归 Lecture 7
Redis消息队列
Dynamic programming -- knapsack problem
Processes and threads
授予渔,从0开始搭建一个自己想要的网页
How to use PHP string query function
Arrays and collections
入侵检测领域数据集总结