cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
351
Views
0
Helpful
2
Replies

plain l2tp tunnel

nikolay-shopik
Level 1
Level 1

Hi All,

Can somebody give me advice how to configure simple l2tp tunnel even w/o IPsec encryption.

I know what config should looks like something like that:

vpdn-group 1

request-dialin

protocol l2tp

initiate-to ip 11.11.11.11

interface Dialer0

ip address negotiated

encapsulation ppp

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication chap

ppp chap hostname LOGIN

ppp chap password 0 PASSWORD

but I know what I'm missing key point how to make tunnel open.

2 Replies 2

mfreijser
Level 1
Level 1

You can propably find enough information on the following link:

http://www.cisco.com/en/US/tech/tk827/tk369/tk388/tsd_technology_support_sub-protocol_home.html

Please rate if the post helps!

Regards,

Michael

Already check all link on this page before, most configuration for dial-in scenario and I looking for dialout scenario.