Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vpn cisco pix 515e <--> cisco 836

Status
Not open for further replies.

spudsimon

IS-IT--Management
Jul 29, 2002
3
NL
I have a pix515e with lots of connections to other pixes (mostly pix 501).
Now i'm asked to setup a vpn tunnel between the 515 and a 836.
I got the 836 online to adsl with a pppoe config. But how do i config the vpn to 515e?
I'm using esp-3des esp-sha-hmac encryption on the pix.
Is anyone able to create a little sample config for me ?
thx in advance
 
crypto isakmp policy 11
encr 3des
This should help you get started



hash md5
authentication pre-share
group 2
lifetime 3600
crypto isakmp key 0 [shared key] address [pix ip addr]
!
!
crypto ipsec transform-set any_name esp-3des esp-md5-hmac
!
crypto map any_name1 11 ipsec-isakmp
set peer [pix ip addr]
set transform-set any_name
set pfs group2
match address 120

int d0
crypto map Netstal-Maschinen

access-list 120 permit ip [local ip] [remote ip range]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Don't be content with being average. Average is as close to the bottom as it is to the top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top