RIP
RIP
RIP
+
PLAN
RIP
ROUTING LOOP
CONFIGURATION
+
WHAT IS RIP
+
GENERAL
DISTANCE VECTOR
LINK-STATE
Distance vector
RIP uses hop count as its metric which is nothing more than counting the
number of routers (hops).
Devices that run RIP send routing information updates every 30 seconds,
which is termed advertising. If a device does not receive an update from
another device for 180 seconds or more, the receiving device marks the routes
served by the nonupdating device as unusable. If there is still no update after
240 seconds, the device removes all routing table entries for the nonupdating
device.
+ rip
+ RIP
The Routing Information Protocol (RIP) sends routing-update messages at regular intervals
and when the network topology changes. When a device receives a RIP routing update that
includes changes to an entry, the device updates its routing table to reflect the new route.
The metric value for the path is increased by 1, and the sender is indicated as the next hop.
RIP devices maintain only the best route (the route with the lowest metric value) to a
destination. After updating its routing table, the device immediately begins transmitting RIP
routing updates to inform other network devices of the change. These updates are sent
independently of the regularly scheduled updates that RIP devices send.
`
+ rip
Routing Loop
+ rip
Infinity updating
Routing loop
+ Routing loop
IP packet has TTL (time to live) in this head who means the maximal
number of routers transit. This field is code on 8 bits and have initial value
255. each time the packet goes accros the routers on the path to their
destination, the value is reduced by one.
Counting to
infinity
Router use split horizon to prevent routing loop. Split horizon means whatever
you learn from your neighbor you are not going to advertise back to him.
Triggered update is something that, once a network goes down a router will
send it immediately to update its neighbors. Triggered update contents network
that is down and an infinity metric (16).
Route poisoning is when router send an update for the network with an infinite
metric.
+ Routing loop
+ Routing loop
Poison reverse it is answer to route poisoning to make sure that router does not update
itself via some other router or path in the network.
Holddown timer run for 180 secondes and does the following:
If receive information about lost network from another router with the same or worse
metric than we currently have, we ignore this information.
If receive information about lost network from another router with a better metric, we
stop a holddown timer and update our routing table with this new information.
If we don’t receive anything and the holddown timer elapses we remove this network
from the routing table.
+ configuration
+ configuration
classfull
Split horizon
+ configuration
classless
+ configuration