Networking
--
Questions
--
Followers
Top Experts
I have the following configuration:
_______
|SWITCH|
-----------
|
|
HSRP ADDRESS 172.16.3.4
eth0/1 172.16.3.5/255.255.255.248
| CISCO2811_1 | | CISCO2811_2 |
eth0/0 172.16.4.1/255.255.255.248
| |
| |
| |
ISP A ISP B
| |
| |
| |
eth0/0 172.16.4.2/255.255.255.248
| CISCO2811_3 | | CISCO2811_4 |
eth0/1 172.16.6.2/255.255.255.248
HSRP ADDRESS 172.16.6.1
|
___|____
|SWITCH|
-----------
CISCO2811_1
interface FastEthernet0/0
description ISPA
ip address 172.16.4.1 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN1
ip address 172.16.3.5 255.255.255.248
duplex auto
speed auto
standby priority 110
standby 1 ip 172.16.3.4
standby 1 preempt
CISCO2811_2
interface FastEthernet0/0
description ISPB
ip address 172.16.5.1 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN1
ip address 172.16.3.6 255.255.255.248
duplex auto
speed auto
standby 1 ip 172.16.3.4
standby 1 priority 105
standby 1 preempt
CISCO2811_3
interface FastEthernet0/0
description ISPA
ip address 172.16.4.2 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN2
ip address 172.16.6.2 255.255.255.248
duplex auto
speed auto
standby 1 ip 172.16.6.1
standby 1 priority 110
standby 1 preempt
CISCO2811_4
interface FastEthernet0/0
description ISPB
ip address 172.16.5.2 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN2
ip address 172.16.6.3 255.255.255.248
duplex auto
speed auto
standby 1 ip 172.16.6.1
standby 1 priority 105
standby 1 preempt
All routers have the following configuration
router eigrp 1
network 172.16.0.0
The issue here is that if I turn off CISCO2811_1 in first location the HSRP switches over properly to CISCO2811_2 but no communcation between WAN1 and WAN2 takes place. If I then switch off CISCO2811_3, CISCO2811_4 takes over HSRP address and everthing works fine.
Can anyone assist, am i missing something ?
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
What are you using for dynamic routing?
EIGRP? OSPF?
Also, you may want to configure object tracking.
http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_guide_chapter09186a00808c7369.html
That way when a path is lost, the active router will decrement it's priority letting the standby router take over.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
CISCO2811_1
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.3.1
ip route 172.16.6.0 255.255.255.248 172.16.4.2
ip route 172.16.22.0 255.255.255.0 172.16.4.2
ip route 192.168.0.0 255.255.255.0 172.16.3.1
ip route 192.168.2.0 255.255.255.0 172.16.4.2
ip route 192.168.8.0 255.255.255.0 172.16.4.2
ip route 192.168.40.0 255.255.255.0 172.16.4.2
ip route 192.168.50.0 255.255.255.0 172.16.4.2
ip route 192.168.60.0 255.255.255.0 172.16.4.2
ip route 192.168.70.0 255.255.255.0 172.16.4.2
ip route 192.168.75.0 255.255.255.0 172.16.4.2
CISCO2811_2
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.3.1
ip route 172.16.6.0 255.255.255.248 172.16.5.2
ip route 172.16.22.0 255.255.255.0 172.16.5.2
ip route 192.168.0.0 255.255.255.0 172.16.3.1
ip route 192.168.2.0 255.255.255.0 172.16.5.2
ip route 192.168.8.0 255.255.255.0 172.16.5.2
ip route 192.168.40.0 255.255.255.0 172.16.5.2
ip route 192.168.50.0 255.255.255.0 172.16.5.2
ip route 192.168.60.0 255.255.255.0 172.16.5.2
ip route 192.168.70.0 255.255.255.0 172.16.5.2
ip route 192.168.75.0 255.255.255.0 172.16.5.2
!
CISCO2811_3
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.5.1
ip route 172.16.3.0 255.255.255.248 172.16.5.1
ip route 172.16.22.0 255.255.255.0 172.16.6.4
ip route 192.168.0.0 255.255.255.0 172.16.5.1
ip route 192.168.2.0 255.255.255.0 172.16.6.4
ip route 192.168.8.0 255.255.255.0 172.16.6.4
ip route 192.168.40.0 255.255.255.0 172.16.6.4
ip route 192.168.50.0 255.255.255.0 172.16.6.4
ip route 192.168.60.0 255.255.255.0 172.16.6.4
ip route 192.168.70.0 255.255.255.0 172.16.6.4
ip route 192.168.75.0 255.255.255.0 172.16.6.4
!
CISCO2811_4
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.4.1
ip route 172.16.3.0 255.255.255.248 172.16.4.1
ip route 172.16.22.0 255.255.255.0 172.16.6.4
ip route 192.168.0.0 255.255.255.0 172.16.4.1
ip route 192.168.2.0 255.255.255.0 172.16.6.4
ip route 192.168.8.0 255.255.255.0 172.16.6.4
ip route 192.168.40.0 255.255.255.0 172.16.6.4
ip route 192.168.50.0 255.255.255.0 172.16.6.4
ip route 192.168.60.0 255.255.255.0 172.16.6.4
ip route 192.168.70.0 255.255.255.0 172.16.6.4
ip route 192.168.75.0 255.255.255.0 172.16.6.4

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
standby 1 track fastethernet0/0 on Routers1 and 2 and on 3 and 4...
The problem is that this assumes that the link actually fails where this may not be the case because each service provider plugs the router directly into the a switch (no serial 0 CSU/DSU to go down).
Question.....can i track an ip address....?
Networking
--
Questions
--
Followers
Top Experts
Networking is the process of connecting computing devices, peripherals and terminals together through a system that uses wiring, cabling or radio waves that enable their users to communicate, share information and interact over distances. Often associated are issues regarding operating systems, hardware and equipment, cloud and virtual networking, protocols, architecture, storage and management.