09-16-2017 05:02 PM - edited 03-08-2019 12:03 PM
Hi Guys
I have Two Cisco Router r1,r2 both of them have the same getaway , i need to Achieve the high availability between the two so if r1 down .the r2 should be up and replace r1
see attached the network design
FYI R1 and R2 Shouid Be have The same getway
thanks
09-16-2017 05:14 PM
09-16-2017 07:20 PM
Additional to Franscesco's comment, these routers must be able to communicate between them, so you could configure the same vlan on both switches and pass it between them through a trunk interface or use a routing protocol between the devices as well.
:-)
09-17-2017 05:09 AM
Hello,
in addition to the Julio's and Francesco's posts, and if your routers support it, you could also consider using GLBP, the advantage being that GLBP load balances traffic over both routers (as opposed to HSRP, where one of the routers is basically in sleep mode, with unused bandwidth). Here is a very basic sample configuration:
R1
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
glbp 1 ip 192.168.1.254
R2
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
glbp 1 ip 192.168.1.254
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