cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
443
Views
0
Helpful
1
Replies

Creating mulitple site-to-site VPNs on Cisco router.

HUZEFA-786_2
Level 1
Level 1

Hi,

 

We have a requirement where we need to create multiple site-to-site VPN on Cisco routers running IOS 15.1, having 2 different source interfaces, i.e VPN1 using Loopback1 and VPN2 using Loopback2

 

How can we achieve this ? We have a limitation of defining the below command

 

crypto map ABC local-address Loopback1 <-- we cannot define Loopback2 here.

 

Thanks for the help.

1 Reply 1

Richard Burts
Hall of Fame
Hall of Fame

Perhaps we had a better understanding of what you are trying to achieve we might give better advice. But based on what you have given us so far I would suggest this as a solution that would work

crypto map ABC local-address loopback1

crypto map DEF local-address loopback2

or if you really need to have just a single crypto map then my suggestion is to use the crypto map and to not configure the local-address. Then IOS will use the address of the interface through which it exits as the address for the traffic.

 

HTH

 

Rick

HTH

Rick