1 00:00:01,180 --> 00:00:09,280 The first thing I'm going to do is configure the switches with their names and configure the interfaces 2 00:00:09,280 --> 00:00:12,130 as trunks or access ports. 3 00:00:12,520 --> 00:00:17,530 That means we need to configure the VLANs on the switches as well as configure the HTTP mode. 4 00:00:18,280 --> 00:00:20,890 This is the console for switch one. 5 00:00:22,870 --> 00:00:28,720 So in other words, eos v WL two, hyphen one as you can see here on the console. 6 00:00:32,520 --> 00:00:39,390 I'm going to type enable to go to privilege mode top T to go to global configuration mode and then type 7 00:00:39,390 --> 00:00:40,290 hostname. 8 00:00:40,680 --> 00:00:42,930 And I can specify the name of the switch. 9 00:00:42,930 --> 00:00:51,060 I'm going to configure it as one do, allows me to see show commands in global config mode as an example. 10 00:00:51,060 --> 00:00:55,140 So I'm going to use the command do show IP interface brief. 11 00:00:56,330 --> 00:01:04,190 To view interfaces on the switch so I can see various interfaces such as gigabit zero zero, gigabit 12 00:01:04,190 --> 00:01:09,920 zero one and so forth, which have a status of up up at the moment. 13 00:01:10,630 --> 00:01:19,090 In this topology, I'm only using gigabit 002 gigabit zero three as well as gigabit 1/0. 14 00:01:19,120 --> 00:01:22,240 So these are the interfaces that I'm using. 15 00:01:24,280 --> 00:01:25,420 As a best practice. 16 00:01:25,420 --> 00:01:29,980 I'm going to shut down any other interfaces on the switch. 17 00:01:30,730 --> 00:01:34,240 So I'm going to shut down gigabit 1/1. 18 00:01:35,740 --> 00:01:37,840 Two, three. 19 00:01:39,460 --> 00:01:42,490 My interfaces have gone down, so do show. 20 00:01:42,520 --> 00:01:47,710 IP interface brief shows me that those interfaces are currently down. 21 00:01:50,400 --> 00:01:53,850 I should also shut down to slash zero. 22 00:01:54,590 --> 00:01:55,550 Two, three. 23 00:01:58,450 --> 00:02:04,000 As well as three 0 to 3. 24 00:02:04,150 --> 00:02:07,300 So do show IP interface brief. 25 00:02:10,490 --> 00:02:13,520 Shows me that those interfaces are shut down. 26 00:02:14,210 --> 00:02:16,990 Now you probably want to script this kind of configuration. 27 00:02:17,000 --> 00:02:22,460 So on the other switches, I'll do most of the configuration through notepad and then simply paste it 28 00:02:22,460 --> 00:02:26,120 into the switch consoles to speed things up. 29 00:02:26,300 --> 00:02:32,030 But what we've done at this point is shut down unused interfaces and we've named the switch. 30 00:02:32,150 --> 00:02:37,700 The Range Command is really useful when doing configurations on multiple interfaces. 31 00:02:38,840 --> 00:02:49,190 By default we have a VLAN one configured as well as a legacy VLANs such as 1002, three, four and five, 32 00:02:49,190 --> 00:02:52,700 which were used in the past for FDI in token ring. 33 00:02:53,270 --> 00:02:57,980 VLAN one is the only VLAN used in an ethernet environment. 34 00:02:58,430 --> 00:03:03,710 In this topology, however, I need to configure VLAN ten as well as VLAN 20. 35 00:03:03,890 --> 00:03:12,350 Now before I configure the VLANs, I'm going to change the HTTP mode to transparent so that every switch 36 00:03:12,350 --> 00:03:16,370 uses its own local database of VLANs. 37 00:03:16,880 --> 00:03:23,210 By default, the HTTP mode is set to server and we can see that by using the command show. 38 00:03:23,360 --> 00:03:31,400 HTTP status servers allow you to create a VLANs and they also synchronize with other switches in the 39 00:03:31,400 --> 00:03:32,210 topology. 40 00:03:32,660 --> 00:03:36,260 I don't want to do that, so I'm going to type HTTP mode. 41 00:03:36,870 --> 00:03:44,280 Transparent so that my switch does not try and synchronize with other switches in the topology. 42 00:03:44,520 --> 00:03:51,570 In a small environment like this, we don't really need VP and VP can cause a lot of problems in networks. 43 00:03:52,370 --> 00:03:59,390 So for safety reasons, I'm going to disable HTTP and the command show HTTP status allows me to see 44 00:03:59,390 --> 00:04:02,180 that the mode is now changed to transparent. 45 00:04:02,540 --> 00:04:05,030 The number of existing VLANs is five. 46 00:04:05,120 --> 00:04:09,950 The maximum number of VLAN supported in the switch is 1005. 47 00:04:10,490 --> 00:04:20,500 We can see the current VLANs by tapping show VLANs once again and as you can see we have VLAN one 1000, 48 00:04:20,540 --> 00:04:26,180 two, three, four and five as the five VLANs currently configured. 49 00:04:26,360 --> 00:04:33,020 So VDP status shows me that the switch supports HTTP modes 1 to 3. 50 00:04:33,020 --> 00:04:36,350 The current version running is http one. 51 00:04:36,530 --> 00:04:39,560 The switch is not part of a HTTP domain. 52 00:04:40,270 --> 00:04:49,630 We can also see that VP pruning and VTB trapped generations are disabled so show vlan brief. 53 00:04:50,640 --> 00:04:59,220 Shows me that I have vlan one configured and all of these ports are in VLAN one. 54 00:04:59,610 --> 00:05:04,830 VLAN one is the default ethernet vlan once again and all interfaces are by default in vlan one. 55 00:05:05,460 --> 00:05:13,170 So conti vlan ten vlan 20 and show vlan brief. 56 00:05:13,950 --> 00:05:15,600 Now you can see that. 57 00:05:15,840 --> 00:05:24,090 VLAN ten and VLAN 20 have been created and added to the list of VLANs currently available on the switch. 58 00:05:24,300 --> 00:05:30,210 For a port to be put into a VLAN, the VLAN needs to be added to the VLAN database. 59 00:05:30,420 --> 00:05:39,540 So if I was going to put this MPM server into VLAN 30 as an example, I would need to configure VLAN 60 00:05:39,540 --> 00:05:42,840 30 and then add that port to VLAN 30. 61 00:05:43,170 --> 00:05:48,750 In this example, I want to configure VLAN ten and VLAN 20 because I'm going to create a Layer three 62 00:05:48,750 --> 00:05:51,930 interfaces on the switch for those VLANs. 63 00:05:51,930 --> 00:05:56,370 So I need to have configured the VLANs in the VLAN database first.