09-26-2008 05:07 AM - edited 03-03-2019 11:42 PM
IS 3800 cisco router support the HSRP using Two groups.
If yes ,pl share some configuration
09-26-2008 05:22 AM
Yes - it can.
Do you want 2 groups on the same interface or seperate interfaces?
09-28-2008 04:09 AM
If it is separate interface with two router,what would be the sample configuration?
09-28-2008 04:49 AM
I would have something like:-
Router 1
Interface fastethernet 0/1
ip address 172.16.1.253
standby 1 ip address 172.16.1.254
standby 1 timers 1 3
standby 1 priority 200
standby 1 preempt
Router 2
interface fastethernet 0/1
ip address 172.16.1.252
standby 1 ip address 172.16.1.254
standby 1 timers 1 3
standby 1 peempt
If I have another interface on the routers that I also wanted HSRP to run on, for that specific layer 3 subnet:-
Router 1
Interface fastethernet 0/2
ip address 192.168.1.253
standby 2 ip address 192.168.1.254
standby 2 timers 1 3
standby 2 priority 200
standby 2 preempt
Router 2
interface fastethernet 0/2
ip address 192.168.1.252
standby 2 ip address 192.168.1.254
standby 2 timers 1 3
standby 2 peempt
The important config is the Group ID = the number you choose.
If you have 50 interfaces - you can have 50 HSRP groups - The IP addresses MUST match the group ID.
HTH>
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