当前位置:网站首页>Label exchange experiment
Label exchange experiment
2022-07-05 04:24:00 【m0_ fifty-eight million nine hundred and sixty-three thousand o】

- Configure public network first IP




use ospf Connect the public network



4 Set it to silent interface
![]()
Test public network connectivity

7 The default point of 4
![]()
Test connectivity

- build mpls Environmental Science
R2

R3

R4


stay 2 Do on VRF Space

Binding interface
#
interface GigabitEthernet0/0/0
ip binding vpn-instance b1
ip address 192.168.2.2 255.255.255.0
#
#
interface GigabitEthernet0/0/2
ip binding vpn-instance a1
ip address 192.168.2.2 255.255.255.0
#

stay 4 Do on VRF Space

Binding interface
#
interface GigabitEthernet0/0/1
ip binding vpn-instance a2
ip address 192.168.3.1 255.255.255.0
#
interface GigabitEthernet0/0/2
ip binding vpn-instance b2
ip address 192.168.3.1 255.255.255.0
#

stay mpls Start the 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
[R4]bgp 1
[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 connect-interface LoopBack 0
[R4-bgp]ipv4-family vpnv4
[R4-bgp-af-vpnv4]peer 2.2.2.2 enable
to R1 with IP

to R6 with IP

to R5 with IP

to R7 with IP

to R2,6 Interleave rip
R6

R2

to R4,7 Interleave ospf
R7

R4

R4 Learned 7 Loopback

stay R2 Two way republishing on
#
rip 1 vpn-instance a1
version 2
network 192.168.2.0
import-route bgp
#
#
ipv4-family vpn-instance a1
import-route rip 1
#
stay R4 Two way republishing on
#
ospf 2 vpn-instance a2
import-route bgp
area 0.0.0.0
network 192.168.3.1 0.0.0.0
#
#
ipv4-family vpn-instance a2
import-route ospf 2
#
Write static route
R1
[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
[R2]ip route-static vpn-instance b1 192.168.1.0 24 192.168.2.1
#
ipv4-family vpn-instance b1
import-route direct
import-route static
#

R4
[R4]ip route-static vpn-instance b2 192.168.4.0 24 192.168.3.2

#
ipv4-family vpn-instance b2
import-route direct
import-route static
#
R5
[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



边栏推荐
- 【虚幻引擎UE】实现UE5像素流部署仅需六步操作少走弯路!(4.26和4.27原理类似)
- 【虚幻引擎UE】打包报错出现!FindPin错误的解决办法
- Threejs Internet of things, 3D visualization of farm (III) model display, track controller setting, model moving along the route, model adding frame, custom style display label, click the model to obt
- 函数(易错)
- 【虚幻引擎UE】实现背景模糊下近景旋转操作物体的方法及踩坑记录
- Observable time series data downsampling practice in Prometheus
- Ctfshow 2022 Spring Festival welcome (detailed commentary)
- 美国5G Open RAN再遭重大挫败,抗衡中国5G技术的图谋已告失败
- 函數(易錯)
- 概率论与数理统计考试重点复习路线
猜你喜欢

指针函数(基础)

Three level linkage demo of uniapp uview u-picker components

C26451: arithmetic overflow: use the operator * on a 4-byte value, and then convert the result to an 8-byte value. To avoid overflow, cast the value to wide type before calling the operator * (io.2)
![[uniapp] system hot update implementation ideas](/img/1e/77ee9d9f0e08fa2a7734a54e0c5020.png)
[uniapp] system hot update implementation ideas

Web开发人员应该养成的10个编程习惯

直播預告 | 容器服務 ACK 彈性預測最佳實踐

【虛幻引擎UE】實現UE5像素流部署僅需六步操作少走彎路!(4.26和4.27原理類似)

“金九银十”是找工作的最佳时期吗?那倒未必
![[phantom engine UE] the difference between running and starting, and the analysis of common problems](/img/e2/49d6c4777c12e9f4e3f8b6ca6db41c.png)
[phantom engine UE] the difference between running and starting, and the analysis of common problems
![[moteur illusoire UE] il ne faut que six étapes pour réaliser le déploiement du flux de pixels ue5 et éviter les détours! (4.26 et 4.27 principes similaires)](/img/eb/a93630aff7545c6c3b71dcc9f5aa61.png)
[moteur illusoire UE] il ne faut que six étapes pour réaliser le déploiement du flux de pixels ue5 et éviter les détours! (4.26 et 4.27 principes similaires)
随机推荐
Realize the attention function of the article in the applet
Mixed compilation of C and CC
首席信息官如何利用业务分析构建业务价值?
A应用唤醒B应该快速方法
The development of mobile IM based on TCP still needs to keep the heartbeat alive
指针函数(基础)
Study notes 7
File upload bypass summary (upload labs 21 customs clearance tutorial attached)
CSDN正文自动生成目录
直播預告 | 容器服務 ACK 彈性預測最佳實踐
Threejs loads the city obj model, loads the character gltf model, and tweetjs realizes the movement of characters according to the planned route
Fonction (sujette aux erreurs)
Mxnet imports various libcudarts * so、 libcuda*. So not found
【虛幻引擎UE】實現UE5像素流部署僅需六步操作少走彎路!(4.26和4.27原理類似)
Threejs Internet of things, 3D visualization of farms (I)
MacBook安装postgreSQL+postgis
机器学习 --- 决策树
基于TCP的移动端IM即时通讯开发仍然需要心跳保活
Threejs factory model 3DMAX model obj+mtl format, source file download
[finebi] the process of making custom maps using finebi