1 00:00:16,810 --> 00:00:18,300 So let's have a look at the router. 2 00:00:22,320 --> 00:00:25,820 Now don't forget that a router needs to be turned on. 3 00:00:25,990 --> 00:00:34,110 You need to switch it on and then it will boot up and you'll have access to the console. 4 00:00:34,140 --> 00:00:41,040 So again this interface is showing down on the switch because we need to enable the interface on the 5 00:00:41,110 --> 00:00:51,830 router. So the router has booted up show IP interface brief. 6 00:00:52,210 --> 00:01:01,570 I'm gonna go on to gigabit 00 or in this case gigabit 0/0/0 and no shut the interface and 7 00:01:01,570 --> 00:01:10,780 then I'll do the same on interface gigabit 0/0/0 I'll no shut the interface, interface has come 8 00:01:10,780 --> 00:01:19,730 up. Now a router when it boots up for the first time will have a name of router this router has a name 9 00:01:19,730 --> 00:01:23,760 of Internet router so that was previously configured. 10 00:01:24,050 --> 00:01:26,750 Notice the interfaces are now green. 11 00:01:26,750 --> 00:01:36,280 So when I go back to the switch we can see that the interface came up so show IP interface brief we 12 00:01:36,280 --> 00:01:39,350 can see that these interfaces are up 13 00:01:40,030 --> 00:01:45,920 other interfaces are down, VLAN 1 is administratively down. 14 00:01:45,970 --> 00:01:48,950 Now if you don't want to spend time doing this then don't 15 00:01:49,060 --> 00:01:54,380 but in the real world, it's best practice that you shut down 16 00:01:54,580 --> 00:01:58,090 interfaces that are not in use. 17 00:01:58,090 --> 00:02:09,009 So we're gonna shut down interface gigabit 1 0 4 up to 1 0 21, so to 21 will be shut down. 18 00:02:09,639 --> 00:02:13,930 So do show IP interface brief will show us our interfaces. 19 00:02:13,930 --> 00:02:22,000 There's the show command these three interfaces are up other interfaces are now down interfaces gigabit 20 00:02:22,000 --> 00:02:25,420 1 0 22 23 and 24 are up. 21 00:02:25,420 --> 00:02:27,220 That's great. 22 00:02:27,220 --> 00:02:36,880 These interfaces are down, so interface gigabit 1/1/1 to 4 and I should use a range 23 00:02:36,880 --> 00:02:37,640 again. 24 00:02:39,880 --> 00:02:48,330 Shut those interfaces down, so show IP interface brief we've administratively shut down all the physical 25 00:02:48,330 --> 00:02:53,150 interfaces on the switch. So let's configure the access switches. 26 00:02:53,170 --> 00:03:02,720 Here's access 1 show IP interface brief various interfaces are down the interfaces that need to be up 27 00:03:02,860 --> 00:03:08,870 are 3 and 23 and 24. 28 00:03:09,020 --> 00:03:17,110 Now it's especially true on a access switch that you shut down unused interfaces. 29 00:03:18,560 --> 00:03:26,870 Otherwise, someone could simply plug themselves into a wall socket and get access to your network. 30 00:03:26,940 --> 00:03:35,620 In other words, they could plug their computer into any network port that's open we need to shut down gigabit 31 00:03:35,630 --> 00:03:37,790 1 0 4 to 22. 32 00:03:40,780 --> 00:03:46,990 So if we have a look at that switch again show IP interface brief all the unused ports are shut down 33 00:03:48,050 --> 00:03:54,350 remaining ports are gigabit 1/1/1 to 4 shut them down. 34 00:03:54,670 --> 00:04:00,820 Now you may want to write a script to do this to save you time especially when you've got switches 35 00:04:00,820 --> 00:04:20,220 that are using the same ports in the same way as with switch one only port 1 and port 23 and 24 are up. 36 00:04:20,350 --> 00:04:29,800 Now notice something interesting on this switch port gigabit 1 0 3 is up whereas in the diagram it's gigabit 37 00:04:29,800 --> 00:04:30,850 1 0 1. 38 00:04:34,800 --> 00:04:40,930 So that's probably an issue in the packet tracer network, so I fixed that 39 00:04:44,740 --> 00:04:55,150 we can see that interface gigabit 1/3 is now down but that means that we need to enable 40 00:04:55,150 --> 00:05:05,470 this port and disable this port. In the topology that I've made available I'll fix that mistake so that 41 00:05:05,470 --> 00:05:11,610 you don't have to encounter this problem. 42 00:05:11,650 --> 00:05:22,380 Show IP interface brief in the real world diagrams may be incorrect. Okay, so that looks good. 43 00:05:22,710 --> 00:05:31,620 We can do something similar on access 2, so on access 2 interface range gigabit 44 00:05:31,620 --> 00:05:36,090 1 0 2 to 22 45 00:05:36,200 --> 00:05:38,160 that should be shut down. 46 00:05:38,240 --> 00:05:44,990 So again show IP interface brief gigabit 1 0 1 is up. 47 00:05:45,130 --> 00:05:49,270 Other interfaces are down 23 and 24 are up. 48 00:05:49,280 --> 00:05:59,170 That's good interface range gigabit 1/1/1 to 4, I'll shut those ports down. 49 00:05:59,490 --> 00:06:08,770 So show IP interface brief those ports are also shut and I'll save the configuration. Last switch to do 50 00:06:08,770 --> 00:06:19,220 is switch 3 show IP interface brief gigabit 1 0 1 is up 23 and 24 up. 51 00:06:22,120 --> 00:06:23,560 Why are we doing this? 52 00:06:23,620 --> 00:06:31,990 It's for security reasons you don't in a lab have to do this but it's best practice. 53 00:06:35,780 --> 00:06:40,620 So in other words it's good practice to do this in the real world. 54 00:06:43,670 --> 00:06:50,150 In a lab, you may decide that it's not necessary for the exam do what they say. 55 00:06:50,830 --> 00:06:56,840 So in the CCNA exam follow the instructions that you're given. 56 00:06:56,840 --> 00:07:00,430 Don't improvise do what they say. 57 00:07:00,860 --> 00:07:03,860 So that interface is up other interfaces are up. 58 00:07:04,070 --> 00:07:10,690 I'm gonna save the configuration, so we've now successfully shut down unused interfaces. 59 00:07:10,760 --> 00:07:15,210 The next step is to configure, enable and VTY passwords of Cisco.