CCNA Discovery Introducing Routing and Switching in the Enterprise

Nama : Tugiyono NIM : 15.240.0187 Lab 4.Creating VLANs and AssigningPorts

Device

Host Name

Switch 1

Switch1

VLAN 10 Fa0/5 – Fa0/6

VLAN 20 Fa0/7 – Fa0/8

VLAN 1 All Remaining Ports

VLAN 1 IP Address 172.16.1.2/24

Objectives 

Configure three VLANs on a switch.



Verify connectivity.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 1 of 8

CCNA Discovery Introducing Routing and Switching in the Enterprise Background / Preparation This lab focuses on the basic VLAN configuration of the Cisco 2960 switch (or similar) using Cisco IOS commands. The information in this lab applies to other switches;however, command syntax may vary.Depending upon the switch model, the interface designations may differ.For example, modularswitcheshave multiple slots; therefore, the FastEthernet ports may be FastEthernet 0/1or FastEthernet1/1, depending on the slot and port. The following resources are required: 

OneCisco 2960 switch or other comparable switch



Three Windows-based PCswith a terminal emulation program



One RJ-45-to-DB-9 connector console cable to configure the switch



Threestraight-through Ethernet cables to connect from the PCs to Switch 1

NOTE:Makesure that the switch has been erased and has no startup configurations. Instructions for erasing the switch are provided in the Lab Manual, located on Academy Connection in the Tools section.

Step 1: Connect the equipment a. Connect PC1 to the switch with a console cable. b. Connect PC1 to switch port FastEthernet 0/4 with a straight-through Ethernet cable. c.

Connect PC2 to switch port FastEthernet 0/5 with a straight-through Ethernet cable.

d. Connect PC3 to switch port FastEthernet 0/7 with a straight-through Ethernet cable.

Step 2: Perform basic PC configuration Use this table to configure addressing on the PCs. Computer

IP Address

Subnet Mask

Default Gateway

PC1

172.16.1.3

255.255.255.0

172.16.1.1

PC2

172.16.10.3

255.255.255.0

172.16.10.1

PC3

172.16.20.3

255.255.255.0

172.16.20.1

Step 3: Configure Switch 1 a. Configure Switch 1 with a hostname and console, Telnet, and privileged passwords. Telah dilaksanakan Switch#ena Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname switch1 switch1(config)#ena secret tugi switch1(config)#line con 0 switch1(config-line)#pass 123 switch1(config-line)#login switch1(config-line)#exit switch1(config)#line vty 0 15 switch1(config-line)#pass 123 switch1(config-line)#exit switch1(config)#end switch1# All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 2 of 8

CCNA Discovery Introducing Routing and Switching in the Enterprise %SYS-5-CONFIG_I: Configured from console by console switch1# Tampilan :

b. Configure Switch 1 with the VLAN 1 IP address of 172.16.1.2/24. Switch1(config)#interface vlan1 Switch1(config-if)#ip address 172.16.1.2 255.255.255.0 Switch1(config-if)#no shutdown Switch1(config-if)#exit Telah dilaksanakan Switch#ena Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int vlan1 Switch(config-if)#ip add 172.16.1.2 255.255.255.0 Switch(config-if)#no shut Switch(config-if)# %LINK-5-CHANGED: Interface Vlan1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up Switch(config-if)#exit

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 3 of 8

CCNA Discovery Introducing Routing and Switching in the Enterprise c.

Create VLAN 10, named Faculty, and VLAN 20, named Students. Switch1(config)#vlan 10 Switch1(config-vlan)#name Faculty Switch1(config-vlan)#exit Switch1(config)#vlan 20 Switch1(config-vlan)#name Students Switch1(config-vlan)#exit Telah dilaksakan Switch(config-if)#exit Switch(config)#vlan 10 Switch(config-vlan)#name Faculty Switch(config-vlan)#exit Switch(config)#vlan 20 Switch(config-vlan)#name students Switch(config-vlan)#exit

d. Configure Switch 1 with the default gateway address of 172.16.1.1. Switch1(config)#ip default-gateway 172.16.1.1 Telah dilaksanakan : Switch(config)#ip default-gateway 172.16.1.1 e. Configure Switch 1 to place interfaces Fa0/5 and Fa0/6 in VLAN 10. Switch1(config)#interface Fa0/5 Switch1(config-if)#switchport mode access Switch1(config-if)#switchport access vlan 10 Switch1(config-if)#interface Fa0/6 Switch1(config-if)#switchport mode access Switch1(config-if)#switchport access vlan 10 Switch1(config-if)#exit Telah dilaksanakan : Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int fa0/5 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 10 Switch(config-if)#int fa0/6 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 10 Switch(config-if)#exit f.

