cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
743
Views
0
Helpful
1
Replies

Creating L2TP tunnel

GRIMESI
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

shivlu jain
Level 5
Level 5

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

View solution in original post

1 Reply 1

shivlu jain
Level 5
Level 5

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