04-28-2020 08:48 PM - edited 04-28-2020 09:18 PM
Hi,
Can anyone help with issue below?
I have two sites:
Site A has an L3 Switch that is running BGP and OSPF. It has two routers: R1 is running BGP and R2 is running OSPF. Both routers are using HSRP, R1 being the active router.
Site B has an L2 switch, using router on a stick. It has also two routers: R1 is running BGP and R2 is running OSPF. Both routers are using HSRP, R1 being the active router.
WAN Routers are in between of the two sites
Sample scenario:
Site A R1 goes down, Site A R2 will become active router. Whenever traffic goes to the other site, Site B R2 is dropping the traffic.
Attached is a picture for the sample scenario
How can I fix the issue? Is Site B R2 dropping the traffic because it is the standby router?
Solved! Go to Solution.
04-29-2020 11:58 AM
Thank you for providing all the requested information!
To simply answer your question, the issue is with your tracking conditions.
When you shutdown one of the interfaces on A_R1, its priority will fall down and A_R2 will take over as the Active router. However, B_R1 is still the Active router on SiteB, and there will be no complete path between the two sites.
One of the solutions is to modify your tracking condition. Instead of simply tracking only interfaces on the router, add additional conditions like a route to the other Site.
Here is an example of tracking for B_R1:-
track 1 list boolean or
object 2
object 3
track 2 interface Fa1/0 line-protocol
track 3 ip route 192.168.2.0 255.255.255.0 reachability
interface Fa2/0.4
...
standby 1 track 1
HTH,
Meheretab
04-28-2020 09:48 PM
04-28-2020 11:48 PM
04-29-2020 01:01 AM
Thank you for sharing the config and scenarios. Please share the interface configuration for A_L3SW as well.
HTH,
Meheretab
04-29-2020 01:13 AM
Please see Interface Configuration of A_L3SW
!
interface FastEthernet1/0
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/13
switchport access vlan 3
duplex full
speed 100
!
interface FastEthernet1/14
switchport access vlan 3
duplex full
speed 100
!
interface Vlan2
ip address 10.10.10.254 255.255.255.0
!
interface Vlan3
ip address 192.168.2.254 255.255.255.0
!
04-29-2020 11:58 AM
Thank you for providing all the requested information!
To simply answer your question, the issue is with your tracking conditions.
When you shutdown one of the interfaces on A_R1, its priority will fall down and A_R2 will take over as the Active router. However, B_R1 is still the Active router on SiteB, and there will be no complete path between the two sites.
One of the solutions is to modify your tracking condition. Instead of simply tracking only interfaces on the router, add additional conditions like a route to the other Site.
Here is an example of tracking for B_R1:-
track 1 list boolean or
object 2
object 3
track 2 interface Fa1/0 line-protocol
track 3 ip route 192.168.2.0 255.255.255.0 reachability
interface Fa2/0.4
...
standby 1 track 1
HTH,
Meheretab
04-29-2020 05:51 PM
Just made some changes to your sample configuration for B_R1. See below:
track 1 list boolean and
object 2
object 3
track 2 interface Fa1/0 line-protocol
track 3 ip route 10.10.10.0 255.255.255.0 reachability
I used 10.10.10.0 cause if I used 192.168.2.0 then B_R1 will still able to reach A_R1 ip 192.168.2.201
Thank you for your solution and it fixed the issue. It was very helpful
04-29-2020 03:20 AM
If you have GNs3 file please upload it here, we can have a look at it.
Check the the Site B router's routing table if it has the route to reach the destination device at Site B. Try to ping from SiteB standby router to the destination device marking source as Site B's core facing interface.
04-29-2020 05:57 PM
Yes, when B_R2 is still the standby router it still has route to the destination device. It can also reach the destination device using its core facing interface as the source.
B_R2 just doesn't forward the traffic, is that a characteristic of a HSRP standby router?
04-30-2020 07:27 AM
You are right, it will forward the traffic without any additional configuration
04-30-2020 07:28 AM
Hi,
There is no need of any configuration for it to work i performed a lab check the below link for the video
04-30-2020 08:02 AM
Hello
Your topology shows the rtrs are directly connected however in the OP there is a main wan rtr in between the two site routers which i am assuming doesn’t have any first hop redundancy running
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