1 00:00:02,709 --> 00:00:06,292 (ambient electronic music) 2 00:00:08,734 --> 00:00:12,236 - So in the next several videos I'm gonna be bringing 3 00:00:12,236 --> 00:00:15,672 much of what we learned into focus by building some labs, 4 00:00:15,672 --> 00:00:18,038 and these are labs that you can follow along with 5 00:00:18,038 --> 00:00:20,154 and you can try to build yourself as well. 6 00:00:20,154 --> 00:00:23,023 So these are gonna be CCNA level labs, 7 00:00:23,023 --> 00:00:24,824 so I'm gonna try to keep it constrained 8 00:00:24,824 --> 00:00:26,603 to just stuff that you would need to know 9 00:00:26,603 --> 00:00:28,988 for the CCNA routing and switching exam. 10 00:00:28,988 --> 00:00:31,290 So to begin with, we're gonna start by building 11 00:00:31,290 --> 00:00:33,207 a CCNA EIGRP level lab. 12 00:00:37,355 --> 00:00:39,546 Now if you're building your own labs, 13 00:00:39,546 --> 00:00:41,753 before you get onto GNS3 or anything else, 14 00:00:41,753 --> 00:00:44,315 you should always do the same set of steps, 15 00:00:44,315 --> 00:00:45,766 the very first step you should do 16 00:00:45,766 --> 00:00:47,622 is write down on a piece of paper 17 00:00:47,622 --> 00:00:50,261 or open up Notepad or something and write out 18 00:00:50,261 --> 00:00:53,432 what the objectives are that you want for your lab. 19 00:00:53,432 --> 00:00:55,825 What do you want to learn, what do you want to practice? 20 00:00:55,825 --> 00:00:58,257 That way you don't end up going off into never never land 21 00:00:58,257 --> 00:01:00,637 and never get around to what you actually meant 22 00:01:00,637 --> 00:01:02,927 when you started the lab in the first place. 23 00:01:02,927 --> 00:01:04,990 So that being said, I've created some initial 24 00:01:04,990 --> 00:01:07,465 objectives here for this lab. 25 00:01:07,465 --> 00:01:09,607 We're gonna start with four routers, 26 00:01:09,607 --> 00:01:12,475 we're gonna create some redundant paths, 27 00:01:12,475 --> 00:01:15,322 so we're gonna create some paths that are really fast 28 00:01:15,322 --> 00:01:17,360 and some paths that are really slow, 29 00:01:17,360 --> 00:01:20,120 because part of the CCNA routing and switching 30 00:01:20,120 --> 00:01:23,558 is they expect you to know how EIGRP selects 31 00:01:23,558 --> 00:01:26,250 its best path and what you can do 32 00:01:26,250 --> 00:01:29,099 to force it to choose an alternative path, 33 00:01:29,099 --> 00:01:30,608 and that's one of the things 34 00:01:30,608 --> 00:01:32,192 we're gonna be doing here as well. 35 00:01:32,192 --> 00:01:33,988 We're also, to that end, we're gonna be using 36 00:01:33,988 --> 00:01:37,610 serial and Ethernet links in our topology. 37 00:01:37,610 --> 00:01:41,207 So we're gonna configure EIGRP such that all the routers 38 00:01:41,207 --> 00:01:43,947 are in the exact same autonomous system. 39 00:01:43,947 --> 00:01:46,539 Two of those routers are gonna form a neighbor relationship 40 00:01:46,539 --> 00:01:49,359 using EIGRP authentication, because you need to know 41 00:01:49,359 --> 00:01:52,846 how to configure that and troubleshoot that for the CCNA. 42 00:01:52,846 --> 00:01:56,027 The end routers, the routers at either end of the topology 43 00:01:56,027 --> 00:01:58,179 should use the slow speed link 44 00:01:58,179 --> 00:01:59,482 by the time we're all done, 45 00:01:59,482 --> 00:02:01,054 so if they're pinging each other, 46 00:02:01,054 --> 00:02:03,049 they should go across the slow speed link, 47 00:02:03,049 --> 00:02:04,558 so you're gonna have to manipulate 48 00:02:04,558 --> 00:02:06,464 EIGRP to accomplish that. 49 00:02:06,464 --> 00:02:08,822 And we're also gonna use the built-in Wireshark feature 50 00:02:08,822 --> 00:02:11,048 of GNS3 to actually capture some of the packets 51 00:02:11,048 --> 00:02:13,803 so we can see what the neighbor relationship looks like 52 00:02:13,803 --> 00:02:17,916 when it's being built and how EIGRP routers exchange routes. 53 00:02:17,916 --> 00:02:21,374 So that being the case, that is the objectives 54 00:02:21,374 --> 00:02:24,037 for this lab, and I have worked up here, 55 00:02:24,037 --> 00:02:26,718 this is the topology that we're gonna end up building. 56 00:02:26,718 --> 00:02:28,928 I'll make this a little bit larger. 57 00:02:28,928 --> 00:02:30,740 So this is what I'm gonna create, 58 00:02:30,740 --> 00:02:32,404 and I've put in the IP addresses here, 59 00:02:32,404 --> 00:02:34,383 I've put in a couple of loop-backs so that we can 60 00:02:34,383 --> 00:02:37,690 ping each other, and this is what we are going to build. 61 00:02:37,690 --> 00:02:40,948 So at this point, if you want to try to recreate this 62 00:02:40,948 --> 00:02:44,326 yourself, I'm gonna bring this video to a close right now. 63 00:02:44,326 --> 00:02:46,490 Before you start up the next video, 64 00:02:46,490 --> 00:02:49,699 go ahead, try to build this if you can, 65 00:02:49,699 --> 00:02:52,687 and get it working so that when, for example, 66 00:02:52,687 --> 00:02:54,988 pings initiate from router one 67 00:02:54,988 --> 00:02:57,772 and they're pinging the loop-back of router four, 68 00:02:57,772 --> 00:03:00,108 they should take the slow speed serial link 69 00:03:00,108 --> 00:03:02,750 both there and back on the reply. 70 00:03:02,750 --> 00:03:06,249 So at this point I'm gonna go ahead and close off this video 71 00:03:06,249 --> 00:03:08,972 and in the next four or five videos 72 00:03:08,972 --> 00:03:10,860 I'm gonna go through the process of actually 73 00:03:10,860 --> 00:03:13,099 building this and making it work. 74 00:03:13,099 --> 00:03:15,398 So if you get stuck anywhere along the way, 75 00:03:15,398 --> 00:03:16,946 you can go to some of those other 76 00:03:16,946 --> 00:03:19,279 videos and see how I did it. 77 00:03:20,190 --> 00:03:23,773 (ambient electronic music)