[CCNAv6 S2] 6.2.1.7 Packet Tracer - Configuring VLANs



Packet Tracer – Configuring VLANs
Addressing Table

Objectives

Part 1: Verify the Default VLAN Configuration

Part 2: Configure VLANs

Part 3: Assign VLANs to Ports

Background

VLANs are helpful in the administration of logical groups, allowing members of a group to be easily moved, changed, or added. This activity focuses on creating and naming VLANs, and assigning access ports to specific VLANs.

Part 1:     View the Default VLAN Configuration
Step 1:     Display the current VLANs.

On S1, issue the command that displays all VLANs configured. By default, all interfaces are assigned to VLAN 1.

Step 2:     Verify connectivity between PCs on the same network.

Notice that each PC can ping the other PC that shares the same network.

·         PC1 can ping PC4
·         PC2 can ping PC5
·         PC3 can ping PC6
Pings to PCs in other networks fail.

What benefit will configuring VLANs provide to the current configuration?

Part 2:     Configure VLANs
Step 1:     Create and name VLANs on S1.

Create the following VLANs. Names are case-sensitive:

·         VLAN 10: Faculty/Staff
·         VLAN 20: Students
·         VLAN 30: Guest(Default)
·         VLAN 99: Management&Native
Step 2:     Verify the VLAN configuration.

Which command will only display the VLAN name, status, and associated ports on a switch?

Step 3:     Create the VLANs on S2 and S3.

Using the same commands from Step 1, create and name the same VLANs on S2 and S3.

Step 4:     Verify the VLAN configuration.

Part 3:     Assign VLANs to Ports
Step 1:     Assign VLANs to the active ports on S2.

Assign the VLANs to the following ports:

·         VLAN 10: Fast Ethernet 0/11
·         VLAN 20: Fast Ethernet 0/18
·         VLAN 30: Fast Ethernet 0/6
Step 2:     Assign VLANs to the active ports on S3.

S3 uses the same VLAN access port assignments as S2.

Step 3:     Verify loss of connectivity.

Previously, PCs that shared the same network could ping each other successfully. Try pinging between PC1 and PC4. Although the access ports are assigned to the appropriate VLANs, were the pings successful? Why?

What could be done to resolve this issue?



Configuration S2: 

enable
configure terminal
vlan 10
 name Faculty/Staff
vlan 20
 name Students
vlan 30
 name Guest(Default)
vlan 99
 name Management&Native
 exit
interface f0/11
 switchport mode access
 switchport access vlan 10
interface f0/18
 switchport mode access
 switchport access vlan 20
interface f0/6
 switchport mode access
 switchport access vlan 30
interface g0/1
 switchport mode trunk
 switchport trunk native vlan 99
 end
write memory
!

Configuration S1: 

enable
configure terminal
vlan 10
 name Faculty/Staff
vlan 20
 name Students
vlan 30
 name Guest(Default)
vlan 99
 name Management&Native
 exit
interface g0/1
 switchport mode trunk
interface g0/2
 switchport mode trunk
 switchport trunk native vlan 99
 end
write memory
!

Configuration S3: 

enable
configure terminal
vlan 10
 name Faculty/Staff
vlan 20
 name Students
vlan 30
 name Guest(Default)
vlan 99
 name Management&Native
 exit
interface f0/11
 switchport mode access
 switchport access vlan 10
interface f0/18
 switchport mode access
 switchport access vlan 20
interface f0/6
 switchport mode access
 switchport access vlan 30
interface g0/2
 switchport mode trunk
 switchport trunk native vlan 99
 end
write memory
!
END !~!


Nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S4] 8.2.4.14 Packet Tracer - Troubleshooting Enterprise Networks 3

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 7.3.2.4 Packet Tracer - Troubleshooting Standard IPv4 ACLs