cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
500
Views
5
Helpful
3
Replies

Multiple Site-to-Site VPNs on a Cisco 831?

brianprice
Level 1
Level 1

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

3 Replies 3

Tshi M
Level 5
Level 5

I am not sure but using different sequence number should do the trick.

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.

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)