cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
418
Views
0
Helpful
2
Replies

single to multiple -site to site vpn

mohammady
Level 1
Level 1

is it possible to apply multiple crypto map on the same physical WAN connection.???I have cisco router with a single internet connection I want to build multiple site to site VPN with branch offices ...is this possible????

ex:

int s0/0

crypto map crypto-1

crypto map crypto-2

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

You can only use one crypto map per interface however what you are trying to do is possible, you use index numbers within your crypto map eg.

Site 1

crypto map VPNSET 1 set peer x.x.x.x

crypto map VPNSET 1 match address

etc..

Site 2

crypto map VPNSET 2 set peer x.x.x.x

crypto map VPNSET 2 match address

etc...

Use a new index number for each site.

Jon

many Thanks