当前位置:网站首页>MPLS experiment operation
MPLS experiment operation
2022-07-02 01:27:00 【weixin_ fifty-one million one hundred and seventy-eight thousan】
Experimental configuration
1.IP Interface address and router loopback address configuration
[r4]int LoopBack 0
[r4-LoopBack0]ip add 4.4.4.4 24
[r4-LoopBack0]int g0/0/0
[r4-GigabitEthernet0/0/0]ip add 34.1.1.2 24
[r4-GigabitEthernet0/0/0]int g0/0/2
[r4-GigabitEthernet4/0/0]ip add 47.1.1.1 24
[r5]int lo0
[r5-LoopBack0]ip add 192.168.4.1 24
[r5-LoopBack0]int g0/0/0
[r5-GigabitEthernet0/0/0]ip add 192.168.3.2 24
[r6]int lo0
[r6-LoopBack0]ip add 192.168.1.1 24
[r6-LoopBack0]int g0/0/2
[r6-GigabitEthernet0/0/2]ip add 192.168.2.1 24
[r7]int lo0
[r7-LoopBack0]ip add 192.168.3.2 24
[r7-LoopBack0]int g0/0/0
[r7-GigabitEthernet0/0/0]ip add 47.1.1.2 24
2. stay R2、R3、R4 Start inside OSPF, Build a public network , structure MPLS
To configure OSPF
[r2]ospf 1 router-id 2.2.2.2
[r2-ospf-1]area 0
[r2-ospf-1-area-0.0.0.0]network 23.1.1.1 0.0.0.0
[r2-ospf-1-area-0.0.0.0]network 2.2.2.2 0.0.0.0
[r3]ospf 1 router-id 3.3.3.3
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]network 23.1.1.2 0.0.0.0
[r3-ospf-1-area-0.0.0.0]network 34.1.1.1 0.0.0.0
[r3-ospf-1-area-0.0.0.0]network 3.3.3.3 0.0.0.0
[r4]ospf 1 router-id 4.4.4.4
[r4-ospf-1]area 0
[r4-ospf-1-area-0.0.0.0]network 34.1.1.2 0.0.0.0
[r4-ospf-1-area-0.0.0.0]network 47.1.1.1 0.0.0.0
[r4-ospf-1-area-0.0.0.0]network 4.4.4.4 0.0.0.0
[r4]ospf 1
[r4-ospf-1]silent-interface g4/0/0
[r7]ip route-static 0.0.0.0 0 47.1.1.1
stay R7 Configure static routing on
To configure MPLS
[r2]mpls lsr-id 2.2.2.2
[r2]mpls
Info: Mpls starting, please wait... OK!
[r2-mpls]mpls ldp
[r2-mpls-ldp]int g0/0/1
[r2-GigabitEthernet0/0/1]mpls
[r2-GigabitEthernet0/0/1]mpls ldp
[r3]mpls lsr-id 3.3.3.3
[r3]mpls
Info: Mpls starting, please wait... OK!
[r3-mpls]mpls ldp
[r3-mpls-ldp]int g0/0/0
[r3-GigabitEthernet0/0/0]mpls
[r3-GigabitEthernet0/0/0]mpls ldp
[r3-GigabitEthernet0/0/0]int g0/0/1
[r3-GigabitEthernet0/0/1]mpls
[r3-GigabitEthernet0/0/1]mpls ldp
[r4]mpls lsr-id 4.4.4.4
[r4]mpls
Info: Mpls starting, please wait... OK!
[r4-mpls]mpls ldp
[r4-mpls-ldp]int g0/0/0
[r4-GigabitEthernet0/0/0]mpls
[r4-GigabitEthernet0/0/0]mpls ldp
To configure BGP
[r2]bgp 1
[r2-bgp]router-id 2.2.2.2
[r2-bgp]peer 4.4.4.4 as-number 1
[r2-bgp]peer 4.4.4.4 connect-interface loopback 0
[r2-bgp]ipv4-family vpnv4
[r2-bgp-af-vpnv4]peer 4.4.4.4 enable
[r2-bgp-af-vpnv4]peer 4.4.4.4 adver
[r2-bgp-af-vpnv4]peer 4.4.4.4 advertise-community
[r4-bgp]router-id 4.4.4.4
[r4-bgp]peer 2.2.2.2 as-number 1
[r4-bgp]peer 2.2.2.2 con
[r4-bgp]peer 2.2.2.2 connect-interface loopback 0
[r4-bgp]ipv4-family vpnv4
[r4-bgp-af-vpnv4]peer 2.2.2.2 enable
Start to access the user ( static state )
[r2]ip vpn-instance b1
[r2-vpn-instance-b]ipv4-family
[r2-vpn-instance-b-af-ipv4]route-distinguisher 1:1
[r2-vpn-instance-b-af-ipv4]vpn-target 1:1
[r2-vpn-instance-b-af-ipv4]q
[r2-vpn-instance-b]int g0/0/0
[r2-GigabitEthernet0/0/0]ip binding vpn-instance b1
[r2-GigabitEthernet0/0/0]ip add 192.168.2.2 24
[Huawei]sysname r1
[r1]int lo 0
[r1-LoopBack0]ip add 192.168.1.1 24
[r1-LoopBack0]int g0/0/1
[r1-GigabitEthernet0/0/1]ip add 192.168.2.1 24
[r4]ip vpn-instance b2
[r4-vpn-instance-b]ipv4-family
[r4-vpn-instance-b-af-ipv4]route-distinguisher 1:1
[r4-vpn-instance-b-af-ipv4]vpn-target 1:1
[r4-vpn-instance-b-af-ipv4]q
[r4-vpn-instance-b]int g0/0/1
[r4-GigabitEthernet0/0/1]ip binding vpn-instance b2
[r4-GigabitEthernet0/0/1]ip add 192.168.3.1 24
[r5]int lo 0
[r5-LoopBack0]ip add 192.168.4.1 24
[r5-LoopBack0]int g0/0/0
[r5-GigabitEthernet0/0/0]ip add 192.168.3.2 24
[r1]ip route-static 192.168.3.0 24 192.168.2.2
[r1]ip route-static 192.168.4.0 24 192.168.2.2
[r2]ip route-static vpn-instance b1 192.168.1.0 24 192.168.2.1
[r2]bgp 1
[r2-bgp]ipv4-family vpn-instance b1
[r2-bgp-b]import-route direct
[r2-bgp-b]import-route static
[r4]ip route-static vpn-instance b2 192.168.4.0 24 192.168.3.2
[r4]bgp 1
[r4-bgp]ipv4-family vpn-instance b2
[r4-bgp-b]import-route static
[r4-bgp-b]import-route direct
[r5]ip route-static 192.168.1.0 24 192.168.3.1
[r5]ip route-static 192.168.2.0 24 192.168.3.1
( dynamic )
[r2]ip vpn-instance a1
[r2-vpn-instance-a]ipv4-family
[r2-vpn-instance-a-af-ipv4]route-distinguisher 2:2
[r2-vpn-instance-a-af-ipv4]vpn-target 2:2
[r2-vpn-instance-a-af-ipv4]q
[r2-vpn-instance-a]int g0/0/2
[r2-GigabitEthernet0/0/2]ip binding vpn-instance a1
[r2-GigabitEthernet0/0/2]ip add 192.168.2.2 24
[r4]ip vpn-instance a2
[r4-vpn-instance-a]ipv4-family
[r4-vpn-instance-a-af-ipv4]route-distinguisher 2:2
[r4-vpn-instance-a-af-ipv4]vpn-target 2:2
[r4-vpn-instance-a-af-ipv4]q
[r4-vpn-instance-a]int g0/0/2
[r4-GigabitEthernet0/0/2]ip binding vpn-instance a2
[r4-GigabitEthernet0/0/2]ip add 192.168.3.1 24
[r6]int lo 0
[r6-LoopBack0]ip add 192.168.1.1 24
[r6-LoopBack0]int g0/0/2
[r6-GigabitEthernet0/0/2]ip add 192.168.2.1 24
[r7]int lo 0
[r7-LoopBack0]ip add 192.168.4.2 24
[r7-LoopBack0]int g0/0/2
[r7-GigabitEthernet0/0/2]ip add 192.168.3.2 24
[r6]rip 1
[r6-rip-1]version 2
[r6-rip-1]un summary
[r6-rip-1]network 192.168.1.0
[r6-rip-1]network 192.168.2.0
[r2]rip 1 vpn-instance a1
[r2-rip-1]version 2
[r2-rip-1]un summary
[r2-rip-1]network 192.168.2.0
[r4]ospf 2 vpn-instance a2
[r4-ospf-2]area 0
[r4-ospf-2-area-0.0.0.0]network 192.168.3.1 0.0.0.0
[r7]ospf 1 router-id 7.7.7.7
[r7-ospf-1]area 0
[r7-ospf-1-area-0.0.0.0]network 192.168.3.2 0.0.0.0
[r7-ospf-1-area-0.0.0.0]network 192.168.4.2 0.0.0.0
[r2]rip 1 vpn-instance a1
[r2-rip-1]import-route bgp
[r2-rip-1]q
[r2]bgp 1
[r2-bgp]ipv4-family vpn-instance a1
[r2-bgp-a]import-route rip 1
[r4]ospf 2 vpn-instance a2
[r4-ospf-2]import-route bgp
[r4-ospf-2]q
[r4]bgp 1
[r4-bgp]ipv4-family vpn-instance a2
[r4-bgp-a]import-route ospf 2
test
ping 192.168.4.2 no , Space isolation makes it impossible
边栏推荐
- Liteos learning - first knowledge of development environment
- Global and Chinese market of ancillary software 2022-2028: Research Report on technology, participants, trends, market size and share
- About asp Net core uses a small detail of datetime date type parameter
- Edge extraction edges based on Halcon learning_ image. Hdev routine
- The technology boss is ready, and the topic of position C is up to you
- 站在新的角度来看待产业互联网,并且去寻求产业互联网的正确方式和方法
- ACM教程 - 快速排序(常规 + 尾递归 + 随机基准数)
- 学习笔记2--高精度地图定义及价值
- XMIND mind map
- 970 golang realizes the communication between multithreaded server and client
猜你喜欢
ES6 new method of string
学习笔记2--高精度地图定义及价值
6-2漏洞利用-ftp不可避免的问题
It's already 30. Can you learn programming from scratch?
Memorabilia of domestic database in June 2022
6-3 vulnerability exploitation SSH environment construction
[image enhancement] vascular image enhancement based on frangi filter with matlab code
Using tabbar in wechat applet
卷積神經網絡(包含代碼與相應圖解)
学习笔记25--多传感器前融合技术
随机推荐
[rust web rokcet Series 1] Hello, world and get, post, put, delete
Design and control of multi rotor aircraft (VII) -- sensor calibration and measurement model
Modeling essays series 124 a simple coding method
Error creating bean with name ‘stringRedisTemplate‘ defined in class path re
[IVX junior engineer training course 10 papers to get certificates] 01 learn about IVX and complete the New Year greeting card
"C zero foundation introduction hundred knowledge hundred examples" (73) anonymous function -- lambda expression
Global and Chinese markets for maritime services 2022-2028: Research Report on technology, participants, trends, market size and share
Game thinking 15: thinking about the whole region and sub region Services
Edge computing accelerates live video scenes: clearer, smoother, and more real-time
XMind思维导图
10 minutes to get started quickly composition API (setup syntax sugar writing method)
技术大佬准备就绪,话题C位由你决定
6-3 vulnerability exploitation SSH environment construction
Based on Simulink and FlightGear, the dynamic control of multi rotor UAV in equilibrium is modeled and simulated
How does schedulerx help users solve the problem of distributed task scheduling?
The first "mobile cloud Cup" empty publicity meeting, looking forward to working with developers to create a new world of computing!
Minimize the error
Brief description of grafana of # yyds dry goods inventory # Prometheus
Cat Party (Easy Edition)
Global and Chinese market of avionics systems 2022-2028: Research Report on technology, participants, trends, market size and share