08-17-2007 08:03 AM - edited 03-09-2019 06:37 PM
I have one function site-to-site VPN tunnel on my Cisco 831. I want to add another one using the same external IP address. Is this possible or do I have to start hunting for a second Cisco 831 or a different device which allows multiple site-to-site VPNs on the same interface?
Thanks so much,
Brian
08-17-2007 09:23 AM
I am not sure but using different sequence number should do the trick.
08-17-2007 11:41 AM
I am not familiar with sequencing configurations. Do you have an example which would allow me to virtualize the same interface fro two separate end-client peer addresses? For example, once I configurate the crypto map group and apply it to the interface, I can not apply the second crypto map statement to the interface. It only allows one at a time.
08-17-2007 11:48 AM
crypto ipsec transform-set MYVPNSITES esp-3des esp-md5-hmac
crypto map MYMAP 20 ipsec-isakmp
crypto map MYMAP 20 match address NY-LA
crypto map MYMAP 20 set peer X.X.X.X
crypto map MYMAP 20 set transform-set MYVPNSITES
crypto map MYMAP 30 ipsec-isakmp
crypto map MYMAP 30 match address NY-CHI
crypto map MYMAP 30 set peer Y.Y.Y.Y
crypto map MYMAP 30 set transform-set MYVPNSITES
The trick is to use the same crypto map but with different numbers (i.e. 20, 30, 40, etc)
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