MSR系列路由器
MPLS TE Static-cr-lsp功能的配置
一、组网需求:
RTA、RTB、RTC建立一条RTA到RTC的静态CR-LSP
设备清单:MSR系列路由器3台
二、组网图:
三、配置步骤:
设备和版本:MSR系列、Version 5.20, Release
1509
RTA配置 |
# router id # mpls lsr-id # mpls //全局使能MPLS TE mpls te # interface Ethernet0/0 port link-mode route description connects to
RTB ip address mpls //接口使能MPLS TE mpls te # interface
LoopBack0 ip address # //用于流量工程的Tunnel口 interface
Tunnel0 ip address //指定隧道协议 tunnel-protocol mpls
te //指定隧道终点 destination //指定TE的信令协议为static mpls te
signal-protocol static //使TE生效 mpls te commit # ospf 1 are network network # //引入TE隧道流量的静态路由 ip route-static # //建立Ingress
Static-cr-lsp static-cr-lsp ingress Tunnel0 destination # |
RTB配置 |
# router id # mpls lsr-id # mpls //全局使能TE mpls te # interface Ethernet0/0 port link-mode route description connects to
RTA ip address mpls //接口使能TE mpls te # interface Ethernet0/1 port link-mode route description connects to
RTC ip address mpls //接口使能TE mpls te # interface
LoopBack0 ip address # ospf 1 are network network network # //建立一条静态transit
Static-cr-lsp static-cr-lsp transit ac incoming-interface Ethernet0/ # |
RTC配置 |
# router id # mpls lsr-id # mpls //全局使能TE mpls te # interface
LoopBack0 ip address # interface
Ethernet0/0 port link-mode route description connects to RTB ip address mpls //接口使能TE mpls te # ospf 1 are network network # //定义一条静态egress Static-cr-lsp static-cr-lsp
egress ac incoming-interface Ethernet0/ # |
四、配置关键点:
1) Static-cr-LSP配置需要前后匹配;
2) 全局和接口都是使能MPLS TE。