1 00:00:02,856 --> 00:00:05,773 (electronic music) 2 00:00:08,834 --> 00:00:10,353 - So here we are at the last video 3 00:00:10,353 --> 00:00:13,211 for this particular CCNA EIGRP lab 4 00:00:13,211 --> 00:00:16,201 where we're gonna do some path manipulation. 5 00:00:16,201 --> 00:00:17,368 So at present, 6 00:00:18,459 --> 00:00:22,210 when Router one is pinging the loop back of Router four, 7 00:00:22,210 --> 00:00:24,012 I can expect that it's gonna 8 00:00:24,012 --> 00:00:25,760 take this fast Ethernet link. 9 00:00:25,760 --> 00:00:27,359 How would I actually prove that? 10 00:00:27,359 --> 00:00:29,109 Well, here's what we're gonna do. 11 00:00:29,109 --> 00:00:31,371 Let's go ahead and start the routers up. 12 00:00:31,371 --> 00:00:32,412 And let's go into Router one, 13 00:00:32,412 --> 00:00:33,305 and what we're gonna do is, 14 00:00:33,305 --> 00:00:34,565 we're gonna look at his routing table. 15 00:00:34,565 --> 00:00:36,549 And then we're gonna see, according to his routing table 16 00:00:36,549 --> 00:00:38,565 if he was gonna route packets 17 00:00:38,565 --> 00:00:41,161 to the 44.44.44 network, 18 00:00:41,161 --> 00:00:43,515 what would his egress interface be? 19 00:00:43,515 --> 00:00:46,348 Where would he send those packets? 20 00:00:51,025 --> 00:00:52,192 Show IP route. 21 00:00:55,370 --> 00:00:57,782 And we can see he's learned of that network 22 00:00:57,782 --> 00:01:00,388 and he would route them out the fast Ethernet link, 23 00:01:00,388 --> 00:01:02,705 just like we thought. 24 00:01:02,705 --> 00:01:04,519 Okay, now we also saw previously we did 25 00:01:04,519 --> 00:01:06,852 sho ip eigrp topol all-links 26 00:01:09,162 --> 00:01:12,505 We did see that he had learned about that route 27 00:01:12,505 --> 00:01:14,746 via the slow-speed serial. 28 00:01:14,746 --> 00:01:16,449 So what we need to do 29 00:01:16,449 --> 00:01:20,616 is we need to ultimately make EIGRP follow the top link. 30 00:01:22,254 --> 00:01:25,133 We have to trick it, or fool it, into thinking 31 00:01:25,133 --> 00:01:29,222 that the top link is actually the better path. 32 00:01:29,222 --> 00:01:30,716 Well let me ask you a question. 33 00:01:30,716 --> 00:01:33,725 By default, when EIGRP is coming up with its metric, 34 00:01:33,725 --> 00:01:36,250 that big long number that we call distance, 35 00:01:36,250 --> 00:01:39,888 what are the variables that it plugs into the formula 36 00:01:39,888 --> 00:01:42,482 to come up with its distance value? 37 00:01:42,482 --> 00:01:43,909 What are the default variables, 38 00:01:43,909 --> 00:01:47,204 otherwise known as vector metrics? 39 00:01:47,204 --> 00:01:49,755 Well hopefully you quickly answered, bandwidth and delay. 40 00:01:49,755 --> 00:01:51,626 Bandwidth and delay are part of that formula, 41 00:01:51,626 --> 00:01:53,167 the default formula. 42 00:01:53,167 --> 00:01:55,385 Now it's recommended that you do not touch 43 00:01:55,385 --> 00:01:57,266 the bandwidth on an interface 44 00:01:57,266 --> 00:02:00,139 because bandwidth is used by other things as well. 45 00:02:00,139 --> 00:02:02,700 So ideally, if you wanna manipulate EIGRP, 46 00:02:02,700 --> 00:02:05,412 you're gonna manipulate the delay variable. 47 00:02:05,412 --> 00:02:08,939 So, let's go ahead and start by doing this. 48 00:02:08,939 --> 00:02:11,189 Let's go ahead and in here, 49 00:02:12,480 --> 00:02:15,848 let's try to take this interface right here, 50 00:02:15,848 --> 00:02:19,174 Serial two/zero, and let's lower the delay. 51 00:02:19,174 --> 00:02:21,555 Actually, let's lower to the minimum value 52 00:02:21,555 --> 00:02:25,555 and see if that works to get our desired result. 53 00:02:28,250 --> 00:02:31,724 Alright, so let's go into Router one. 54 00:02:31,724 --> 00:02:34,085 Actually, I'm not sure if when I took my last snapshot 55 00:02:34,085 --> 00:02:36,528 I had the routers turned off or not. 56 00:02:36,528 --> 00:02:38,995 So, I'm gonna go ahead and retake that snapshot 57 00:02:38,995 --> 00:02:41,328 because I suspect I did not. 58 00:02:53,835 --> 00:02:57,774 Okay, so now let's turn them all back on 59 00:02:57,774 --> 00:03:01,282 and let's go into Router one and go onto a Serial two/zero 60 00:03:01,282 --> 00:03:05,063 and reduce the delay to the minimum possible value 61 00:03:05,063 --> 00:03:06,597 to make it look like there's hardly any delay 62 00:03:06,597 --> 00:03:08,680 on that interface at all. 63 00:03:15,273 --> 00:03:18,541 Interface Serial two/zero and we'll say delay 64 00:03:18,541 --> 00:03:21,407 and the lowest number I can select is one, 65 00:03:21,407 --> 00:03:23,361 which actually because it's tens of microseconds 66 00:03:23,361 --> 00:03:24,631 means I'm telling him the delay 67 00:03:24,631 --> 00:03:27,714 on that interface is 10 microseconds. 68 00:03:29,477 --> 00:03:31,515 Save my config, 69 00:03:31,515 --> 00:03:33,348 sho ip eigrp topology, 70 00:03:37,615 --> 00:03:41,580 and remember the way this works is that 71 00:03:41,580 --> 00:03:43,542 after your prefix or your network, 72 00:03:43,542 --> 00:03:45,330 what you'll see first in this output 73 00:03:45,330 --> 00:03:49,740 is the successor, or if you have more than one successor, 74 00:03:49,740 --> 00:03:53,907 the successors, followed by the feasible successors. 75 00:03:54,759 --> 00:03:56,049 Okay so in this particular case 76 00:03:56,049 --> 00:03:58,519 it's still using fastethernet zero/zero. 77 00:03:58,519 --> 00:03:59,859 Nothing has changed. 78 00:03:59,859 --> 00:04:03,419 Okay, that being the case, let's go back to our topology now 79 00:04:03,419 --> 00:04:07,586 and try lowering the delay on this upstream interface 80 00:04:09,607 --> 00:04:11,960 and see if that will also work. 81 00:04:11,960 --> 00:04:13,826 So that is, what is that? 82 00:04:13,826 --> 00:04:17,826 That is Serial two/one on Router two. 83 00:04:21,394 --> 00:04:23,061 We'll minimize this. 84 00:04:24,793 --> 00:04:28,960 Actually we'll maximize it, and let's go back to Router two. 85 00:04:33,978 --> 00:04:37,978 Interface Serial two/one delay of one 86 00:04:39,610 --> 00:04:43,511 Save that, we're not gonna need Router two anymore. 87 00:04:43,511 --> 00:04:45,457 Close him down, alright, 88 00:04:45,457 --> 00:04:48,540 did that make Router one switch over? 89 00:04:50,665 --> 00:04:53,665 Nope, still using the fast Ethernet. 90 00:04:54,586 --> 00:04:58,469 Okay, now before we resort to modifying bandwidth values, 91 00:04:58,469 --> 00:05:01,113 is there anything else we can do with delay? 92 00:05:01,113 --> 00:05:05,342 Well, in our topology here, we lowered the delay of these 93 00:05:05,342 --> 00:05:07,860 as far as we can possibly go. 94 00:05:07,860 --> 00:05:10,777 Why don't we take the reverse approach now? 95 00:05:10,777 --> 00:05:14,944 And why don't we go to Router one's upstream interface 96 00:05:15,790 --> 00:05:19,465 and increase the delay to some really horrible number? 97 00:05:19,465 --> 00:05:21,680 So he thinks that anything going out that interface 98 00:05:21,680 --> 00:05:24,263 will experience a lot of delay. 99 00:05:26,075 --> 00:05:28,105 So let's go back to Router one. 100 00:05:28,105 --> 00:05:29,605 We're still there. 101 00:05:30,508 --> 00:05:34,107 Interface fast Ethernet zero/zero, delay, 102 00:05:34,107 --> 00:05:38,320 and let's give him some delay of like 55555. 103 00:05:38,320 --> 00:05:40,909 So 55 and that's tens of microseconds, 104 00:05:40,909 --> 00:05:43,492 so that'll actually be 555,550. 105 00:05:49,905 --> 00:05:52,488 Okay, did that make him change? 106 00:05:55,688 --> 00:05:59,417 Nope, still using that fast Ethernet. 107 00:05:59,417 --> 00:06:01,464 Hasn't switched over yet. 108 00:06:01,464 --> 00:06:04,515 Oh, there we go, it did work. Look at that. 109 00:06:04,515 --> 00:06:08,631 Now the 44 network, the next line which is the successor, 110 00:06:08,631 --> 00:06:11,039 is showing as Serial two/zero. 111 00:06:11,039 --> 00:06:12,872 Now we do sho ip route 112 00:06:14,053 --> 00:06:17,251 We can now see that the 44 network is indeed 113 00:06:17,251 --> 00:06:20,834 going across the top path, the serial link. 114 00:06:22,330 --> 00:06:26,247 Now I can verify that by doing trace 44.44.44.4 115 00:06:30,094 --> 00:06:33,427 And we can see the first hop was 1.2.1.2 116 00:06:37,308 --> 00:06:40,738 which was right here, Router two, 117 00:06:40,738 --> 00:06:43,488 and then the next hop was 2.4.2.4 118 00:06:45,653 --> 00:06:48,652 which was this address right here. 119 00:06:48,652 --> 00:06:50,734 Now as of this point, I'm gonna go ahead 120 00:06:50,734 --> 00:06:52,044 and stop the video at this point. 121 00:06:52,044 --> 00:06:53,827 We're not entirely done, so if you're doing this 122 00:06:53,827 --> 00:06:56,537 on your own, you're almost there. 123 00:06:56,537 --> 00:07:00,291 We've got packets from Router one going to Router four, 124 00:07:00,291 --> 00:07:02,076 taking the top link. 125 00:07:02,076 --> 00:07:05,755 But, that's not going to affect the return traffic. 126 00:07:05,755 --> 00:07:08,240 Router four is still gonna believe 127 00:07:08,240 --> 00:07:09,980 that to get back to Router one, 128 00:07:09,980 --> 00:07:11,784 he should go across this bottom path. 129 00:07:11,784 --> 00:07:12,703 So right now what we have 130 00:07:12,703 --> 00:07:14,929 is what's called asymmetric routing, 131 00:07:14,929 --> 00:07:17,750 where packets going in one direction take one path, 132 00:07:17,750 --> 00:07:20,174 and the reply packets take another. 133 00:07:20,174 --> 00:07:21,950 How can we verify that? 134 00:07:21,950 --> 00:07:24,367 Well, let's go to Router four 135 00:07:25,724 --> 00:07:29,891 and let's see if he was to ping back to the 11 network, 136 00:07:31,143 --> 00:07:33,725 what path would he take? 137 00:07:33,725 --> 00:07:35,116 And we can see that right now, 138 00:07:35,116 --> 00:07:37,646 he's still taking the lower link. 139 00:07:37,646 --> 00:07:39,415 So in order to complete this lab, 140 00:07:39,415 --> 00:07:41,933 you're gonna have to continue manipulating metrics 141 00:07:41,933 --> 00:07:45,120 until Router four also believes 142 00:07:45,120 --> 00:07:48,365 that he should take the upstream serial link. 143 00:07:48,365 --> 00:07:52,152 And just in case you get stuck with that, 144 00:07:52,152 --> 00:07:54,952 what you're gonna do is sort of the reverse 145 00:07:54,952 --> 00:07:57,078 of what we just did, so you're going to, 146 00:07:57,078 --> 00:08:01,477 on Router four, decrease, minimize the delay 147 00:08:01,477 --> 00:08:04,659 on this interface down to one, 148 00:08:04,659 --> 00:08:09,246 minimize the delay on this interface down to one, 149 00:08:09,246 --> 00:08:11,013 and then you're gonna wanna maximize 150 00:08:11,013 --> 00:08:14,868 or really increase the delay on the fast Ethernet interface 151 00:08:14,868 --> 00:08:17,307 to make it look like it's just horrible 152 00:08:17,307 --> 00:08:19,432 and you don't wanna go that direction. 153 00:08:19,432 --> 00:08:23,290 And that will allow Router four to take the top link. 154 00:08:23,290 --> 00:08:25,459 And that concludes this video series on 155 00:08:25,459 --> 00:08:27,959 our CCNA EIGRP lab using GNS3. 156 00:08:32,513 --> 00:08:35,430 (electronic music)