09-26-2022 12:13 AM - edited 09-26-2022 01:01 AM
Dear All,
our three routers are connected each other as per attached diagram, Router R1 is configured with two destinations through R2 & R3 as below
ip route 172.16.10.0 255.255.255.0 192.168.1.2
ip route 172.16.10.0 255.255.255.0 192.168.1.3
ip route 172.16.80.0 255.255.255.0 192.168.1.2
ip route 172.16.80.0 255.255.255.0 192.168.1.3
Destinations are reachable as long as R2 is available. The moment R2 is down, R1 does not send traffics to R3. please advice on the issue.
Regards
09-26-2022 12:49 AM
did you checked these routes properly? i see subnets are not as usual for last 3 routes?
ip route 172.16.10.0 255.255.255.0 192.168.1.2
ip route 172.16.10.0 255.255.255.255 192.168.1.3
ip route 172.16.80.0 255.255.255.255 192.168.1.2
ip route 172.16.80.0 255.255.255.255 192.168.1.3
09-26-2022 01:02 AM
It was typo error and corrected them, thanks
09-26-2022 01:48 AM
telesymbol,
How does R3 reach the destination networks; Directly connected Links or Static route?
If feasible, the routing tables for all three routers would be helpful.
Is this a lab or production network?
10-04-2022 06:27 AM
Both R2 & R3 are connected to core switch with OSPF routing & learn destination networks through OSPF from core switch
on R1 routing table looks as below
S 172.16.10.0/24 [1/0] via 192.168.1.3
[1/0] via 192.168.1.2
S 172.16.80.0/24 [1/0] via 192.168.1.3
[1/0] via 192.168.1.2
And its a production network.
All 3 routers are connected through a layer 2 switch ports all in the same VLAN
09-27-2022 03:47 AM
check
show ip in brief in each router are interface is UP/UP
show ip route in each router are the subnet mask for connect is /29 ??
10-04-2022 06:10 AM
Apologies for the late response.
All interconnected interfaces are UP
From the show ip route, all destinations are on the routing table via 192.168.2 & 192.168.3.
One thing we've noted is that when we delete the static route that goes through R2, R1 uses R3 for its destinations without any issue. If we did not delete a static route that goes through R2 and R2 is down, R1 is not sending traffics through R3 properly. some traffics goes through R3 & the rest not.
10-04-2022 08:28 AM
Hi friend thanks for more info.
we go deep but the solution is in front our eyes
the idea of using track with static route is this case ???
Yes
the track with static route is design to detect un-direct connect next-hop down,
here next-hop is connect to SW then SW connect to our router,
even if next-hop is down SW-our Router is always UP
and hence out Router (R1) can not detect R2 down.
simple solution add track to static route to detect far next-hop and remove static route dynamic when track down.
10-04-2022 10:58 PM
telesymbol,
Why isn't OSPF being used for the affected routes?
If the preference is to use static routes, then please follow the suggestion provided by @MHM Cisco World
----------------------------------------------------------------------------------------------------
Remember to mark helpful posts and mark the correct answer as a solution; It helps other users with similar questions.
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