02-19-2008 09:28 AM - edited 03-03-2019 08:46 PM
Is there a way to create an l2tp tunnel between two routers, without using encryption or vpn? I just need to extend a layer 2 network for multicast traffic. thanks.
Solved! Go to Solution.
02-19-2008 10:29 AM
Grimes
You can do this with the help of PSEUDOWIRE and XCONNECT
Router# pseudowire-class abc
Router(config-pw)# encapsulation l2tpv3
Router(config-pw)# ip local interface loopback 0
int fa0/0.10
encapsulation dot1q 10
Router(config-if)# xconnect peer-router-id vc-id encapsulation l2tpv3 pseudowire-class abc
regards
shivlu
02-19-2008 10:29 AM
Grimes
You can do this with the help of PSEUDOWIRE and XCONNECT
Router# pseudowire-class abc
Router(config-pw)# encapsulation l2tpv3
Router(config-pw)# ip local interface loopback 0
int fa0/0.10
encapsulation dot1q 10
Router(config-if)# xconnect peer-router-id vc-id encapsulation l2tpv3 pseudowire-class abc
regards
shivlu
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