[c-nsp] router as l2tp vpn client

Michael Ulitskiy mulitskiy at acedsl.com
Tue Jun 1 11:07:19 EDT 2010


should be something like this:

l2tp-class L2TPVPN
 hidden
 authentication
 password 1a2b3c4b5d
!
pseudowire-class L2TPVPN-PW
 encapsulation l2tpv2
 protocol l2tpv2 L2TPVPN
 ip pmtu
 ip tos reflect
!
interface Virtual-PPP1
 ip address negotiated
 ip mtu 1460
 ip tcp adjust-mss 1420
 no cdp enable
 ppp authentication chap callin
 ppp chap hostname user
 ppp chap password pass123
 pseudowire vpnserver.company.com 11 pw-class L2TPVPN-PW

Michael

On Friday 28 May 2010 08:14:34 pm Dan Letkeman wrote:
> Hello,
> 
> I'm wondering if anyone has a configuration example of how to make an
> l2tp vpn client connection from an ISR?  There seems to be many
> options regarding vpdn, client-initiated, etc.  I'm confused as to
> where to start.
> 
> I have the connection information for the vpn server, that I have
> received from the company where we purchased the vpn from:
> 
> example i got from them was:
> 
> vpnserver.company.com
> username: user
> password: pass123
> l2tp key: (shared secret) 1a2b3c4b5d
> 
> And they permit PPTP/L2TP/SSTP connections.  From what I have
> researched so far, IOS does not allow pptp client connections from the
> router.  So i'm left with L2TP.
> 
> Any configuration examples would be appreciated
> 
> Thanks,
> Dan.
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
> 




More information about the cisco-nsp mailing list