Home > VTP Lab

VTP Lab

May 17th, 2014 Go to comments

Question:

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, it is necessary to configure interVLAN routing on the distribution layer switch to route traffic between the different 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:

VTP_Lab.jpg

Requirements:

VTP Domain name cisco  
VLAN Ids 20 21
IP Addresses 172.16.71.1/24 172.16.132.1/24

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 distribution layer 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 be way of a serial console cable.

Answer and Explanation:

 

1) Configure the VTP information with the distribution layer switch as the VTP server:

 

DLSwitch#configure terminal
DLSwitch(config)#vtp mode server
DLSwitch(config)#vtp domain cisco (use cisco, not CISCO because it is case sensitive)

(Requirement 2 will be solved later)
3) Configure VLANs on the distribution layer switch

To create VLANs on a switch, use the vlan vlanID# command:
DLSwitch(config)#vlan 20
DLSwitch(config)#vlan 21

Configure Ip addresses for Vlans:

DLSwitch(config)#interface vlan 20
DLSwitch(if-config)#ip address 172.16.71.1 255.255.255.0
DLSwitch(if-config)#no shutdown
DLSwitch(if-config)#interface vlan 21
DLSwitch(if-config)#ip address 172.16.132.1 255.255.255.0
DLSwitch(if-config)#no shutdown
DLSwitch(if-config)#exit

4) Configure inter-VLAN routing on the distribution layer switch

DLSwitch(config)#ip routing
DLSwitch(config)#exit
DLSwitch#copy running-config startup-config

2) Configure the VTP information with the access layer switch as a VTP client

ALSwitch#configure terminal
ALSwitch(config)#vtp mode client
ALSwitch(config)#vtp domain cisco
ALSwitch(config)#exit

ALSwitch#copy running-config startup-config

(Notice: Many reports said the copy running-config startup-config didn’t work but they still got the full mark)

Other lab-sims in this site:

LACP with STP Sim
MLS and EIGRP Sim
VTP Lab 2
Spanning Tree Lab Sim
AAAdot1x Lab Sim

Comments
  1. Brian
    January 13th, 2020

    Don’t pay for dumps.

    Free download it from mycertexam.com/blog/2020/01/08/cisco-latest-questions-answers/

    PDF + VCE

  2. Tamb
    January 15th, 2020

    Last date to test: February 23, 2020
    The 300-115 exam will be retired on February 23, 2020.

  3. Anonymous
    January 15th, 2020

    anybody have latest dumps for 300-115 please let me know.I am going to take the exam. thank tyou

  4. mannlich
    January 17th, 2020

    hi i need dumps for 300-115, any have it plz help me.

  5. ccnp recertification
    January 22nd, 2020

    hi anyone can send the dumps to my email? {email not allowed}

  6. ccnp recertification
    January 22nd, 2020

    hi anyone can send the dumps to my email? iloveu_ileo at yahoo.com

  7. Wehlich
    January 24th, 2020

    Hi guys, I need 300-115 dumps, if anyone passed the exam recently or any update. Pls share it.

  8. waqa
    January 28th, 2020

    Dear All, I need 300-115 dumps if anyone can share with me at waqa1975@gmail dot com thanks

  9. Ron
    January 29th, 2020

    Dear All, I need 300-115 dumps if anyone can share with me at {email not allowed}

  10. Anonymous
    January 29th, 2020

    Dear All, I need 300-115 dumps if anyone can share with me at realist_personality@hotmail dot com.

  11. fafacalvs
    February 9th, 2020

    interface Fa0/1 on ALSwitch should be configured as trunk port

  12. Anonymous
    February 11th, 2020

    can anyone share valid dumps please? bukhno83 (@) yahoo.com

  13. yo
    February 15th, 2020

    failed with 735. forgot vlan 99 in config and put vlan 1 in spanning-tree root primary. most of the questions here are relevant, thought there were a few I had never heard of.

  14. Vin
    February 20th, 2020

    bat puro mali tong lab na ‘to?

    trunking should be configured on fa0/1 interfaces

  15. Anonymous
    March 2nd, 2020

    has anyone taken the new style exam?

  1. No trackbacks yet.