05-29-2015 08:01 AM
Helo All
I am in this situation:
I have a VPN tunnel setup and running on a router 1800.
Our customer wants a identical contingency tunnel to this (with other IP Peer of course).
When the main vpn tunnel dropped the other will take over.
My question: I can set up a second peer that will take over when the first fall:
crypto map nome-crypto 240 ipsec-isakmp
description VPN CLIENT
set peer 201.94.151.141
set peer 201.94.151.142
set security-association lifetime seconds 86400
set transform-set 3des-sha
match address vpn_intlfcstone
or
have I to make another crypto map as follows (using the same access list) ?
crypto map nome-crypto 240 ipsec-isakmp
description VPN CLIENT
set peer 201.94.151.141 ---------------------------------------(main peer)
set security-association lifetime seconds 86400
set transform-set 3des-sha
match address vpn_intlfcstone
crypto map nome-crypto 250 ipsec-isakmp
description VPN CLIENT
set peer 201.94.151.142 ---------------------------------------(second peer)
set security-association lifetime seconds 86400
set transform-set 3des-sha
match address vpn_intlfcstone
Both VPN Tunnel must be on the same router (unfortunately) (1800).
Solved! Go to Solution.
05-29-2015 09:35 AM
Hello edilson.silva1,
You can set up a second peer IP for the backup VPN.
Creating a different sequence in the crypto map for the same traffic will generate an overlapping issue.
05-29-2015 11:35 AM
Hello Edilson,
Yes, you are right. You need to define the PSK for the second IP and the command "crypto isakmp key <password> Address <IPaddress>" will help you with it.
Kind regards,
PD.
If you found the information provided helpful, please, mark it as Correct Answer.
05-29-2015 09:35 AM
Hello edilson.silva1,
You can set up a second peer IP for the backup VPN.
Creating a different sequence in the crypto map for the same traffic will generate an overlapping issue.
05-29-2015 10:59 AM
Thanks a lot! Andres
One more thing: In addition to the command "set peer 201.94.151.141" I must also set this command
"crypto isakmp key <password> Address 201.94.151.141" to the secondary IP?
05-29-2015 11:35 AM
Hello Edilson,
Yes, you are right. You need to define the PSK for the second IP and the command "crypto isakmp key <password> Address <IPaddress>" will help you with it.
Kind regards,
PD.
If you found the information provided helpful, please, mark it as Correct Answer.
05-29-2015 11:56 AM
many thanks! man
Yes...I will do it :-)
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