1 00:00:13,120 --> 00:00:18,840 So we need to configure, enable, and VTY passwords. To help us with this 2 00:00:18,850 --> 00:00:20,290 we can use notepad. 3 00:00:23,830 --> 00:00:24,180 Now 4 00:00:24,190 --> 00:00:34,570 I know these commands so I could simply type them out like this from memory. 5 00:00:34,570 --> 00:00:41,050 I've done this for many years so I can type that out from memory but let me show you how to do that 6 00:00:41,920 --> 00:00:43,390 through the CLI 7 00:00:44,200 --> 00:00:50,250 and then we'll use the script to copy and paste the commands on remaining devices. 8 00:00:50,530 --> 00:00:57,030 So on the core switch notice when I type enable I'm directly in privilege mode. 9 00:00:57,400 --> 00:01:07,400 So I want to set and enable password so enable password and specify a password now it's recommended 10 00:01:07,490 --> 00:01:13,550 that you use a secret password rather than an enable password. 11 00:01:13,550 --> 00:01:21,730 They shouldn't be the same as we can see there but notice it is accepted by the router or switch. 12 00:01:21,980 --> 00:01:29,990 So in the exam just read carefully whether they want an enable password configured or a secret password 13 00:01:30,410 --> 00:01:33,890 configure the one that they ask you to configure. 14 00:01:33,950 --> 00:01:41,450 So if I type disable now and type enable notice I need to put in my secret password not enable because 15 00:01:41,450 --> 00:01:45,890 secret takes precedence over enable 16 00:01:45,890 --> 00:01:55,050 and typically in the real world, you won't configure a enable password. We need to configure VTY 17 00:01:55,050 --> 00:02:05,420 lines we'll use the most common version of this VTY 0 to 4 which is the first 5 VTY lines. I'm gonna 18 00:02:05,420 --> 00:02:12,620 type login and notice we have to specify password, the order of this command and this command 19 00:02:12,680 --> 00:02:13,970 don't matter. 20 00:02:13,970 --> 00:02:21,470 You can either use password Cisco first or log in first but essentially both have to be configured for 21 00:02:21,470 --> 00:02:22,400 it to work. 22 00:02:23,630 --> 00:02:26,000 So we've configured and enable password 23 00:02:28,560 --> 00:02:32,580 and we've configured VTY lines on the switch. 24 00:02:32,760 --> 00:02:41,720 I'll save that config and what I'll do now is simply copy this and I'll use that on other switches. 25 00:02:41,860 --> 00:02:42,120 Okay 26 00:02:42,130 --> 00:02:43,480 there was a problem here. 27 00:02:47,800 --> 00:02:58,160 This should be enable password so let's copy that in again paste it in notice. 28 00:02:58,160 --> 00:03:05,370 in this case, the enable command wasn't accepted because we're in line config mode. 29 00:03:05,600 --> 00:03:06,830 Neither was CONFT 30 00:03:10,030 --> 00:03:12,310 but that's okay in this scenario. 31 00:03:12,310 --> 00:03:18,310 Notice the enable password was configured and the VTY was configured. 32 00:03:18,340 --> 00:03:24,360 What I suggest you do is make sure that the commands are accepted. 33 00:03:24,580 --> 00:03:33,680 If at any point they look like they're not accepted double-check everything manually do the same on the 34 00:03:33,680 --> 00:03:43,370 access switch and I'll just do this one manually just to show you the point about the login. 35 00:03:45,400 --> 00:03:50,710 So notice if I go into the VTY line and I use password Cisco and then type login 36 00:03:53,700 --> 00:03:57,350 I don't get the message that the password has to be configured 37 00:03:57,630 --> 00:04:04,790 but the result is the same as it is on other switches. 38 00:04:04,790 --> 00:04:08,190 So on switch 1 notice the result here 39 00:04:09,750 --> 00:04:12,440 is the same as the result here 40 00:04:17,459 --> 00:04:20,410 do something similar on access 3 41 00:04:20,519 --> 00:04:28,560 paste the configuration in and save it and then I'll do something similar on the router. 42 00:04:32,270 --> 00:04:32,880 Okay, 43 00:04:32,930 --> 00:04:37,810 so we've now configured and enable password and VTY password of Cisco. 44 00:04:37,910 --> 00:04:41,160 We can't test the VTY passwords yet. 45 00:04:41,330 --> 00:04:43,490 We need IP addresses for that 46 00:04:43,490 --> 00:04:47,930 But before we do that we need to do some villain configuration.