here is an example I have: HSRP on router 1 and router 2 to
provide a redundant default router for the hosts connected on segment 1
Router 1
Interface Ethernet0
ip address 10.1.0.2 255.255.255.0
no ip redirects
standby 10 priority 100
standby 10 preempt
standby 10 ip 10.1.0.1
standby 10 track serial0 50
interface serial0
ip address 10.3.0.1 255.255.255.0
router eigrp 1
network 10.0.0.0
Router 2
interface ethernet0
ip address 10.1.0.3 255.255.255.0
no ip redirects
standby 10 priority 80
standby 10 preempt
standby 10 ip 10.1.0.1
interface serial1
ip address 10.4.0.1 255.255.255.0
router eigrp 1
network 10.0.0.0
Host Segment 1
interface ethernet0
ip address 10.2.0.1 255.255.255.0
interface serial0
ip address 10.4.0.2 255.255.255.0
interface serial1
ip address 10.3.0.2 255.255.255.0
router eigrp 1
network 10.0.0.0
Sh standby from the CLI will give some detail information.
You can also load balance using HSRP. I did not read anywhere that you could not use different subnets. I have located a ciso site that might also help out.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.