This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VPN to Cisco Pix (3des) from ASG220 (6.001)

I tried to create an vpn using this article - http://portal.knowledgebase.net/display/2n/kb/article.asp?aid=149523

But it looks like it is not working.

Cisco config:

crypto ipsec transform-set alvin esp-3des esp-md5-hmac
crypto ipsec security-association lifetime seconds 3600
crypto map partner-map 21 ipsec-isakmp
crypto map partner-map 21 match address ipsec
crypto map partner-map 21 set peer 192.168.110.1
crypto map partner-map 21 set transform-set alvin
crypto map partner-map interface outside
isakmp enable outside
isakmp key ******** address 192.168.110.1 netmask 255.255.255.255
isakmp identity address
isakmp policy 21 authentication pre-share
isakmp policy 21 encryption 3des
isakmp policy 21 hash md5
isakmp policy 21 group 1
isakmp policy 21 lifetime 86400


Appreciate any help.


This thread was automatically locked due to age.