Configure Switch 1 to place interfaces Fa0/7 and Fa0/8 in VLAN 20. Switch1(config)#interface Fa0/7 Switch1(config-if)#switchport mode access Switch1(config-if)#switchport access vlan 20 Switch1(config-if)#interface Fa0/8 Switch1(config-if)#switchport mode access Switch1(config-if)#switchport access vlan 20 Switch1(config-if)#end Switch1# Telah dilaksanakan Switch#ena Switch#conf t

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 4 of 8

CCNA Discovery Introducing Routing and Switching in the Enterprise Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int fa0/5 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 10 Switch(config-if)#int fa0/6 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 10 Switch(config-if)#exit Switch(config)#int fa0/7 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 20 Switch(config-if)#int fa0/8 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 20 Switch(config-if)#end Switch# %SYS-5-CONFIG_I: Configured from console by console Switch# g. Save the configuration. Switch1#copy running-config startup-config Telah dilaksanakan Switch#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] h. By default, there is only a single VLAN for all ports.You cannot rename or delete VLAN 1.Therefore, no further configuration is necessary to assign the rest of the ports to VLAN 1.To prove this, issue the command show vlan brief.

Are all other switch ports in VLAN 1? Ya Semua kecuali Fa0/5, Fa0/6, Fa0/7, Fa0/8 Which switch ports are in VLAN 10? Fa0/5, Fa0/6, Which switch ports are in VLAN 20? Fa0/7, Fa0/8

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 5 of 8

CCNA Discovery Introducing Routing and Switching in the Enterprise

i.

Issue the command show vlan.

What difference is noticed between the two commands show vlan briefand show vlan? Show vlan ada SAID MTU sementara show vlan brief vlan, name, status, port,

Step 4: Verify connectivity a. Ping from each PC to Switch1 address of 172.16.1.2. Are PC1 pings successful?Ya

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 6 of 8

CCNA Discovery Introducing Routing and Switching in the Enterprise Are PC2 pings successful?Tidak

Are PC3 pings successful? Tidak

b. Ping from PC1 to PC2 and PC3. Can PC1 ping PC2?Tidak

Can PC1 ping PC3?Tidak All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 7 of 8

CCNA Discovery Introducing Routing and Switching in the Enterprise

Step 5: Reflection a. Why can PC1 ping Switch1 when PC2 and PC3 cannot? Karena PC1 ping Switch1 bisa, karena masih dalam satu vlan yaitu vlan1, sementara PC1 tidak bisa ping PC2 disebabkan oleh vlannya sudah berbeda yaitu vlan 10, begitu pula dengan Ping PC1 ke PC3 tidak bisa karena sudah berbeda vlan yaitu vlan 20 b. The PCs cannot ping each other. Why? Karena setiap PC sudah berbeda-beda Vlannya, PC1 Vlan 1, PC2 Vlan 10, PC3 Vlan 20

Merdeka

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 8 of 8

Praktek 4 VLAN tugiyono.pdf

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. ... One RJ-45-to-DB-9 connector console cable to configure the switch.

205KB Sizes 4 Downloads 198 Views

Recommend Documents

3.3.2.2 Lab - Implementing VLAN Security.pdf
3.3.2.2 Lab - Implementing VLAN Security.pdf. 3.3.2.2 Lab - Implementing VLAN Security.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying 3.3.2.2 ...

Characterizing VLAN usage in an Operational Network
Aug 31, 2007 - bear this notice and the full citation on the first page. To copy ... were in the same building in campus, and other devices were located in ...

Praktek 2 Switch tugiyono 15.240.0187.pdf
switch dan router disediakan di di modul praktek ini. Langkah 1: ... Switch1(config)#enable password cisco. c. ... Use the show running-config command to check.

Praktek 5 Trunk Port Jarkom4.pdf
Three Windows-based PCs with a terminal emulation program ... Device Host Name /. Interface. Fa0/0 or ... Displaying Praktek 5 Trunk Port Jarkom4.pdf. Page 1 ...

32. modul pembelajaran Praktek Basis Data (MySQL)l.pdf ...
Page 1. Whoops! There was a problem loading more pages. Retrying... Main menu. Displaying 32. modul pembelajaran Praktek Basis Data (MySQL)l.pdf.

Jurnal 3 - VLAN (Virtual Local Area Network).pdf
Whoops! There was a problem loading more pages. Retrying... Whoops! There was a problem previewing this document. Retrying... Download. Connect more ...

