12-04-2018 01:43 PM - edited 02-21-2020 08:32 AM
I'm using an ASA 5506X and I wish to configure two site-to-site vpn tunnels, which go to two other sites with their own ASA's
But the second VPN is not accepting the final configuration step of applying the crypto map to the outside interface.
Why not?
Solved! Go to Solution.
12-04-2018 02:02 PM
Without seeing your configuration or the exact error I can only guess.
You can only have one crypto map attached to an interface, they are differentiated by the use of sequence numbers
E.g:-
crypto map CRYPTO-MAP 1 match address R2_VPN
crypto map CRYPTO-MAP 1 set pfs group2
crypto map CRYPTO-MAP 1 set peer 1.1.1.1
crypto map CRYPTO-MAP 1 set ikev1 transform-set VPN-TRANSFORM
crypto map CRYPTO-MAP 2 match address R4_VPN
crypto map CRYPTO-MAP 2 set pfs group2
crypto map CRYPTO-MAP 2 set peer 3.3.3.1
crypto map CRYPTO-MAP 2 set ikev1 transform-set VPN-TRANSFORM
crypto map CRYPTO-MAP interface OUTSIDE
If this does answer your question please provide your configuration and the exact error you receive.
HTH
12-04-2018 02:02 PM
Without seeing your configuration or the exact error I can only guess.
You can only have one crypto map attached to an interface, they are differentiated by the use of sequence numbers
E.g:-
crypto map CRYPTO-MAP 1 match address R2_VPN
crypto map CRYPTO-MAP 1 set pfs group2
crypto map CRYPTO-MAP 1 set peer 1.1.1.1
crypto map CRYPTO-MAP 1 set ikev1 transform-set VPN-TRANSFORM
crypto map CRYPTO-MAP 2 match address R4_VPN
crypto map CRYPTO-MAP 2 set pfs group2
crypto map CRYPTO-MAP 2 set peer 3.3.3.1
crypto map CRYPTO-MAP 2 set ikev1 transform-set VPN-TRANSFORM
crypto map CRYPTO-MAP interface OUTSIDE
If this does answer your question please provide your configuration and the exact error you receive.
HTH
12-05-2018 02:17 AM
You can also configure route-based VPNs where all this crypto-map complexity is not needed any more:
I would always prefer this VPN-style if supported by the devices.
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