02-19-2016 11:56 PM - edited 03-12-2019 12:21 AM
Hi everyone,
I need to create 5 ipsec l2l tunnels to remote sites.
Need to confirm i can only use single ASA physical interface to do this?
Regards
MAhesh
Solved! Go to Solution.
02-20-2016 12:12 AM
You only need 1 interface for this, and it is a very common practice. just define the same crypto map for all the l2l vpns but under different sequence numbers...for example:
crypto map testmap 5 match address <crypto ACL>
crypto map testmap 5 set ikev1 transform-set <transform-set name>
crypto map testmap 5 set peer <first l2l peer public IP>
crypto map testmap 10 match address <crypto ACL>
crypto map testmap 10 set ikev1 transform-set <transform-set name>
crypto map testmap 10 set peer <second l2l peer public IP>
--
Please remember to select a correct answer and rate helpful posts
02-20-2016 12:12 AM
You only need 1 interface for this, and it is a very common practice. just define the same crypto map for all the l2l vpns but under different sequence numbers...for example:
crypto map testmap 5 match address <crypto ACL>
crypto map testmap 5 set ikev1 transform-set <transform-set name>
crypto map testmap 5 set peer <first l2l peer public IP>
crypto map testmap 10 match address <crypto ACL>
crypto map testmap 10 set ikev1 transform-set <transform-set name>
crypto map testmap 10 set peer <second l2l peer public IP>
--
Please remember to select a correct answer and rate helpful posts
02-20-2016 12:18 AM
Many thanks Marius
Regards
Mahesh
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