04-18-2008 03:54 PM
Hi,
Has anyone connected two PE routers over L2TP tunnel? I have a case where I have to go through a third party L3 network. I would like to exchange LDP over the tunnel. Can someone point to a good doc on the web or provide a sample config.
thanks
Arana
04-18-2008 04:36 PM
Arana,
Here's the link to the documentation for l3vpn over l2tpv3 tunnels.
http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/csgl3vpn.html
Regards,
04-19-2008 04:14 PM
Hritter,
Is the configuration for CE-PE? I was talking for PE-PE. I need to exchange LDP with the PE routers just like a leased line, only that there is an IP netwokr in between.
Thanks,
Arana
04-20-2008 03:44 AM
Arana,
The solution I provided is indeed for the PE-PE interconnection and is ususally used when you don't already have an MPLS core but that you want to deliver l3vpn services.
If you already have an MPLS core but that you want your traffic to traverse a network that is not MPLS enabled, you could just do MPLS over a GRE tunnel:
int tu0
ip address x.x.x.x y.y.y.y
tunn source s.s.s.s
tunn destination d.d.d.d
mpls ip
Regards,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide