3.4.5 Packet Tracer - Configure Trunks - ILM
3.4.5 Packet Tracer - Configure Trunks - ILM
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Addressing Table
Device Interface IP Address Subnet Mask Switch Port VLAN
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.
Instructions
a. On S1, issue the command that will display all VLANs configured. There should be ten VLANs in total.
Notice that all 26 access ports on the switch are assigned to VLAN 1.
b. On S2 and S3, display and verify that all the VLANs are configured and assigned to the correct switch
ports according to the Addressing Table.
Close configuration window
2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 3 www.netacad.com
Packet Tracer - Configure Trunks
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.
Question:
Although you have a native VLAN mismatch, pings between PCs on the same VLAN are now successful.
Explain.
Type your answers here.
Pings are successful because trunking has been enabled on S1. Dynamic Trunking Protocol (DTP)
has automatically negotiated the other side of the trunk links. In this case, S2 and S3 have now
automatically configured the ports attached to S1 as trunking ports.
2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 3 www.netacad.com
Packet Tracer - Configure Trunks
Port G0/1 is a trunk port and trunks ports are not displayed.
Close configuration window
End of document
Answer Scripts
Switch S1
interface range g0/1 – 2
switchport mode trunk
switchport trunk native vlan 99
Switch S2
interface range g0/1 – 2
switchport mode trunk
switchport trunk native vlan 99
Switch S3
interface range g0/1 – 2
switchport mode trunk
switchport trunk native vlan 99
2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 3 www.netacad.com