Link to home
Start Free TrialLog in
Avatar of Youssef Joe
Youssef Joe

asked on

How to configure HSRP between Two 2900 Cisco Router

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

thanks

User generated image
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Physical interfaces (interface VLANs or subinterfaces depending on your configuration)  on R1 and R2 that are connected to 3750 switches need to be configured in the same IP address range and need to be in the same VLAN(s). Here in example physical interface Fa0/1.
R1
interface fa0/1
 ip address 192.168.0.2 255.255.255.0
 standby 1 ip 192.168.0.1

Open in new window

R2
interface fa0/1
 ip address 192.168.0.3 255.255.255.0
 standby 1 ip 192.168.0.1

Open in new window

You can also configure priority, interface tracking and/or IP SLA with preemption so you can check if upstream devices are responding properly and to switch active router to other node.
Basic Configuration Example: HSRP
More configuration detailes for HSRP
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.