[ad_1]
Obtain 6.2.1.7 Packet Tracer – Configuring VLANs.pka File Accomplished 100%
Packet Tracer – Configuring VLANs
Addressing Desk
Targets
Half 1: Confirm the Default VLAN Configuration
Half 2: Configure VLANs
Half 3: Assign VLANs to Ports
Background
VLANs are useful within the administration of logical teams, permitting members of a gaggle to be simply moved, modified, or added. This exercise focuses on creating and naming VLANs, and assigning entry ports to particular VLANs.
Half 1: View the Default VLAN Configuration
Step 1: Show the present VLANs.
On S1, concern the command that shows all VLANs configured. By default, all interfaces are assigned to VLAN 1.
Step 2: Confirm connectivity between PCs on the identical community.
Discover that every PC can ping the opposite PC that shares the identical community.
· PC1 can ping PC4
· PC2 can ping PC5
· PC3 can ping PC6
Pings to PCs in different networks fail.
What profit will configuring VLANs present to the present configuration?
Half 2: Configure VLANs
Step 1: Create and identify VLANs on S1.
Create the next VLANs. Names are case-sensitive:
· VLAN 10: School/Employees
· VLAN 20: College students
· VLAN 30: Visitor(Default)
· VLAN 99: Administration&Native
S1(config)#vlan 10
S1(config-vlan)#identify School/Employees
S1(config-vlan)#vlan 20
S1(config-vlan)#identify College students
S1(config-vlan)#vlan 30
S1(config-vlan)#identify Visitor(Default)
S1(config-vlan)#vlan 99
S1(config-vlan)#identify Administration&Native
Step 2: Confirm the VLAN configuration.
Which command will solely show the VLAN identify, standing, and related ports on a swap?
S1# present vlan temporary
Step 3: Create the VLANs on S2 and S3.
Utilizing the identical instructions from Step 1, create and identify the identical VLANs on S2 and S3.
Step 4: Confirm the VLAN configuration.
Half 3: Assign VLANs to Ports
Step 1: Assign VLANs to the energetic ports on S2.
Assign the VLANs to the next ports:
· VLAN 10: Quick Ethernet 0/11
· VLAN 20: Quick Ethernet 0/18
· VLAN 30: Quick Ethernet 0/6
S2(config)#int fa0/11
S2(config-if)#switchport entry vlan 10
S2(config-if)#int fa0/18
S2(config-if)#switchport entry vlan 20
S2(config-if)#int fa0/6
S2(config-if)#switchport entry vlan 30
Step 2: Assign VLANs to the energetic ports on S3.
S3 makes use of the identical VLAN entry port assignments as S2.
Step 3: Confirm lack of connectivity.
Beforehand, PCs that shared the identical community might ping one another efficiently. Attempt pinging between PC1 and PC4. Though the entry ports are assigned to the suitable VLANs, had been the pings profitable? Why?
No, the pings failed as a result of the ports between the switches are in VLAN 1 and PC1 and PC4 are in
VLAN 10
What may very well be executed to resolve this concern?
Configure the ports between the switches as trunk ports
Steered Scoring Rubric
[ad_2]