10-28-2017 05:59 AM - edited 03-03-2019 08:39 AM
How does RIP knows if a link is down? Is it the same method as when a neighbor is down with invaild timer and flush timer?
Why does RIP find a link that is down faster than a neighbor that is down?
Thanks for your help!
10-28-2017 10:41 AM
Hello @RachelG
Lets see if I can help you. RIP is a distance vector protocol and use hop count as metric. You might read this already many times during your studies. But this actually says a lot about the protocol.
The same way when we say that OSPF is link state.
I take the risk to say that RIP don't care about link but neighbor and only the directed connected neighbor. So it is easy for RIP to know when neighbor is down as they have physical connection.
Those timers you mention is how RIP sanitize its routing table in order to avoid loop.
RIP sends the complete routing table every 30 seconds as broadcast and the more sanitized the routing table the less probable loops occur.
There are many good material about this protocol out there. Let me know if they give better or different perception about the protocol.
-If I helped you somehow, please, rate it as useful.-
10-30-2017 11:21 AM
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