当前位置:网站首页>Huawei equipment configuration ospf-bgp linkage
Huawei equipment configuration ospf-bgp linkage
2022-07-05 23:56:00 【Tony_ long7483】
- Configure the interfaces VLAN
[LSW1]vlan batch 12 13
[LSW1-GigabitEthernet0/0/2]port link-type trunk
[LSW1-GigabitEthernet0/0/2]port trunk allow-pass vlan 12
[LSW1-GigabitEthernet0/0/3]port link-type trunk
[LSW1-GigabitEthernet0/0/3]port trunk allow-pass vlan 13
[LSW2]vlan batch 12 24
[LSW2-GigabitEthernet0/0/1]port link-type trunk
[LSW2-GigabitEthernet0/0/1]port trunk allow-pass vlan 12
[LSW2-GigabitEthernet0/0/4]port link-type trunk
[LSW2-GigabitEthernet0/0/4]port trunk allow-pass vlan 24
[LSW3]vlan batch 13 34
[LSW3-GigabitEthernet0/0/1]port link-type trunk
[LSW3-GigabitEthernet0/0/1]port trunk allow-pass vlan 13
[LSW3-GigabitEthernet0/0/4]port link-type trunk
[LSW3-GigabitEthernet0/0/4]port trunk allow-pass vlan 34
[LSW4]vlan batch 24 34 45
[LSW4-GigabitEthernet0/0/2]port link-type trunk
[LSW4-GigabitEthernet0/0/2]port trunk allow-pass vlan 24
[LSW4-GigabitEthernet0/0/3]port link-type trunk
[LSW4-GigabitEthernet0/0/3]port trunk allow-pass vlan 34
[LSW4-GigabitEthernet0/0/1]port link-type trunk
[LSW4-GigabitEthernet0/0/1]port trunk allow-pass vlan 45
[LSW5]vlan batch 10 45
[LSW5-GigabitEthernet0/0/1]port link-type trunk
[LSW5-GigabitEthernet0/0/1]port trunk allow-pass vlan 45
[LSW5-GigabitEthernet0/0/2]port link-type trunk
[LSW5-GigabitEthernet0/0/2]port trunk allow-pass vlan 10 - Configure the IP Address
[LSW1-Vlanif12]ip add 10.1.12.1 24
[LSW1-Vlanif13]ip add 10.1.13.1 24
[LSW1]int LoopBack 0
[LSW1-LoopBack0]ip add 10.1.1.1 32
[LSW2-Vlanif12]ip add 10.1.12.2 24
[LSW2-Vlanif24]ip add 10.1.24.2 24
[LSW2]int LoopBack 0
[LSW2-LoopBack0]ip add 10.2.2.2 32
[LSW3-Vlanif13]ip add 10.1.13.3 24
[LSW3-Vlanif34]ip add 10.1.34.3 24
[LSW3]int LoopBack 0
[LSW3-LoopBack0]ip add 10.3.3.3 32
[LSW4-Vlanif24]ip add 10.1.24.4 24
[LSW4-Vlanif34]ip add 10.1.34.4 24
[LSW4-Vlanif45]ip add 10.1.45.4 24
[LSW4]int LoopBack 0
[LSW4-LoopBack0]ip add 10.4.4.4 32
[LSW5-Vlanif45]ip add 10.1.45.5 24
[LSW5-Vlanif10]ip add 10.2.10.5 24
[LSW5]int LoopBack 0
[LSW5-LoopBack0]ip add 10.5.5.5 32 - To configure OSPF Basic functions of
[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.12.0 0.0.0.255
[LSW1-ospf-1-area-0.0.0.0]network 10.1.13.0 0.0.0.255
[LSW1-ospf-1-area-0.0.0.0]network 10.1.1.1 0.0.0.0
[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.12.0 0.0.0.255
[LSW2-ospf-1-area-0.0.0.0]network 10.1.24.0 0.0.0.255
[LSW2-ospf-1-area-0.0.0.0]network 10.2.2.2 0.0.0.0
[LSW3]ospf 1 router-id 10.3.3.3
[LSW3-ospf-1]area 0
[LSW3-ospf-1-area-0.0.0.0]network 10.1.13.0 0.0.0.255
[LSW3-ospf-1-area-0.0.0.0]network 10.1.34.0 0.0.0.255
[LSW3-ospf-1-area-0.0.0.0]network 10.3.3.3 0.0.0.0
[LSW4]ospf 1 router-id 10.4.4.4
[LSW4-ospf-1]area 0
[LSW4-ospf-1-area-0.0.0.0]network 10.1.34.0 0.0.0.255
[LSW4-ospf-1-area-0.0.0.0]network 10.1.24.0 0.0.0.255
[LSW4-ospf-1-area-0.0.0.0]network 10.4.4.4 0.0.0.0 - To configure IBGP Full connection
[LSW1]bgp 10
[LSW1-bgp]peer 10.2.2.2 as-number 10
[LSW1-bgp]peer 10.2.2.2 connect-interface LoopBack 0
[LSW1-bgp]peer 10.3.3.3 as-number 10
[LSW1-bgp]peer 10.3.3.3 connect-interface LoopBack 0
[LSW1-bgp]peer 10.4.4.4 as-number 10
[LSW1-bgp]peer 10.4.4.4 connect-interface LoopBack 0
[LSW2]bgp 10
[LSW2-bgp]peer 10.1.1.1 as-number 10
[LSW2-bgp]peer 10.1.1.1 connect-interface LoopBack 0
[LSW2-bgp]peer 10.3.3.3 as-number 10
[LSW2-bgp]peer 10.3.3.3 connect-interface LoopBack 0
[LSW2-bgp]peer 10.4.4.4 as-number 10
[LSW2-bgp]peer 10.4.4.4 connect-interface LoopBack 0
[LSW3]bgp 10
[LSW3-bgp]peer 10.1.1.1 as-number 10
[LSW3-bgp]peer 10.1.1.1 connect-interface LoopBack 0
[LSW3-bgp]peer 10.2.2.2 as-number 10
[LSW3-bgp]peer 10.2.2.2 connect-interface LoopBack 0 [LSW3-bgp]peer 10.4.4.4 as-number 10
[LSW3-bgp]peer 10.4.4.4 connect-interface LoopBack 0
[LSW4]bgp 10
[LSW4-bgp]peer 10.1.1.1 as-number 10
[LSW4-bgp]peer 10.1.1.1 connect-interface LoopBack 0
[LSW4-bgp]peer 10.2.2.2 as-number 10
[LSW4-bgp]peer 10.2.2.2 connect-interface LoopBack 0
[LSW4-bgp]peer 10.3.3.3 as-number 10
[LSW4-bgp]peer 10.3.3.3 connect-interface LoopBack 0 - To configure EBGP Connect
[LSW4]bgp 10
[LSW4-bgp]peer 10.1.45.5 as-number 20
[LSW4-bgp]import-route direct
[LSW4-bgp]import-route ospf 1
[LSW5]bgp 20
[LSW5-bgp]router-id 10.5.5.5
[LSW5-bgp]peer 10.1.45.4 as-number 10
[LSW5-bgp]ipv4-family unicast
[LSW5-bgp-af-ipv4]network 10.2.10.0 24 - To configure LSW2 On OSPF The cost value of the protocol
[LSW2]int Vlanif 12
[LSW2-Vlanif12]ospf cost 2
[LSW2]int Vlanif 24
[LSW2-Vlanif24]ospf cost 2
As you can see from the routing table ,LSW3 adopt BGP The protocol can learn the target network segment 10.2.10.0 The routing , The exit interface is Vlanif34; adopt OSPF The protocol can learn the target network segment 10.1.12.0 and 10.1.24.0 The routing , Routing overhead is 2
7. stay LSW3 On the configuration OSPF-BGP Linkage function
[LSW3]ospf 1
[LSW3-ospf-1]stub-router on-startup
8. Check the configuration : preservation 、 restart LSW3
It can be seen that , adopt BGP The protocol can learn the target network segment 10.2.10.0 The routing , The output interface becomes Vlanif12
边栏推荐
- mysql-全局锁和表锁
- Do you regret becoming a programmer?
- 【SQL】各主流数据库sql拓展语言(T-SQL 、 PL/SQL、PL/PGSQL)
- 4 points tell you the advantages of the combination of real-time chat and chat robots
- 跟着CTF-wiki学pwn——ret2libc1
- Research notes I software engineering and calculation volume II (Chapter 1-7)
- Miaochai Weekly - 8
- 【EF Core】EF Core与C# 数据类型映射关系
- Russian Foreign Ministry: Japan and South Korea's participation in the NATO summit affects security and stability in Asia
- 云呐|固定资产管理系统主要操作流程有哪些
猜你喜欢
What are Yunna's fixed asset management systems?
Initialize your vector & initializer with a list_ List introduction
Zhongjun group launched electronic contracts to accelerate the digital development of real estate enterprises
C reflection and type
Transport layer protocol ----- UDP protocol
PADS ROUTER 使用技巧小记
Breadth first search open turntable lock
时区的区别及go语言的time库
PV static creation and dynamic creation
Fiddler Everywhere 3.2.1 Crack
随机推荐
【LeetCode】5. Valid palindrome
Rsync remote synchronization
Doppler effect (Doppler shift)
Zhuan: in the future, such an organization can withstand the risks
传输层协议------UDP协议
Convert Chinese into pinyin
14 MySQL view
QT--线程
7.5 装饰器
20. Migrate freetype font library
Research notes I software engineering and calculation volume II (Chapter 1-7)
亲测可用fiddler手机抓包配置代理后没有网络
wx.getLocation(Object object)申请方法,最新版
Qt QPushButton详解
ts类型声明declare
shardingsphere源码解析
Initialize your vector & initializer with a list_ List introduction
21. PWM application programming
Mathematical model Lotka Volterra
激光slam学习记录