December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure a Provider Edge (PE) router to connect your MPLS core to a customer network.
To configure a PE router, you must set up connections to the MPLS core as well as to one or more customer networks. Further, to distribute customer VRF routing information to other PE routers, you must configure MP-BGP:
Router-PE1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router-PE1(config)#ip cefRouter-PE1(config)#mpls ipRouter-PE1(config)#interfaceRouter-PE1(config-if)#Serial0/0descriptionRouter-PE1(config-if)#Connection to Router-P1ip addressRouter-PE1(config-if)#10.1.1.13 255.255.255.252mpls ipRouter-PE1(config-if)#exitRouter-PE1(config)#interfaceRouter-PE1(config-if)#Loopback0ip addressRouter-PE1(config-if)#10.0.0.2 255.255.255.255exitRouter-PE1(config)#router ospfRouter-PE1(config-router)#99router-idRouter-PE1(config-router)#10.0.0.2network10.0.0.0 0.255.255.255areaRouter-PE1(config-router)#0exitRouter-PE1(config)#ip vrfRouter-PE1(config-vrf)#NetworkArdRouter-PE1(config-vrf)#100:1route-target exportRouter-PE1(config-vrf)#100:1route-target importRouter-PE1(config-vrf)#100:1exitRouter-PE1(config)#ip vrfRouter-PE1(config-vrf)#NetworkBrdRouter-PE1(config-vrf)#100:2route-target exportRouter-PE1(config-vrf)#100:2route-target importRouter-PE1(config-vrf)#100:2exitRouter-PE1(config)#interfaceRouter-PE1(config-if)#Ethernet0/0descriptionconnection to customer ...