当前位置:网站首页>Configuring the stub area of OSPF for Huawei devices
Configuring the stub area of OSPF for Huawei devices
2022-07-07 00:47:00 【Tony_ long7483】
Configure all interfaces VLAN
[LSW1]vlan 10
[LSW1-GigabitEthernet0/0/2]port link-type trunk
[LSW1-GigabitEthernet0/0/2]port trunk allow-pass vlan 10
[LSW2]vlan batch 10 20
[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 20
[LSW3]vlan 20
[LSW3-GigabitEthernet0/0/2]port link-type trunk
[LSW3-GigabitEthernet0/0/2]port trunk allow-pass vlan 20Configure the IP Address
[LSW1-Vlanif10]ip add 10.1.0.1 24
[LSW2-Vlanif10]ip add 10.1.0.2 24
[LSW2-Vlanif20]ip add 10.1.1.2 24
[LSW3-Vlanif20]ip add 10.1.1.3 24
[LSW1]int LoopBack 0
[LSW1-LoopBack0]ip add 10.1.1.1 32
[LSW2]int LoopBack 0
[LSW2-LoopBack0]ip add 10.2.2.2 32
[LSW3]int LoopBack 0
[LSW3-LoopBack0]ip add 10.3.3.3 32To 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.0.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.0.0 0.0.0.255
[LSW2-ospf-1]area 1
[LSW2-ospf-1-area-0.0.0.1]network 10.1.1.0 0.0.0.255
[LSW3]ospf 1 router-id 10.3.3.3
[LSW3-ospf-1]area 1
[LSW3-ospf-1-area-0.0.0.1]network 10.1.1.0 0.0.0.255To configure LSW1 Introducing static routing
[LSW1]ip route-static 10.0.0.0 8 NULL 0
[LSW1]ospf 1
[LSW1-ospf-1]import-route static type 1To configure Area1 by Stub Area
[LSW2]ospf 1
[LSW2-ospf-1]area 1
[LSW2-ospf-1-area-0.0.0.1]stub
[LSW3]ospf 1
[LSW3-ospf-1]area 1
[LSW3-ospf-1-area-0.0.0.1]stubTo configure Area1 by Totally Stub Area
[LSW2]ospf 1
[LSW2-ospf-1]area 1
[LSW2-ospf-1-area-0.0.0.1]stub no-summaryVerify configuration
边栏推荐
- 准备好在CI/CD中自动化持续部署了吗?
- Advanced learning of MySQL -- basics -- multi table query -- joint query
- 48 page digital government smart government all in one solution
- Advanced learning of MySQL -- basics -- multi table query -- subquery
- Clipboard management tool paste Chinese version
- Use mujoco to simulate Cassie robot
- Attention slam: a visual monocular slam that learns from human attention
- Threejs image deformation enlarge full screen animation JS special effect
- Leecode brush questions record interview questions 32 - I. print binary tree from top to bottom
- [software reverse automation] complete collection of reverse tools
猜你喜欢
uniapp实现从本地上传头像并显示,同时将头像转化为base64格式存储在mysql数据库中
Lombok 同时使⽤ @Data 和 @Builder 的坑,你中招没?
Deep learning environment configuration jupyter notebook
Uniapp uploads and displays avatars locally, and converts avatars into Base64 format and stores them in MySQL database
Understand the misunderstanding of programmers: Chinese programmers in the eyes of Western programmers
Zynq transplant ucosiii
Service asynchronous communication
uniapp中redirectTo和navigateTo的区别
深度学习之线性代数
Data sharing of the 835 postgraduate entrance examination of software engineering in Hainan University in 23
随机推荐
2022/2/12 summary
Matlab learning notes
Attention SLAM:一種從人類注意中學習的視覺單目SLAM
How engineers treat open source -- the heartfelt words of an old engineer
Core knowledge of distributed cache
Business process testing based on functional testing
浅谈测试开发怎么入门,如何提升?
Memory optimization of Amazon memorydb for redis and Amazon elasticache for redis
Interface master v3.9, API low code development tool, build your interface service platform immediately
Everyone is always talking about EQ, so what is EQ?
Advanced learning of MySQL -- basics -- basic operation of transactions
@TableId can‘t more than one in Class: “com.example.CloseContactSearcher.entity.Activity“.
Advanced learning of MySQL -- basics -- multi table query -- subquery
Learn self 3D representation like ray tracing ego3rt
Advanced learning of MySQL -- basics -- multi table query -- self join
fastDFS数据迁移操作记录
Web project com mysql. cj. jdbc. Driver and com mysql. jdbc. Driver differences
uniapp实现从本地上传头像并显示,同时将头像转化为base64格式存储在mysql数据库中
48页数字政府智慧政务一网通办解决方案
Leetcode (547) - number of provinces