December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to run MPLS over an ATM network.
There are really two solutions to this problem, depending on the capabilities of your ATM switches. The first and conceptually simpler solution is to configure your ATM switch to just pass ATM cells, but not to interact with MPLS at the IP layer.
First we will configure the two PE routers to run MPLS over ATM. Note that for these configurations we show only the additional configuration required for the MPLS over ATM functionality. Please refer to Recipe 26.2 for the remainder of the configuration for MPLS PE functionality:
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)#ATM1/0no ip addressRouter-PE1(config-if)#exitRouter-PE1(config)#interfaceATM1/0.1mplsRouter-PE1(config-if)#ip addressRouter-PE1(config-if)#10.1.1.2 255.255.255.252mpls ipRouter-PE1(config-if)#exitRouter-PE1(config)#endRouter-PE1#
The other PE router’s configuration is identical, except for the IP address:
Router-PE3#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router-PE3(config)#ip cefRouter-PE3(config)#mpls ipRouter-PE3(config)#interfaceRouter-PE3(config-if)#ATM1/0no ip addressRouter-PE3(config-if)#exitRouter-PE3(config)#interfaceATM1/0.1mplsRouter-PE3(config-if)#ip addressRouter-PE3(config-if)#10.1.1.1 255.255.255.252mpls ipRouter-PE3(config-if)# ...
Read now
Unlock full access