web analytics
  • RSS

  • Polls

    What Cisco Cert Are You Currently Studying?

    View Results

    Loading ... Loading ...
  • Search on CiscoBibles

  • Popular Posts

  • Recent Comments

  • Archives

  • « | Main | »

    CCNP BCMSN(642-812) Lab – VTP

    By admin | May 19, 2009

    VLAN Trunk Protocol (VTP) reduces administration in a switched network. When you configure a new VLAN on one VTP server, the VLAN is distributed through all switches in the domain. This reduces the need to configure the same VLAN everywhere. VTP is a Cisco-proprietary protocol that is available on most of the Cisco Catalyst series products.

    There is a Lab(about VTP) in the cisco CCNP BCMSN 642-812 exam.

    clip_image002

    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.

    Solutions:

    1. Configure the VTP information with the distribution layer switch as the VTP server

    DLSwitch#conf t
    DLSwitch(config)#vtp mode server
    DLSwitch(config)#vtp domain CISCO

    2. Configure VLANs on the distribution layer switch

    DLSwitch(config)#vlan 20
    DLSwitch(config)#vlan 21

    3.Configure Ip address for Vlans :

    DLSwitch(config)#int vlan 20
    DLSwitch(if-config)#ip add 172.16.71.1 255.255.255.0
    DLSwitch(if-config)#no shut
    DLSwitch(if-config)#int vlan 21
    DLSwitch(if-config)#ip add 172.16.132.1 255.255.255.0
    DLSwitch(if-config)#no shut
    DLSwitch(if-config)#exit

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

    DLSwitch#ip routing
    DLSwitch#copy run start

    5. Configure the VTP information with the access layer switch as a VTP client

    ALSwitch#conf t
    ALSwitch(config)#vtp mode client
    ALSwitch(config)#vtp domain CISCO
    ALSwitch(config)#exit
    ALSwitch#copy run start

    That is all, hope to helpful for you. Best Luck for ur BCMSN 642-812 Exam.

    If you need the complete pass4sure test questions for 642-812 Exam, you can visit Latest Pass4sure 642-812,maye it helpful for ur exam!

             

    Topics: 642-812 Exam, 642-892 Exam, CCNP | 7 Comments »

    7 Responses to “CCNP BCMSN(642-812) Lab – VTP”

    1. Mike Says:
      June 3rd, 2009 at 8:13 am

      how did you come about the vlan ip addresses you used?

    2. Kachy Says:
      June 3rd, 2009 at 8:29 am

      Oh,i made a mistake.
      Thanks, i have modified the ip addresses.

    3. mike Says:
      June 16th, 2009 at 6:04 pm

      alright thanks cos i was almost confused

    4. How I Make $300 a Day Online Says:
      June 18th, 2009 at 6:36 am

      Hey, nice post, very well written. You should write more about this.

    5. juan.urti Says:
      July 29th, 2009 at 8:48 am

      i had a problem about the command *interface range fa0/1 – 24*

      The hotspot had a error.

      Someone knows wich is the correct command???

    6. Boy_Racer Says:
      September 20th, 2009 at 10:12 pm

      Don’t forget the verification commands:
      show run
      show vtp status
      These will help determine if you have made all the correct configurations before saving your configuration and existing the Simulation.

    7. Boy_Racer Says:
      September 20th, 2009 at 10:13 pm

      … and ‘show ip rout’

    Comments

    You must be logged in to post a comment.