To configure the switch click on the host icon that is connected to the switch beway of a serial console cable.

VTP Lab Sim 1
The headquarter offices for a book retailer are enhancing their wiring closets with Layer3 switches. The new
distribution-layer switch has been installed and a new access-layer switch cabled to it. Your task is to configure
VTP to share VLAN information from the distribution-layer switch to the access-layer devices. Then, itis
necessary to configure interVLAN routing on the distribution layer switch to route traffic between thedifferent
VLANs that are configured on the access-layer switches; however, it is not necessary for you to make the
specific VLAN port assignments on the access-layer switches. Also, because VLAN database mode is being
deprecated by Cisco, all VLAN and VTP configurations are to be completed in the global configuration mode.
Please reference the following table for the VTP and VLAN information to be configured:


These are your specific tasks:
1. Configure the VTP information with the distribution layer switch as the VTP server
2. Configure the VTP information with the access layer switch as a VTP client
3. Configure VLANs on the distribution layer switch
4. Configure inter-VLAN routing on the distributionlayer switch
5. Specific VLAN port assignments will be made as users are added to the access layer switches in the future.
6. All VLANs and VTP configurations are to completed in the global configuration. To configure the switch click
on the host icon that is connected to the switch beway of a serial console cable.

VTP Lab Sim 1
The headquarter offices for a book retailer are enhancing their wiring closets with Layer3 switches. The new
distribution-layer switch has been installed and a new access-layer switch cabled to it. Your task is to configure
VTP to share VLAN information from the distribution-layer switch to the access-layer devices. Then, itis
necessary to configure interVLAN routing on the distribution layer switch to route traffic between thedifferent
VLANs that are configured on the access-layer switches; however, it is not necessary for you to make the
specific VLAN port assignments on the access-layer switches. Also, because VLAN database mode is being
deprecated by Cisco, all VLAN and VTP configurations are to be completed in the global configuration mode.
Please reference the following table for the VTP and VLAN information to be configured:


These are your specific tasks:
1. Configure the VTP information with the distribution layer switch as the VTP server
2. Configure the VTP information with the access layer switch as a VTP client
3. Configure VLANs on the distribution layer switch
4. Configure inter-VLAN routing on the distributionlayer switch
5. Specific VLAN port assignments will be made as users are added to the access layer switches in the future.
6. All VLANs and VTP configurations are to completed in the global configuration. To configure the switch click
on the host icon that is connected to the switch beway of a serial console cable.

Answer: conf t vtp mode server vtp domain cisco vlan 20 vlan 21 int vlan 20 ip address 172.16.236.1

Explanation:
255.255.255.0 no shutdown exit int vlan 21 ip address 172.16.170.1 255.255.255.0 no shutdown exit ip routing
end copy running-config startup-config conf t vtp mode client vtp domain cisco end

DLSwitch
conf t
vtp mode server
vtp domain cisco
vlan 20
vlan 21
int vlan 20
ip address 172.16.236.1 255.255.255.0
no shutdown
exit
int vlan 21
ip address 172.16.170.1 255.255.255.0
no shutdown
exit
ip routing
end
copy running-config startup-config
ALSwitch
conf t
vtp mode client
vtp domain cisco
end
copy running-config startup-config



Leave a Reply 0

Your email address will not be published. Required fields are marked *