当前位置:网站首页>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.255
Configure 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

边栏推荐
- Leecode brush question record sword finger offer 56 - ii Number of occurrences of numbers in the array II
- stm32F407-------DAC数模转换
- 【软件逆向-求解flag】内存获取、逆变换操作、线性变换、约束求解
- Advanced learning of MySQL -- Fundamentals -- four characteristics of transactions
- Data analysis course notes (V) common statistical methods, data and spelling, index and composite index
- Rails 4 asset pipeline vendor asset images are not precompiled
- Hero League | King | cross the line of fire BGM AI score competition sharing
- Business process testing based on functional testing
- Racher integrates LDAP to realize unified account login
- Leecode brush questions record interview questions 32 - I. print binary tree from top to bottom
猜你喜欢

Linear algebra of deep learning

How to judge whether an element in an array contains all attribute values of an object

stm32F407-------SPI通信

What can the interactive slide screen demonstration bring to the enterprise exhibition hall

集合(泛型 & List & Set & 自定义排序)

5种不同的代码相似性检测,以及代码相似性检测的发展趋势

C9高校,博士生一作发Nature!

alexnet实验偶遇:loss nan, train acc 0.100, test acc 0.100情况

2022/2/12 summary

如何判断一个数组中的元素包含一个对象的所有属性值
随机推荐
alexnet实验偶遇:loss nan, train acc 0.100, test acc 0.100情况
37 page overall planning and construction plan for digital Village revitalization of smart agriculture
Explain in detail the implementation of call, apply and bind in JS (source code implementation)
Advanced learning of MySQL -- basics -- transactions
Model-Free Prediction
深度学习之数据处理
fastDFS数据迁移操作记录
【vulnhub】presidential1
Advanced learning of MySQL -- basics -- multi table query -- subquery
Leecode brush question record sword finger offer 56 - ii Number of occurrences of numbers in the array II
【JokerのZYNQ7020】AXI_ EMC。
Advanced learning of MySQL -- basics -- multi table query -- self join
Liuyongxin report | microbiome data analysis and science communication (7:30 p.m.)
Advanced learning of MySQL -- Fundamentals -- four characteristics of transactions
[daily problem insight] prefix and -- count the number of fertile pyramids in the farm
Data sharing of the 835 postgraduate entrance examination of software engineering in Hainan University in 23
浅谈测试开发怎么入门,如何提升?
深度学习之环境配置 jupyter notebook
Memory optimization of Amazon memorydb for redis and Amazon elasticache for redis
@TableId can‘t more than one in Class: “com.example.CloseContactSearcher.entity.Activity“.