juannavarro
MIS
Has anyone been able to establish VPN tunnel between a Linksys BEFVP41 (lastest firmware) and Pix 515 (IOS 6.3) using a crypto dynamic-map config? I was able to connect using the following config but would prefer a crypto dynamic-map configuration.
crypto ipsec transform-set VPNKEY esp-des esp-sha-hmac
crypto map VOIP 20 ipsec-isakmp
crypto map VOIP 20 match address 200
crypto map VOIP 20 set pfs
crypto map VOIP 20 set peer xxx.xxx.xxx.190
crypto map VOIP 20 set transform-set VPNKEY
crypto map VOIP interface outside
isakmp enable outside
isakmp key ******** address xxx.xxx.xxx.190 netmask 255.255.255.255
isakmp identity address
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash sha
isakmp policy 20 group 1
isakmp policy 20 lifetime 86400
crypto ipsec transform-set VPNKEY esp-des esp-sha-hmac
crypto map VOIP 20 ipsec-isakmp
crypto map VOIP 20 match address 200
crypto map VOIP 20 set pfs
crypto map VOIP 20 set peer xxx.xxx.xxx.190
crypto map VOIP 20 set transform-set VPNKEY
crypto map VOIP interface outside
isakmp enable outside
isakmp key ******** address xxx.xxx.xxx.190 netmask 255.255.255.255
isakmp identity address
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash sha
isakmp policy 20 group 1
isakmp policy 20 lifetime 86400