[CCNAv6 S2] 6.2.2.4 Packet Tracer - Configuring Trunks



Packet Tracer – Configuring Trunks
Addressing Table

Objectives

Part 1: Verify VLANs

Part 2: Configure Trunks

Background

Trunks are required to pass VLAN information between switches. A port on a switch is either an access port or a trunk port. Access ports carry traffic from a specific VLAN assigned to the port. A trunk port by default is a member of all VLANs; therefore, it carries traffic for all VLANs. This activity focuses on creating trunk ports, and assigning them to a native VLAN other than the default.

Part 1:     Verify VLANs
Step 1:     Display the current VLANs.

a.     On S1, issue the command that will display all VLANs configured. There should be ten VLANs in total. Notice how all 24 access ports on the switch are assigned to VLAN 1.

b.     On S2 and S3, display and verify all the VLANs are configured and assigned to the correct switch ports according to the Addressing Table.

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

Although PC1 and PC4 are on the same network, they cannot ping one another. This is because the ports connecting the switches are assigned to VLAN 1 by default. In order to provide connectivity between the PCs on the same network and VLAN, trunks must be configured.

Part 2:     Configure Trunks
Step 1:     Configure trunking on S1 and use VLAN 99 as the native VLAN.

a.     Configure G0/1 and G0/2 interfaces on S1 for trunking.

b.     Configure VLAN 99 as the native VLAN for G0/1 and G0/2 interfaces on S1.

The trunk port takes about a minute to become active due to Spanning Tree. Click Fast Forward Time to speed the process. After the ports become active, you will periodically receive the following syslog messages:
%CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on GigabitEthernet0/2 (99), with S3 GigabitEthernet0/2 (1).
%CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on GigabitEthernet0/1 (99), with S2 GigabitEthernet0/1 (1).
You configured VLAN 99 as the native VLAN on S1. However, S2 and S3 are using VLAN 1 as the default native VLAN as indicated by the syslog message.
Although you have a native VLAN mismatch, pings between PCs on the same VLAN are now successful. Why?
Step 2: Verify trunking is enabled on S2 and S3.
On S2 and S3, issue the show interface trunk command to confirm that DTP has successfully negotiated trunking with S1 on S2 and S3. The output also displays information about the trunk interfaces on S2 and S3.

Which active VLANs are allowed to cross the trunk?

Step 3: Correct the native VLAN mismatch on S2 and S3.

c.     Configure VLAN 99 as the native VLAN for the appropriate interfaces on S2 and S3.

d.     Issue show interface trunk command to verify the correct native VLAN configuration.

Step 4: Verify configurations on S2 and S3.

e.     Issue the show interface interface switchport command to verify that the native VLAN is now 99.

f.      Use the show vlan command to display information regarding configured VLANs. Why is port G0/2 on S2 no longer assigned to VLAN 1?

Suggested Scoring Rubric

Packet Tracer scores 80 points. The three questions in Step 1, 2 and 3 are worth 20 points.



Configuration S2: 

enable
configure terminal
interface g0/1
 switchport mode trunk
 switchport trunk native vlan 99
 end
write memory
!

Configuration S1: 

enable
configure terminal
interface g0/1
 switchport mode trunk
 switchport trunk native vlan 99
interface g0/2
 switchport mode trunk
 switchport trunk native vlan 99
 end
write memory
!

Configuration S3: 

enable
configure terminal
interface g0/2
 switchport mode trunk
 switchport trunk native vlan 99
 end
write memory
!


show interface trunk
show interface interface_id switchport
show vlan brief



Link Download: Here



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