1 00:00:15,220 --> 00:00:21,220 So we're told that we need to use transparent VTP mode and a domain of CCNA. 2 00:00:23,830 --> 00:00:28,260 I'll start with core 1 before I configure that notice 3 00:00:28,330 --> 00:00:30,730 show VTP status. 4 00:00:31,100 --> 00:00:42,180 Default mode is server VTB version is to no domain is configured at the moment current number of existing 5 00:00:42,180 --> 00:00:43,950 VLANs is 7. 6 00:00:43,950 --> 00:00:59,120 So what I'll do now is set the VTP mode to transparent and set the VTP domain to CCNA, we then 7 00:00:59,180 --> 00:01:03,290 need to configure VLANs 10 20 30 and 100. 8 00:01:03,440 --> 00:01:09,800 So we simply add VLANs like this. 9 00:01:09,980 --> 00:01:22,850 So now show VLAN brief we can see that these VLANs are in the VLAN database. 10 00:01:22,850 --> 00:01:27,350 So again you could use a script to do this. 11 00:01:27,350 --> 00:01:40,160 What I'll do is use a script that says VTP mode transparent VTP domain CCNA and then I'll simply create 12 00:01:40,340 --> 00:01:44,540 the VLANs on the switches. 13 00:01:44,720 --> 00:01:52,310 When you do scripts like that in notepad make sure that the changes are actually made in the way that 14 00:01:52,310 --> 00:01:54,090 you think they are. 15 00:01:54,140 --> 00:01:59,850 So I'll paste the configuration in, output looks good. 16 00:01:59,860 --> 00:02:07,840 The VTP mode was changed to transparent domain was changed to CCNA the VLANs were accepted. 17 00:02:08,120 --> 00:02:12,130 So let's confirm that show VTP status. 18 00:02:12,530 --> 00:02:15,170 Notice VTP status is transparent. 19 00:02:15,170 --> 00:02:19,420 VTP domain is CCNA show VLAN brief. 20 00:02:19,790 --> 00:02:26,980 We can see the VLANs in the VLAN database, let's confirm the VTP status. 21 00:02:27,050 --> 00:02:34,380 Show VTP status notice domain is CCNA, mode is transparent. 22 00:02:34,380 --> 00:02:40,140 Make sure that you check that what you think you've done has been done. 23 00:02:40,140 --> 00:02:45,500 In other words verify your changes to make sure. Okay 24 00:02:45,510 --> 00:02:48,910 so on the access switch we can do something similar. 25 00:02:48,990 --> 00:02:52,530 We can paste that configuration, 26 00:02:54,900 --> 00:03:06,210 show VTP status mode is transparent domain is CCNA, show VLAN brief. 27 00:03:06,210 --> 00:03:14,880 We've got the VLANs in the VLAN database, so that looks good do something on access switch 2 28 00:03:17,180 --> 00:03:20,570 show VTP status. 29 00:03:20,570 --> 00:03:32,530 Mode is transparent, domain is CCNA show VLAN brief VLANs are in the VLAN database. 30 00:03:32,750 --> 00:03:41,970 So that looks great, the last switch paste the config again show VTP status 31 00:03:43,850 --> 00:03:52,070 mode is transparent domain is CCNA show VLAN brief VLANs are in the VLAN database. 32 00:03:52,070 --> 00:03:53,810 So that looks good. 33 00:03:53,810 --> 00:04:02,280 We don't configure VTP and VLANs on a router, router is a layer 3 device so we don't do it on that. 34 00:04:02,480 --> 00:04:11,660 We only do it on the campus devices the next step is to configure ports between switches as trunks and 35 00:04:11,660 --> 00:04:15,080 configure access ports on links to the PCs.