MPLS VPN GNS3 完成实验 实验目的:使得R1(CE)与R6(CE)互相利用私网网段进行通信 过程: 1
首先配置R1、R2、R3、R4、R5、R6 接口 IP,确保直连接口可以 p in g 通
R1>EN R1#config t Enter configuration commands, one per line
End w ith CNTL/Z
R1(config)#int f0/0 R1(config-if)#ip add 192
0 R1(config-if)#no sh R1(config-if)# R2>en R2#config t Enter configuration commands, one per line
End w ith CNTL/Z
R2(config)#int f0/0 R2(config-if)#ip add 192
0 R2(config-if)#no sh R2(config-if)#int f0/1 R2(config-if)#ip add 10
0 R2(config-if)#no sh R2(config-if)# R3>en R3#config t Enter configuration commands, one per line
End w ith CNTL/Z
R3(config)#int f0/0 R3(config-if)#ip add 10
0 R3(config-if)#no sh R3(config-if)#int f0/1 R3(config-if)#ip add 10
0 R3(config-