December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to set up the core of an MPLS network.
For the P routers in the core of the MPLS network, the primary requirement is to enable CEF and turn on MPLS on each of the interfaces that will be forwarding MPLS tagged packets. In this example, we have also enabled OSPF as a dynamic routing protocol within the MPLS core:
Router-P1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router-P1(config)#ip cefRouter-P1(config)#mpls ipRouter-P1(config)#interfaceRouter-P1(config-if)#FastEthernet0/0descriptionRouter-P1(config-if)#connection to Router-PE2ip addressRouter-P1(config-if)#10.1.2.11 255.255.255.0mpls ipRouter-P1(config-if)#exitRouter-P1(config)#interfaceRouter-P1(config-if)#Serial0/0descriptionRouter-P1(config-if)#connection to Router-PE1ip addressRouter-P1(config-if)#10.1.1.14 255.255.255.252mpls ipRouter-P1(config-if)#exitRouter-P1(config)#interfaceRouter-P1(config-if)#Serial0/1descriptionRouter-P1(config-if)#connection to Router-PE3ip addressRouter-P1(config-if)#10.1.1.10 255.255.255.252mpls ipRouter-P1(config-if)#exitRouter-P1(config)#interfaceRouter-P1(config-if)#Loopback0ip addressRouter-P1(config-if)#10.0.0.11 255.255.255.255exitRouter-P1(config)#router ospfRouter-P1(config-router)#99router-idRouter-P1(config-router)#10.0.0.11network10.0.0.0 0.255.255.255areaRouter-P1(config-router)#0exitRouter-P1(config)#endRouter-P1#
There are several things to ...