Inference of Network-Wide VLAN Usage In Small ...
mented on any physical infrastructure. As a result, enterprise network .... used in network monitoring tools [9] [10] also include non- user-level traffic which may ...

Characterizing VLAN usage in an Operational Network
ing VLAN usage in a large operational network. Our study ... Operations]: Network Management ... data, and the extensive use of VLANs makes the Purdue.

Jurnal 3 - VLAN (Virtual Local Area Network).pdf
Jurnal 3 - VLAN (Virtual Local Area Network).pdf. Jurnal 3 - VLAN (Virtual Local Area Network).pdf. Open. Extract. Open with. Sign In. Main menu. Displaying ...

Inference of Network-Wide VLAN Usage In Small ...
Map VLAN to physical interface: • Select the VLAN-physical interface pair with the highest correlation value and ... Communities of interest. Configuration-based ...

4 -t-t- 4
BJT Amplifiers and MOS Amplifiers · BJT Amplifiers - Frequency Response: Logarithms, Decibels, General · BJT Amplifier, Analysis at · bypass Capacitors, The.

4 -t-l- 4
Laws, Network Reduction Techniques - Series, Parallel, Series Parallel, Star · -to-Delta or Delta-to-Star Transformations, Nodal Analysis, Mesh Analysis,.

4 -t-l- 4
Speed control: change of frequency; change of poles and methods of consequent poles; cascade connection. lnjection of an EMF into rotor circuit. (qualitative ...

4 -t-t- 4 . . .
Pollution & Control: Classification of pollution, Air Pollution: primary and secondary pollutants, Automobile and lndustrial pollution, Ambient air quality standards. Water pollution: ... Wendell P. E|a.2008 PHI Leaming Pvt. Ltd. ... INDIA edition.

4 -l-l- 4
Condensers, Chimney and cooling towers. Nuclear Power Stations: Nuclear Fission and Chain reaction, Nuclearfuels, · Principle of operation ol Nuclear reactor, ...

4 -tt- 4
technologies: Wastewater Treatment methods: Primary, secondary and · Tertiary. Overview of air pollution control technologies, Concepts of bioremediation. Global Environmental Problems and Global Etforts: Climate change and · impacts on human environ

4 2 4
Nitro pdf professional 9.Dictionary ... knot isa knotatall, rather than justajumbled representation ofthe unknot. ... ГВ· Strike- Again thiscauses big problems four.

4 -ll- 4
Binary Codes, Binary Coded Decimal Code and its Properties, Unit Distance · Codes, Alpha Numeric Codes, Enor Detecting and Conecting Codes. Boolean Algebra: Basic Theorems and Properties, Switching Functions, · Canonicaland Slandard Form, Algebraic S

Chapter 4, Section 4 Notes.pdf
Pearson Education, Inc., publishing as Pearson Prentice Hall. All rights reserved. Section Reading Support HOW 69. Ancient India, Section 4. • Born poor; was a slave at. one time. • Believed in absolute power. and complete control over. the peopl

L T'P'D C 4 -lJ- 4 . . . .
Outcomes: From a given discrete data, one will be able to predict the value · of the data at ... o Helps in phase transformation, Phase change and attenuation of.

STD_9_Sem_2_Maths(4)_date_5-4-2013.pdf
Page 1 of 4. ,t---. DArE: os-r-20,-ft*. SE COND. S ID.: IX'tG.\I.l. EXAi\{INATION - 2OI3 SEN{ESTER. ,rtJtn.n, IIARKS. @. : 30. TL\IE : I Hrs. SUB: atics. I. C. c. to. tt. t?

Prelim 4-4-46.pdf
To All Occupants: Arrow Automatic will be performing a fire and life safety upgrade to. the Fire Sprinkler System, the Fire Alarm System, and the Building.

Minutes 4-4-2017.pdf
Dennis O'Brien, 120 Bolivia Street Willimantic, liaison of the Town Council for the ... Barbara J. McKinney. Clerk of the Council. Page 2 of 2. Minutes 4-4-2017.pdf.

4
ANSAS I ETT USA-S . SES 11 EURT SM32'ET. FLERE LA MONERI (HADRASEGHOLFRIF 12 ALORS ... HEATH SA 1994 AT ANG GIL "ENT LE MANS sic. THE DATED: 09.08.2012E VRSTERI FF ... ALERTAT L'ANGLAI: ET VE HATT ET SES HISHAMUR - PÅ E4 +ione A FRA5. " ATRAS. ET AB