MSR系列路由器MPLS L2VPN CCC远程连接配置
关键词:MSR;MPLS;CCC;L2VPN
一、组网需求:
PEA为CEA提供CCC接入,PEB为CEB提供CCC接入,PEA、P、PEB建立一条LSP提供CEA和CEB的2层连接。
设备清单:MSR系列路由器5台
二、组网图:
三、配置步骤:
设备和版本:MSR系列、Version 5.20, Release 1509
CEA配置:
#
interface Ethernet0/0
port link-mode route
ip address 192.168.0.1
255.255.255.0
#
PEA配置:
#
mpls lsr-id
#
mpls
#
mpls l2vpn
#
interface Ethernet0/1
port link-mode route
ip address
mpls
#
ccc ceaceb interface Ethernet0/
#
P配置:
#
mpls lsr-id
#
interface Ethernet0/0
port link-mode route
ip address
mpls
#
interface Ethernet0/1
port link-mode
route
ip
address
mpls
#
static-lsp transit ceaceb incoming-interface Ethernet0/
static-lsp transit cebcea incoming-interface Ethernet0/
#
PEB配置:
#
mpls lsr-id
#
mpls
#
mpls l2vpn
#
interface Ethernet0/1
port link-mode route
ip address
mpls
#
ccc ceaceb interface Ethernet0/
#
CEB配置:
#
interface Ethernet0/0
port link-mode route
ip address 192.168.0.2
255.255.255.0
#
四、配置关键点:
1. P设备上配置静态LSP需要注意入接口、入标签、出标签和下一条配置;
2. PE连接CE的2个接口类型必须一致。
五、实验分析