00:04
moving on to how to prevent these routing loops from happening in the first place.
00:09
Well, the first method deployed by this inspector routing protocol is having maximum hop counts
00:15
four packets or routing updates.
00:18
So, as you saw when that loop was happening in the counting to infinity, problem was happening.
00:24
Rip deploys a maximum hop count of 15
00:29
so a routing update can go a maximum of 15 router hops.
00:35
The 16th router kills the packet, so when the maximum hop count is reached, the packet is killed, so it doesnt loop around the network endlessly.
00:45
The 2nd 1 is split arising.
00:48
Split horizon basically saves. Let's say this is Router one
00:55
router to and again. Network 10
00:59
Network 10 is available to Router one through a router to writer, too, is sending updates about Network 10 going out Serial 00 interface
01:11
So the rule of sweet horizon basically say's if I send an update about a network outbound on an interface,
01:21
I will not accept an inbound a bit about the same network
01:27
coming in on that interface.
01:32
if Route or two cents an update about Network 10 out of the serial 00 interface router to will not accept an obit about Network 10 coming in on the same interface. And it makes sense the only way network Chen would arrive on
01:49
cereals, you know, zero on router to serial 00 interface.
01:53
If there was a loop here somewhere downstream on the a bit looped around is now on its way back.
01:57
So the ruler, split arising, stays once again. If I send an outbound update out and interface about a certain network, I am not going to accept an update in bound on the same interface about the same network
02:14
moving on the rule of route poisoning.
02:17
The rule of route poisoning basically
02:23
a down route with an infinite metric.
02:29
16 is infinite. The maximum hop count for route information protocol or rip, is set to 15.
02:38
So if this network for any reason goes down, this link fails router to will immediately send an update to Router one
02:46
telling router one. That Network 10 now has a hot count off 16 or an infinite hot cop count, and you can never get to an infinitely far away destination. So Router one won't even bother trying to route to Network 10.
03:02
The 4th 1 is Route Invalid Timer.
03:08
Let's say there is another router here
03:15
connecting router one, which is Router three.
03:19
And once again, Network 10 is available to Router one and Router three through router to
03:28
let's say this interference, which is cereal 00 again on Rather one has a malfunction
03:35
and router One stop sending updates to Router three about network 10.
03:42
Well, Router three will wait the length of the route Invalid timer,
03:47
which for rip is 182nd.
03:52
And then, if it does not hear about
03:54
network 10 in 180 seconds, Router three will mark that network as possibly down and stop routing to it.
04:05
the route invalid timer is the length of time a router will wait to hear a routing update from an upstream router before declaring that route to be possibly down and stopping any routing towards it.
04:19
The next one is hold down, timer.
04:25
when the invalid timer expires, the whole down timer is started.
04:30
The whole down time of four. Rip is 180 seconds.
04:32
So when the invalid timers expires
04:36
and the route is considered possibly down the hole down timer starts
04:43
a route. When it's put in hold down.
04:45
When a router puts air out and hold down, it will not accept any a bit about that route for that length of time with rip being 180 seconds.
04:57
well back in the olden days? Router information, router interfaces when they went down and when they came back up, they used to flap.
05:04
They used to go down, come up, go down, come up, go down, come up before stabilizing.
05:10
So this was a mechanism
05:12
for the router not to continually add and delete that route from the routing table as the upstream interface came up and down, came up and went back down. So router three, in that case would say, Okay, hold on.
05:25
This network was down for a while. Now it's back up. But I'm not going to accept
05:30
any new updates for this network for the length of the whole down timer, because I'm not sure whether you're stable yet,
05:36
have you come up and you decide to stay up for a period of 180 seconds. Then I will start accepting updates about this network because I don't want to constantly ad network 10 and then take Network 10 away from my routing table because when I'm doing that, I'm not actually routing
05:55
and packets could back up.
05:57
So when they're out, invalid timer expires, which is 180 seconds. The whole *** timer is started, which is
06:06
now, while the router is in.
06:12
for network 10 is in hold down.
06:15
Router three will send a poisoned a big upstream back to router one saying, Hey, I haven't heard about Network 10
06:25
for 180 seconds. I am putting this route and hold down, and I'm not accepting any updates about Network 10 for a period of 180 seconds and while and hold down, I'm also gonna tell Router one. Hey, get rid of this route from your routing table because I haven't heard about it. 480 seconds and it's probably down.
06:45
That process is called poison reverse. So basically, Router three will send
06:50
an update about Metro 10 back to Router one with the hop count of 16 which in rip is infinite. So advertising a route back upstream
07:04
advertising. A poison route back upstream towards the region of the network
07:11
with an infinite metric
07:13
or an unreachable metric is called route poisoning.
07:16
The last one is route flush timer. This is the time at which the route is completely removed from the I P routing table for rip. That is 120 seconds
07:29
now. One last note on rip.
07:30
Right now we're doing ripped version one or simply called rip or route Information protocol
07:36
ripped. Version one is class full, which means it only understands class A Class B and classy addressing.
07:46
Also, that means that sub net mask information is not carried within the routing update.
07:53
Okay, you look at the first octet and you know it's class, eh? You look at this first doctor, you know, it's Class B or classy.
08:00
Okay. And us human mash a mask off either slash eight, staff 16 or slash 24.
08:05
This concludes our route information protocol lecture, and now we'll get to the lab