当前位置:网站首页>Dr selection of OSPF configuration for Huawei devices
Dr selection of OSPF configuration for Huawei devices
2022-07-07 00:47:00 【Tony_ long7483】
Configure all interfaces VLAN
[LSW1]vlan 10
[LSW1-GigabitEthernet0/0/1]port link-type trunk
[LSW1-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[LSW2]vlan batch 10
[LSW2-GigabitEthernet0/0/1]port link-type trunk
[LSW2-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[LSW3]vlan 10
[LSW3-GigabitEthernet0/0/1]port link-type trunk
[LSW3-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[LSW4]vlan 10
[LSW4-GigabitEthernet0/0/1]port link-type trunk
[LSW4-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[LSW5]vlan 10
[LSW5-GigabitEthernet0/0/1]port link-type trunk
[LSW5-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[LSW5-GigabitEthernet0/0/2]port link-type trunk
[LSW5-GigabitEthernet0/0/2]port trunk allow-pass vlan 10
[LSW5-GigabitEthernet0/0/3]port link-type trunk
[LSW5-GigabitEthernet0/0/3]port trunk allow-pass vlan 10
[LSW5-GigabitEthernet0/0/4]port link-type trunk
[LSW5-GigabitEthernet0/0/4]port trunk allow-pass vlan 10Configure the IP Address
[LSW1-Vlanif10]ip add 10.1.1.1 24
[LSW2-Vlanif10]ip add 10.1.1.2 24
[LSW3-Vlanif10]ip add 10.1.1.3 24
[LSW4-Vlanif10]ip add 10.1.1.4 24
[LSW1]int LoopBack 0
[LSW1-LoopBack0]ip add 10.10.1.1 32
[LSW2]int LoopBack 0
[LSW2-LoopBack0]ip add 10.10.2.2 32
[LSW3]int LoopBack 0
[LSW3-LoopBack0]ip add 10.10.3.3 32
[LSW4]int LoopBack 0
[LSW4-LoopBack0]ip add 10.10.4.4 32To configure OSPF Basic function
[LSW1]ospf 1 router-id 10.10.1.1
[LSW1-ospf-1]area 0
[LSW1-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255
[LSW2]ospf 1 router-id 10.10.2.2
[LSW2-ospf-1]area 0
[LSW2-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255
[LSW3]ospf 1 router-id 10.10.3.3
[LSW3-ospf-1]area 0
[LSW3-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255
[LSW4]ospf 1 router-id 10.10.4.4
[LSW4-ospf-1]area 0
[LSW4-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255Configure on the switch interface DR priority
[LSW1-Vlanif10]ospf dr-priority 100 // Was elected DR
[LSW2-Vlanif10]ospf dr-priority 0 // Can't be DR or BDR
[LSW3-Vlanif10]ospf dr-priority 2 // Was elected BDRrestart OSPF process
reset ospf process
reset ospf process
reset ospf process
reset ospf processVerify configuration
边栏推荐
- Clipboard management tool paste Chinese version
- 以机房B级建设标准满足等保2.0三级要求 | 混合云基础设施
- 509 certificat basé sur Go
- The difference between redirectto and navigateto in uniapp
- 2022/2/10 summary
- Hero League | King | cross the line of fire BGM AI score competition sharing
- Learn to use code to generate beautiful interface documents!!!
- 【软件逆向-求解flag】内存获取、逆变换操作、线性变换、约束求解
- Deep understanding of distributed cache design
- How to set encoding in idea
猜你喜欢
学习使用代码生成美观的接口文档!!!
Amazon MemoryDB for Redis 和 Amazon ElastiCache for Redis 的内存优化
37 pages Digital Village revitalization intelligent agriculture Comprehensive Planning and Construction Scheme
Threejs image deformation enlarge full screen animation JS special effect
Learn to use code to generate beautiful interface documents!!!
Clipboard management tool paste Chinese version
alexnet实验偶遇:loss nan, train acc 0.100, test acc 0.100情况
【软件逆向-求解flag】内存获取、逆变换操作、线性变换、约束求解
The programmer resigned and was sentenced to 10 months for deleting the code. Jingdong came home and said that it took 30000 to restore the database. Netizen: This is really a revenge
What can the interactive slide screen demonstration bring to the enterprise exhibition hall
随机推荐
Attention SLAM:一种从人类注意中学习的视觉单目SLAM
【vulnhub】presidential1
Model-Free Prediction
Idea automatically imports and deletes package settings
Memory optimization of Amazon memorydb for redis and Amazon elasticache for redis
Compilation of kickstart file
Hero League | King | cross the line of fire BGM AI score competition sharing
How engineers treat open source -- the heartfelt words of an old engineer
Leecode brush questions record sword finger offer 11 Rotate the minimum number of the array
Amazon MemoryDB for Redis 和 Amazon ElastiCache for Redis 的内存优化
深度学习之环境配置 jupyter notebook
The difference between redirectto and navigateto in uniapp
Advanced learning of MySQL -- Fundamentals -- concurrency of transactions
Explain in detail the implementation of call, apply and bind in JS (source code implementation)
Basic information of mujoco
Zynq transplant ucosiii
深度学习之线性代数
【JokerのZYNQ7020】AXI_EMC。
代码克隆的优缺点
fastDFS数据迁移操作记录