TECH170_Lab3_JasmaandipSinghGill_N01461801

docx

School

Humber College *

*We aren’t endorsed by this school

Course

PYTH101

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

7

Uploaded by CaptainRam3552

Report
Tech 170 Winter 2022 Name: Jasmaandip Singh Gill Lab 3 – Connecting Multiple LANs and to study VLANs Instructions: 1) Add screenshots in all verification/connectivity steps 2) Fill in your name, convert the completed document to pdf and then upload Objective: 1) To setup and connect two Local Area Networks 2) To study VLANs Equipment: Packet Tracer Part 1: Connecting two LANs Procedure: 1) Create a LAN with 2 PCs and a switch 2) Assign 192.168.0.2/24 and 192.168.0.3/24 as IP addresses to the PCs 3) Make sure that you can ping from PC1 to PC2 and vice versa (Paste screenshot) 1
Tech 170 Winter 2022 Name: Jasmaandip Singh Gill 4) Create second LAN with another switch and 2 PCs 5) Assign 192.168.1.2/24 and 192.168.1.3/24 as IP addresses to the PCs 6) Make sure that you can ping from PC3 to PC4 and vice versa (Paste screenshot) 2
Tech 170 Winter 2022 Name: Jasmaandip Singh Gill 7) What needs to be done to be able to ping from PC1 to PC3 (Paste screenshot of your network diagram and successful ping) 3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Tech 170 Winter 2022 Name: Jasmaandip Singh Gill Part 2: Study VLANs Procedure: 1) Take a fresh switch and 2 new PCs 2) Connect PC1 to port fa 0/1 of the switch 3) Connect PC2 to port fa 0/2 of the switch 4) Assign 192.168.2.2/24 and 192.168.2.3/24 as IP addresses to the PCs 5) Try to ping between PC 1 and PC 2 Were you successful? Yes 6) You can display the VLAN information on the switch by entering the command: switch# show vlan brief 7) By default, Fast Ethernet ports/Gigabit Ethernet ports are set up in the default VLAN1 and there are other VLANs to connect to the fddi network, token-ring 8) Create VLAN 2 on the switch and assign port fa0/2 to VLAN 2 switch# configure terminal switch (config)# int fa 0/2 switch (config-int) # switchport mode access 4
Tech 170 Winter 2022 Name: Jasmaandip Singh Gill switch (config-int) # switchport access vlan 2 switch (config-int) # no shut switch (config-int) # exit 9) Try to ping between PC 1 and PC 2 Were you successful? No (Paste screenshot) 5
Tech 170 Winter 2022 Name: Jasmaandip Singh Gill 6
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Tech 170 Winter 2022 Name: Jasmaandip Singh Gill 7