02-17-2017 03:46 AM - edited 02-21-2020 09:09 PM
Hello,
I am having some issue establishing an IPsec VPN with my customer but unable to establish the VPN.
Please see the attached logs from asa.
Any help would be much appreciated.
Many thanks.
Solved! Go to Solution.
02-17-2017 04:18 AM
Basically what traffic has to be encrypted. It usually consists of a Source and destination network and applied as an ACL in your crypto map. For example, in the below config example, the following line defines the ACL to match what traffic has to be encrypted.
http://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ike-protocols/117337-config-asa-router-00.html#anc19
crypto map outside-map 1 match address cryacl
This ACL has to be an exact mirror on the other peer device, i.e; source and destination addresses and ports swapped.
02-17-2017 04:10 AM
Looks like a proxy mismatch. Other side seems to be sending a different proxy from what you have configured, which kills the negotiation.
02-17-2017 04:12 AM
What is a proxy mismatch ?
02-17-2017 04:18 AM
Basically what traffic has to be encrypted. It usually consists of a Source and destination network and applied as an ACL in your crypto map. For example, in the below config example, the following line defines the ACL to match what traffic has to be encrypted.
http://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ike-protocols/117337-config-asa-router-00.html#anc19
crypto map outside-map 1 match address cryacl
This ACL has to be an exact mirror on the other peer device, i.e; source and destination addresses and ports swapped.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide