Home / Network / Routing / Is It Sufficient RIP Split-Horizon Rule To Prevent Routing Loops?

Is It Sufficient RIP Split-Horizon Rule To Prevent Routing Loops?

Let’s try to change the rip route next hop at R1

Using summarization, we change the update next hop information

Now R2 receives a new version of this route without the nexthop itself

The metric is set to 2 hops

The debug shows now that the route is not being accepted in the table because of code 17

“Rib udpate return code 17” stands of better administrative distance route being processed

Connected routes are of better administrative distance (lowest) and thus more preferred than rip routes

Instead of a connected loopback to represent the 2.2.2.2/32 lets use an attached route to fa0/0

Similarlily to R1, let’s disable split horizon on R2 fa0/0 for this update to be included in the R2 udpate sending

AT R2, we first delete the static route

In addition we change this static route administrative distance to whatever value that is greather than 120

In our case 121

The route is added with the new admin distance to the routing table

Then R2 receives the same route from R1 with a better administrative distance

It installs the new route and flushes the other one (the local static route)

Next R2 update the route that is poisoned now

The route enter the holdown state because all path was deleted

Next the static route is being updated and added to the routing table

The route is sent to R1

And received back with better admin distance

And the same scenario repeats again and again causing a loop: route enters and get flushed from routing table repeatedly in a loop.

But why the metric get poisoned?

R2 seeing the better route admin distance deletes the udpate ( from its local static routing ) in its routing table and poison it

R1 receives (back) this better admin distance update that was poisoned

It poisons also its local update which lead R1 advertised route, to be flushed at R2

From R1 perspective

R1 receives 2.2.2.2/32 route from R2 and sends back its summary

Short time after, it receives a flash update with the route marked as inaccessible (more than 16 hops away)

And the cycle repeats after the reception of the new update

Pages: 1 2 3 4

Tagged:

Leave a Reply

802.11 (4) application (2) architecture (4) asm (4) automatisation (2) cagd (3) chd (2) checkpoint (2) cisco (6) command (5) cost (6) coverage (5) debug (10) distance (6) dtls (2) dynamic rrm (5) firewall (2) fortinet (2) gns3 (2) ieee (4) igmp (5) igp (8) interference (2) internet (3) ip (2) logique (2) loop (5) mac (3) machine learning (3) model (2) mpls (3) mroute (4) multicast (5) nat (2) ndp (2) network (3) next-hop (5) nurbs (3) osi (6) pat (2) pim (4) poisoning (6) policy (2) projet (2) qos (2) radio (5) rib (5) rip (5) route (6) router (6) routing (15) rpf (4) rrm (10) security (3) security gateway (2) show (5) simulation (2) snr (2) solution (2) split-horizon (5) ssl (2) ssm (4) static (6) stp (2) summarization (5) tcp (2) travail (2) udp (2) vpn (3) vrf (3) wifi (11) windows (2) wireshark (2) wlan (7) wlc (5)

October 2025
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
Table of Contents
Copied!