03-22-2016 12:29 AM
Hi All,
We have a requirement of setting redundancy between two 2900 cisco routers.
Router 1(1.1.1.1)--------------------------------------------------(3.3.3.3)
(2.2.2.2)-------------------------------------------------- Router 2
The scenario is from Router 1 we have 2 ISP ie in 2 interfaces we have configured 2 IPs(1.1.1.1 & 2.2.2.2).
In router 2 we have only 1 ISP (3.3.3.3)
Site to site VPN is already configured between Router 1 and router 2 between IPs 1.1.1.1 and 3.3.3.3.Now the requirement is to have 2 ISP in router1.
Default route is configured in both the routers for individual ISP. So if required I can configure another default route with higher priority for secondary link in router 1.
So is it possible to configure 2 peer ips in router 2 ?
I had checked in internet but unable to find any configuration on cisco router(i am getting configuration in ASA firewall)
The commands to set two peer which I found in internet in ASA is - Crypto map outside_map 10 set peer 1.1.1.1 2.2.2.2 is not supported in my router.
Can you please help me to find the command to configure 2 peers in router 2.
Thanks and Regards,
Rituporna Sama
Solved! Go to Solution.
03-22-2016 02:00 AM
Hi Rituporna,
Regards,
Aditya
Please rate helpful posts and mark correct answers.
03-22-2016 12:46 AM
Hi,
Under the crypto map config you should have the option of using two set peers:
Router(config)#crypto map AllPeersCryptoMap 1 ipsec-isakmp
Router(config-crypto-map)#set peer RemotePeer1-IP
Router(config-crypto-map)#set peer RemotePeer2-IP
Router(config-crypto-map)#set peer RemotePeer3-IP
Regards,
Aditya
Please rate helpful posts.
03-22-2016 01:58 AM
Thanks a lot Aditya.
I have 1 doubt in this set peer command which peer will be primary?
Here we have to create two same crypto isakmp key for 2 different peers?
crypto isakmp key cisco address remotepeer1
crypto isakmp key cisco address remotepeer2
Thanks and Regards,
Rituporna Sarma
03-22-2016 02:00 AM
Hi Rituporna,
Regards,
Aditya
Please rate helpful posts and mark correct answers.
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