Lab4.1 - VLAN - VTP - DTP
Lab4.1 - VLAN - VTP - DTP
G0/1 G0/2
G0/1 G0/2
G0/1
Objectives
Part 1: Configure and Verify DTP
Background / Scenario
As the number of switches in a network increases, the administration necessary to manage the VLANs
and trunks can be challenging. To ease some of the VLAN and trunking configurations, VLAN trunking
protocol (VTP) allows a network administration to automate the management of VLANs. Trunk negotiation
between network devices is managed by the Dynamic Trunking Protocol (DTP), and is automatically
enabled on Catalyst 2960 and Catalyst 3560 switches.
In this activity, you will configure trunk links between the switches. You will configure a VTP server and
VTP clients in the same VTP domain. You will also observe the VTP behavior when a switch is in VTP
transparent mode. You will assign ports to VLANs and verify end-to-end connectivity with the same
VLAN.
Dynamic trunking protocol (DTP) manages the trunk links between Cisco switches. Currently all the
switchports are in the default trunking mode, which is dynamic auto. In this step, you will change the
trunking mode to dynamic desirable for the link between switches S1 and S2. For the link between
switches S1 and S3, the link will be set as a static trunk. Use VLAN 999 as the native VLAN in this
topology.
VLANs can be created on the VTP server and distributed to other switches in the VTP domain. In this
part, you will create 3 new VLANs on the VTP server, S1. These VLANs will be distributed to S2 using
VTP. Observe how the transparent VTP mode behaves.
Configure S1 as the VTP server in the CCNA domain with the password cisco.
Before S2 and S3 will accept VTP advertisements from S1, they must belong to the same VTP domain.
Configure S2 and S3 as VTP clients with CCNA as the VTP domain name and cisco as the VTP
password. Remember that VTP domain names are case sensitive.
Use the switchport mode access command to set access mode for the access links. Use the switchport
access vlan vlan-id command to assign a VLAN to an access port.