Question: LAB: VLAN CONFIGURATION table [ [ Addressing Table ] , [ table [ [ Device ] , [ ( Hestname ) ] ]

LAB: VLAN CONFIGURATION
\table[[Addressing Table],[\table[[Device],[(Hestname)]],Interface,IP Addras:,Subnet Mask,Deftault Gateway],[$1,V.AN 99,17217.9911,2552552550,NVA],[$2,V.AN 99,17217.99.12,255.255.2550,N/A],[83,V.AN 99,172.17.99.13,255255255.0,N/A],[PC1,NIC,172.17.10.21,255.255.255.0,172.17.10.1],[PC2,NIC,172.17.20.22,255.255.255.0,172.17.20.1],[Pc3,MiC,172.1730.23,255.255.255.0,172.1730.1],[PC4,NiC,172.17.10.24,255.255.255.0,172.17.10.1],[PC5,NiC,172.1720.25,2552552550,172.1720.1],[PC6,NIC,172.1730.26,2552552550,172.1730.1]]
Task 1: Prepare the Network
Create a network same as the one in the topology diagram above in Cisco Packet Tracer. You can use any switch if it has the required interfaces shown in the topology.
For each switch set the hostname in config tab and then use the following commands. For example, for $1 :
int vlan 99
ip address 172.17.99.11255.255.255.0
Task 2:
Step 1: Disable unused ports on the switches
It is a good practice to disable any unused ports on the switches by putting them in shutdown. Disable all ports on the switches:
First enable the switch by using command enable.
Switch#config term
Switch(config) #interface range fa0/1-24
Switch (config-if-range) #shutdown
Switch (config-if-range) #interface range gi0/1-2
Switch (config-if-range) #shutdown
Take a screenshot of you commands and put it in the word document.
Step 2: Re-enable the user ports on switch:
S(config)# interface range fa0/1, fa0/2,fa03,fa04
S(config-if-range)# switchport mode access
S(config-if-range)# no shutdown
Take a screenshot of you commands and put it in the word document.
Task 3: Configure VLANs on the Switch
Step 1: Create VLANs on switch S1
There are four VLANS configured for this lab: VLAN 10(faculty/staff); VLAN 20(students); VLAN 30(guest); and VLAN 99(management). After you create the VLAN, you will be in vlan configuration mode, where you can assign a name to the VLAN with the name vlan name command.
S1(config) #v1an 10
S1(config-vlan) Hname faculty/staff
S1(config-vlan) #v1an 20
S1(config-vlan) #name students
S1(config-vlan) #v1an 30
S1(config-vlan) #name guest
S1(config-vlan) #v1an 99
S1(config-vlan) finame management
S1(config-vlan) #end
S1#
Step 2: Verify that the VLANs have been created on S1
Use the show vlan command. Take a screenshot and put it in your word document.
show vlan [VLAN Name]
\table[[VLAN,Nane,Status,Ports],[1,default,active,],[10,faculty/staff,active,],[20,\table[[students]],active,],[30,guest,active,],[99,management,active,]]
Step 3: Configure and name VLANs on switches S2 and S3.
Create and name VLANs 10,20,30, and 99 on S2 and S3 using the commands from Step 1.
Step 4: Assign switch ports to VLANs on S3.
You can assign each port individually or you can use the interface range command to simplify this task, as shown here. First use the command config term. Then type the commands below:
Take a screenshot and put it in your word document.
LAB: VLAN CONFIGURATION \ table [ [ Addressing

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!