当前位置:网站首页>Using ENSP to do MPLS pseudo wire test
Using ENSP to do MPLS pseudo wire test
2022-07-07 11:11:00 【Chenjijjn】
Recently, a project of a company conducted pseudo line function test in operators , As a rookie, they are all watching other people's configurations , The company also has no spare equipment for experiments , I found some information on the Internet to realize this function .
The scene is 2 individual A Equipment docking 2 platform B Equipment environment , The experiment I did was to take it directly 4 platform Router To do it , The on-site environment is connected through sub interfaces doltq, I don't need to connect directly through the port .
The routing method is OSPF Point to point , Then add BFD testing , Point to point switching without setting is slow ,
R3 To configure
sysname r3
bfd
mpls lsr-id 3.3.3.3
mpls
mpls l2vpn
mpls ldp
mpls ldp remote-peer 4.4.4.4
mpls ldp remote-peer 5.5.5.5
interface Ethernet0/0/0
mpls l2vc 4.4.4.4 100 control-word
mpls l2vpn pw bfd
mpls l2vc 5.5.5.5 200 control-word secondary
mpls l2vpn pw bfd secondary
mpls l2vpn stream-dual-receiving
interface GigabitEthernet0/0/0
ip address 192.168.1.1 255.255.255.252
ospf cost 100
ospf network-type p2p
ospf bfd enable
mpls
mpls ldp
interface GigabitEthernet0/0/1
ip address 192.168.2.1 255.255.255.252
ospf cost 100
ospf network-type p2p
ospf bfd enable
mpls
mpls ldp
interface LoopBack0
ip address 3.3.3.3 255.255.255.255
ospf 1 router-id 3.3.3.3
area 0.0.0.0
network 3.3.3.3 0.0.0.0
network 192.168.1.0 0.0.0.3
network 192.168.2.0 0.0.0.3
R4 To configure
sysname r4
bfd
mpls lsr-id 4.4.4.4
mpls
mpls l2vpn
mpls switch-l2vc 6.6.6.6 100 between 3.3.3.3 100 encapsulation ethernet control-
word-transparent
mpls switch-l2vc 6.6.6.6 200 between 3.3.3.3 200 encapsulation ethernet cont
rol-word-transparent
mpls ldp
mpls ldp remote-peer 3.3.3.3
mpls ldp remote-peer 6.6.6.6
interface GigabitEthernet0/0/0
ip address 192.168.1.2 255.255.255.252
ospf cost 100
ospf network-type p2p
ospf bfd enable
mpls
mpls ldp
interface GigabitEthernet0/0/1
ip address 192.168.3.1 255.255.255.252
ospf cost 100
ospf network-type p2p
ospf bfd enable
mpls
mpls ldp
interface LoopBack0
ip address 4.4.4.4 255.255.255.255
ospf 1 router-id 4.4.4.4
area 0.0.0.0
network 4.4.4.4 0.0.0.0
network 192.168.1.0 0.0.0.3
network 192.168.3.0 0.0.0.3
R5 To configure
sysname r5
bfd
mpls lsr-id 5.5.5.5
mpls
mpls l2vpn
mpls switch-l2vc 6.6.6.6 100 between 3.3.3.3 100 encapsulation ethernet control-
word-transparent
mpls switch-l2vc 6.6.6.6 200 between 3.3.3.3 200 encapsulation ethernet control-
word-transparent
mpls ldp
mpls ldp remote-peer 3.3.3.3
mpls ldp remote-peer 6.6.6.6
interface GigabitEthernet0/0/0
ip address 192.168.2.2 255.255.255.252
ospf cost 100
ospf network-type p2p
ospf bfd enable
mpls
mpls ldp
interface GigabitEthernet0/0/1
ip address 192.168.4.1 255.255.255.252
ospf cost 100
ospf network-type p2p
ospf bfd enable
mpls
mpls ldp
interface LoopBack0
ip address 5.5.5.5 255.255.255.255
ospf 1 router-id 5.5.5.5
area 0.0.0.0
network 5.5.5.5 0.0.0.0
network 192.168.2.0 0.0.0.3
network 192.168.4.0 0.0.0.3
R6 To configure
sysname r6
bfd
mpls lsr-id 6.6.6.6
mpls
mpls l2vpn
mpls ldp
mpls ldp remote-peer 4.4.4.4
mpls ldp remote-peer 5.5.5.5
interface Ethernet0/0/0
mpls l2vc 4.4.4.4 100 control-word
mpls l2vpn pw bfd
mpls l2vc 5.5.5.5 200 control-word secondary
mpls l2vpn pw bfd secondary
mpls l2vpn stream-dual-receiving
interface GigabitEthernet0/0/0
ip address 192.168.3.2 255.255.255.252
ospf network-type p2p
ospf bfd enable
mpls
mpls ldp
interface GigabitEthernet0/0/1
ip address 192.168.4.2 255.255.255.252
ospf cost 100
ospf network-type p2p
ospf bfd enable
mpls
mpls ldp
interface LoopBack0
ip address 6.6.6.6 255.255.255.255
ospf 1 router-id 6.6.6.6
area 0.0.0.0
network 6.6.6.6 0.0.0.0
network 192.168.3.0 0.0.0.3
network 192.168.4.0 0.0.0.3
Realize two computers PING through 
OSPF state 
BFD state 
VC state 

I don't know if it's done accurately , Only know through , adopt shutdown Ports can also realize fast link switching .
边栏推荐
猜你喜欢
![[pro test feasible] error while loading shared libraries solution](/img/e2/688ffa07861f38941cbf2cafdd9939.png)
[pro test feasible] error while loading shared libraries solution
![[installation system] U disk installation system tutorial, using UltraISO to make U disk startup disk](/img/41/3a9450a84291ba04caee65241bce5d.png)
[installation system] U disk installation system tutorial, using UltraISO to make U disk startup disk

What if copying is prohibited?

【pyqt】tableWidget里的cellWidget使用信号与槽机制

【C#】WinForm运行缩放(变糊)的解决方法

Online hard core tools

2021-04-08

2021 summary and 2022 outlook

Idea shortcut keys

seata 1.3.0 四種模式解决分布式事務(AT、TCC、SAGA、XA)
随机推荐
vim 的各种用法,很实用哦,都是本人是在工作中学习和总结的
2022.7.5DAY597
The use of list and Its Simulation Implementation
一些线上学术报告网站与机器学习视频
关于jmeter中编写shell脚本json的应用
[untitled]
VR development optimization
Using tansformer to segment three-dimensional abdominal multiple organs -- actual battle of unetr
Unable to open kernel device '\.\vmcidev\vmx': operation completed successfully. Reboot after installing vmware workstation? Module "devicepoweron" failed to start. Failed to start the virtual machine
CSAPP bomb lab parsing
The gun startles the dragon, and the crowd "locks" Zhou Zhi
Records on the use of easyflash v3.3
[machine learning 03] Lagrange multiplier method
Operation method of Orange Pie orangepi 4 lts development board connecting SATA hard disk through mini PCIe
JS add spaces to the string
基于Retrofit框架的金山API翻译功能案例
Rolling puddle Uni_ App (VIII)
uniCloud
seata 1.3.0 四種模式解决分布式事務(AT、TCC、SAGA、XA)
A simple example of delegate usage