好消息,超酷的在线虚拟网络实验室上线了!点击开始实验

为获得更好的浏览效果,建议您使用 Firefox 或者 Chrome 浏览器



MSR系列路由器MPLS L2VPN CCC远程连接配置

 

关键词:MSR;MPLS;CCC;L2VPN

 

一、组网需求

PEACEA提供CCC接入,PEBCEB提供CCC接入,PEAPPEB建立一条LSP提供CEACEB2层连接。

设备清单: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 1.1.1.1

#

mpls

#

mpls l2vpn

#

interface Ethernet0/1

 port link-mode route

 ip address 1.2.0.1 255.255.255.0

 mpls

#

ccc ceaceb interface Ethernet0/0 in-label 100 out-label 150 nexthop 1.2.0.2

#

P配置

#

mpls lsr-id 2.2.2.2

#

interface Ethernet0/0

 port link-mode route

 ip address 2.3.0.2 255.255.255.0

 mpls

#

interface Ethernet0/1

 port link-mode route

 ip address 1.2.0.2 255.255.255.0

 mpls

#

static-lsp transit ceaceb incoming-interface Ethernet0/1 in-label 150 nexthop 2.3.0.3 out-label 200

static-lsp transit cebcea incoming-interface Ethernet0/0 in-label 50 nexthop 1.2.0.1 out-label 100

#

PEB配置

#

mpls lsr-id 3.3.3.3

#

mpls

#

mpls l2vpn

#

interface Ethernet0/1

 port link-mode route

 ip address 2.3.0.3 255.255.255.0

 mpls

#

ccc ceaceb interface Ethernet0/0 in-label 200 out-label 50 nexthop 2.3.0.2

#

CEB配置:

#

interface Ethernet0/0

 port link-mode route

ip address 192.168.0.2 255.255.255.0

#

四、配置关键点

1.      P设备上配置静态LSP需要注意入接口、入标签、出标签和下一条配置;

2.      PE连接CE2个接口类型必须一致。

五、实验分析

*

X Close
X Close