当前位置:网站首页>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 1
To 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]stub
To 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

边栏推荐
- Stm32f407 ------- SPI communication
- AI super clear repair resurfaces the light in Huang Jiaju's eyes, Lecun boss's "deep learning" course survival report, beautiful paintings only need one line of code, AI's latest paper | showmeai info
- QT tutorial: creating the first QT program
- 【JokerのZYNQ7020】AXI_EMC。
- Js+svg love diffusion animation JS special effects
- Uniapp uploads and displays avatars locally, and converts avatars into Base64 format and stores them in MySQL database
- JWT signature does not match locally computed signature. JWT validity cannot be asserted and should
- Learn self 3D representation like ray tracing ego3rt
- After leaving a foreign company, I know what respect and compliance are
- equals()与hashCode()
猜你喜欢

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

建立自己的网站(17)

How to set encoding in idea

Learn self 3D representation like ray tracing ego3rt

Imeta | Chen Chengjie / Xia Rui of South China Agricultural University released a simple method of constructing Circos map by tbtools

基於GO語言實現的X.509證書

@TableId can‘t more than one in Class: “com.example.CloseContactSearcher.entity.Activity“.

.class文件的字节码结构
![[yolov5 6.0 | 6.1 deploy tensorrt to torch serve] environment construction | model transformation | engine model deployment (detailed packet file writing method)](/img/1a/2b497a1baa04d84d28da715d097dfe.png)
[yolov5 6.0 | 6.1 deploy tensorrt to torch serve] environment construction | model transformation | engine model deployment (detailed packet file writing method)

【YoloV5 6.0|6.1 部署 TensorRT到torchserve】环境搭建|模型转换|engine模型部署(详细的packet文件编写方法)
随机推荐
Command line kills window process
[software reverse - solve flag] memory acquisition, inverse transformation operation, linear transformation, constraint solving
Understand the misunderstanding of programmers: Chinese programmers in the eyes of Western programmers
Encryption algorithm - password security
Leecode brushes questions to record interview questions 17.16 massagist
Memory optimization of Amazon memorydb for redis and Amazon elasticache for redis
System activity monitor ISTAT menus 6.61 (1185) Chinese repair
How to get started and improve test development?
. Bytecode structure of class file
JS+SVG爱心扩散动画js特效
Advanced learning of MySQL -- basics -- basic operation of transactions
Linear algebra of deep learning
学习光线跟踪一样的自3D表征Ego3RT
AI super clear repair resurfaces the light in Huang Jiaju's eyes, Lecun boss's "deep learning" course survival report, beautiful paintings only need one line of code, AI's latest paper | showmeai info
dynamic programming
Compilation of kickstart file
深度学习之数据处理
Advanced learning of MySQL -- basics -- multi table query -- inner join
Common shortcuts to idea
Advanced learning of MySQL -- basics -- transactions