December 2006
Intermediate to advanced
1188 pages
72h 8m
English
As an MPLS customer, you want to implement a feature like multicast or a particular PE-CE routing protocol that your service provider doesn’t support.
Some service providers support only a limited range of MPLS features. The most common missing features are specific routing protocols for PE-CE routing and multicast support. This example will assume that you want to pass OSPF and multicast through an MPLS network that supports only BGP:
Router-CE-A1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router-CE-A1(config)#ip multicast-routingRouter-CE-A1(config)#interfaceRouter-CE-A1(config-if)#FastEthernet0/0.1encapsulation dot1QRouter-CE-A1(config-if)#101ip addressRouter-CE-A1(config-if)#192.168.1.5 255.255.255.0exitRouter-CE-A1(config)#interface LoopbackRouter-CE-A1(config-if)#1ip addressRouter-CE-A1(config-if)#192.168.101.1 255.255.255.255exitRouter-CE-A1(config)#interface TunnelRouter-CE-A1(config-if)#1ip addressRouter-CE-A1(config-if)#192.168.152.1 255.255.255.252tunnel sourceRouter-CE-A1(config-if)#192.168.101.1tunnel destinationRouter-CE-A1(config-if)#192.168.101.2ip pim sparse-dense-modeRouter-CE-A1(config-if)#exitRouter-CE-A1(config)#router bgpRouter-CE-A1(config-router)#65535neighbor192.168.1.1remote-asRouter-CE-A1(config-router)#100networkRouter-CE-A1(config-router)#192.168.1.0networkRouter-CE-A1(config-router)#192.168.101.1 mask 255.255.255.255no synchronization ...
Read now
Unlock full access