Home > VTP Configuration Sim

VTP Configuration Sim

June 25th, 2011 in LabSim Go to comments

Question

A new switch is being added to the River Campus LAN. You will work to complete this process by first configuring the building_2 switch with an IP address and default gateway. For the switch host address, you should use the last available IP address on the management subnet. In addition, the switch needs to be configured to be in the same VTP domain as the building_1 switch and also needs to be configured as a VTP client. Assume that the IP configuration and VTP configuration on building_1 are complete and correct.

The configuration of the router is not accessible for this exercise. You must accomplish the following tasks:

Determine and configure the IP host address of the new switch.
Determine and configure the default gateway of the new switch.
Determine and configure the correct VTP domain name for the new switch.
Configure the new switch as a VTP client.

Note: In the exam, you might be asked to use first, second… available IP address on the management subnet.

VTP_Configuration_Sim_topo.jpg


Answer and Explanation

If you are not sure about VTP, please read my VTP tutorial

The question states we can’t access the router so we can only get required information from switch building_1. Click on the PC connected with switch building_1 (through a console line) to access switch building_1′s CLI. On this switch use the show running-config command:

building_1#show running-config

VTP_Configuration_Sim_show_run.jpg

Next use the show vtp status command to learn about the vtp domain on this switch

building_1#show vtp status

VTP_Configuration_Sim_show_vtp_status.jpg

(Notice: the IP address, IP default-gateway and VTP domain name might be different!!!)

You should write down these 3 parameters carefully.

Configuring the new switch
+ Determine and configure the IP host address of the new switch

The question requires “for the switch host address, you should use the last available IP address on the management subnet”. The building_1 switch’s IP address, which is 192.168.22.50 255.255.255.224, belongs to the management subnet.

Increment: 32 (because 224 = 1110 0000)
Network address: 192.168.22.32
Broadcast address: 192.168.22.63

->The last available IP address on the management subnet is 192.168.22.62 and it hasn’t been used (notice that the IP address of Fa0/1 interface of the router is also the default gateway address 192.168.22.35).

Also notice that the management IP address of a switch should be configured in Vlan1 interface. After it is configured, we can connect to it via telnet or SSH to manage it.

Switch2#configure terminal
Switch2(config)#interface Vlan1
Switch2(config-if)#ip address 192.168.22.62 255.255.255.224
Switch2(config-if)#no shutdown

+ Determine and configure the default gateway of the new switch

The default gateway of this new switch is same as that of building_1 switch, which is 192.168.22.35

Switch2(config-if)#exit
Switch2(config)#ip default-gateway 192.168.22.35

+ Determine and configure the correct VTP domain name for the new switch

The VTP domain name shown on building_1 switch is 9tut so we have to use it in the new switch (notice: the VTP domain name will be different in the exam and it is case sensitive so be careful)

Switch2(config)# vtp domain 9tut

+ Configure the new switch as a VTP client

Switch2(config)#vtp mode client

We should check the new configuration with the “show running-config” & “show vtp status”; also try pinging from the new switch to the the default gateway to make sure it works well.

Finally save the configuration

Switch2(config)#exit
Switch2#copy running-config startup-config

You can download this sim and practice it with Packet tracer here.

Comments (396) Comments
Comment pages
1 2 3 4 129
  1. Stuart
    October 3rd, 2012

    Fail ICND 2 with 804 (need 825 to pass) this Sim was in there with different IP and different building numbers . I’m going back soon

  2. Tariq
    October 4th, 2012

    Pass ICND2 very easy if you follow 9tut it can beat any dump big thanks to 9tut inventor

  3. bopeep
    October 10th, 2012

    This was on my exam yesterday

  4. SAM
    October 15th, 2012

    Passed my ICND2 on oct 6. This lab is really easy to do but at the same time understad the fundamentals and you’ll do good. also know how to do the subnet cuz in the exam there will be diff ip given to you… let me know if any one here needs a help.

  5. VTP SIM
    October 15th, 2012

    I’m testing for ICND – 2 on Wed. Just wondering if anyone has seen this other VTP SIM on the ICND-2 test lately.

    http://www.9tut.com/80-ccna-vtp-sim-question

    Thanks,

    texdoug

  6. illum
    October 17th, 2012

    Passed my ICND2 10/17. This SIM was on the exam.

  7. bhy2
    October 19th, 2012

    Got this one. For some reason couldn’t ping other switch. Still got 100%. Asked for first available IP. .129 was the first switch, .130 was default gateway, had to use .131.

  8. zeromahesh
    October 24th, 2012

    Passed ICND2 exam with 986 marks. Thanks 9tut.net. This SIM was on the exam.

  9. Subh
    November 8th, 2012

    9tut
    In the SIM, though they have not asked, do we need to configure trunks on the FastEthernet interface connecting building_2 Switch with building_1 Switch? Without configuring trunks and dot1q encapsulation it will not work. So is it necessary to configure those as well or just stick to exactly what’s asked and will get full score?

  10. Jojo
    November 8th, 2012

    @ subh
    In the exam the trunks are already configured. Even i nthe question it doesn’t mention configuring trunks. Just do the required tasks – nothing more, nothing less

  11. 9tut
    November 9th, 2012

    @Subh: Jojo is right. You don’t need to configure the trunks or anything else.

  12. Rob
    November 13th, 2012

    Passed ICND 2 today. This SIM was on it.

  13. Wick
    November 13th, 2012

    Passed ICND2 yesterday. This SIM was on it.

  14. Tovhe
    November 14th, 2012

    I passed mi ICND2 Today……I got this vlan

  15. Noor
    November 14th, 2012

    Passed icnd2 today this sim was but I excuted show running config but the IP address of vlan1 was not exist so I couldn’t answer

  16. Anonymous
    November 17th, 2012

    This was in my exam today. I passed it by 860. You have to config interface fao/24. Vlan1 is not exist. 9tut is the best. Thank you.

  17. Seb
    November 19th, 2012

    Got 804. This SIM was on it, however, when I clicked on the console for switch 2 I was given a Router terminal, and was unable to do any configs!

  18. MH
    November 19th, 2012

    Anybody got a new dump?
    mhinson1440@yahoo.com

  19. Edge
    November 19th, 2012

    Remember,,, this is a VTP sim… and you are configuring the CLIENT. The VTP will configur the VLAN once the VTP config is present. if you are configuring VLAN manually, you are wasiting your time… I got caught in that trap.. be carefull.. Ultimatly, you have to do what YOU feel you need to do. But if you stray too far off the objectives, you are doing nothing more that wasting time.. and Time, on this test, is a precious thing…. …

  20. Kabelo
    November 20th, 2012

    Hey guys am writting tommorrow any advise ? to expect ?

  21. Kabelo
    November 20th, 2012

    Hey guys am writting tommorrow any advise ? what to expect i think am ready but i do not want any suprises .

  22. It’sme
    November 21st, 2012

    At the start of this simulation the switchs name is building_1. But on the configurations towards the end it shows switch2. Should the name of the new switch be building_2, not switch2?

  23. didallus
    November 26th, 2012

    Took the test last Thursday and this was the first question…

  24. Dan
    December 1st, 2012

    I just had this one. I was doing really well with 4 questions left and I got this one. I had spent the hour before the exam practicing all the config sim that I could find but they were all router config labs. This one came up and I just went into lockdown. I knew the command to add the ip address but I was trying to excecute it in one command. Obviously the switch command is broken into 2 commands and I kept gettting the incorrect command error. AAAAAAHHHHHHH!!!! I had about 2 minutes left and I got flustered and went on to the last three multiple choice questions. I finished with an 804. 825 was passing. You know that question would have put me over the top. The sims are supposed to be around 100 points each. Going back in in a week. Wish me luck!!

    DJG

  25. Joe R
    December 2nd, 2012

    IS this on the ICND1 or 2?

  26. xallax
    December 2nd, 2012

    @joe r
    VTP is an ICND2 topic

  27. Sere81
    December 6th, 2012

    Had this sim today. I could not figure out how to get vlan1 line protocol up even after no shutdown commands.

  28. Shannon
    December 7th, 2012

    Had a very similar lab to this one yesterday, so this practise lab is a big help.

  29. LOS
    December 8th, 2012

    Taking the ICND2 test… again. I barely failed and I’m not really sure what I missed. please send me the latest dumps

    CCNA.bound@gmail.com

  30. Patel
    December 10th, 2012

    Furerlaz? That’s marvelously good to know.

  31. Steven
    December 11th, 2012

    Passed yesterday with 914. This sim was in my test. Very useful website make sure to read all the example questions as several appeared in the test.

  32. Dooooode
    December 15th, 2012

    @steven, do you recall ‘which’ example questions you saw in your test?

    @everyone – any feedback for this test taker would be greatly appreciated – taking test tomorrow and doing my last day of cramming!

  33. Dooooode
    December 15th, 2012

    I should add I am currently going through the SIM questions on 9tut (which are nothing short of awesome) and looking at the current most popular dump from examcollection…..most of my foundation is set and looking good however still the odd area that throws me off a bit (Like IPv6 questions (different types of addresses are confusing), Root/designated port elections, NAT.

  34. monroegraham
    December 17th, 2012

    Took test today and di not pass. I ran out of time, I had 5 sims and one was the one listed above. Three were Frame Relay sims, one had a router connected to 3 other routers, you could console to central router. Lots of DLCI mapping questions.

  35. andy
    December 20th, 2012

    I took my ICDN2 exam yesterday I failed,,, 798!! severals questions of this tut were in, specially the sims,, pay special atention now I want to take within 2 weeks I need packet tracer and someone who like to study in group let me know, we can do it together online. thanks in advance. My email is lasvillastravel@gmail.com
    Now I know more than yesterday.

  36. firstmode
    January 3rd, 2013

    Is there a Q&A section or a FORUM for ICND2? Like as seen at this link:http://www.9tut.com/ccna-faqs-a-tips

  37. firstmode
    January 3rd, 2013

    I take my ICND 2 tomorrow at 6:15pm! I will let you guys know what SIMs I run into!

  38. engrtahir
    January 3rd, 2013

    Hi I passed my ICND2 exam today. There was one simulation on Frame Relay which i don’t see on this website. It’s better to add it. The scenario is main router has Frame Relay with 6 routers. console access is given to the main router. then answer the questions.
    It would be nice if someone can add more information about this scenario.

    Best of luck
    engrtahir

  39. Lumious
    January 5th, 2013

    Monroegraham: You had “5″ SIMS on your exam? How much is each SIM usually worth by the way? Anyone know anything more about the Frame Relay SIM people are talking about?

  40. Lumious
    January 6th, 2013

    If anyone can send me the SIMs please send it to the following if possible:
    Lumious11@gmail.com

  41. Lumious
    January 6th, 2013

    Anyone have any information on the FRAME RELAY SIM that everyone is talking about that is on the exam?

  42. Frame Relay Question
    January 8th, 2013

    I had this question. http://www.9tut.com/ccna-hotspot-questions It came late in the exam and I was running out of time.

  43. Frame Relay Question
    January 8th, 2013

    I am re-taking my exam on 1/18/2013. I wish I would have seen this site before because a lot of the stuff on here is from the exam. Thanks 9tut!!!!!

  44. John
    January 9th, 2013

    When I open the packet tracer sim I only see the router and the switches. Is the a setting that I need to change to view the hosts or the consoles?

  45. ras
    January 19th, 2013

    CAN ANYONE SEND ME THE SIMS AND DUMPS PLIZ ON shons@gmx.com

  46. Daniel L.
    January 22nd, 2013

    Just pass ICND2, VTP Sim on the test.

  47. shafny
    January 24th, 2013

    how to doing 9tut practise lab

  48. invisible
    January 26th, 2013

    anyone take the exam for the second time, which sim was on it the second time you took it?

  49. andy
    January 28th, 2013

    Hello people I just pass ICND2 las saturday, 3 SIM , VTP, Frame relay and AL&NAT, Q1 on exam, thanks a lot 9tut, just practice gets the perfection!

  50. icepick
    February 5th, 2013

    hello i just want to ask..in your opinion, how long should we try to answer a sim? is 5 min too long for a sim to be answered?

  51. Dazza
    February 6th, 2013

    This sim was on my ICND2 exam today!!

  52. busta_t
    February 6th, 2013

    Pass icnd2 exam today score 9xx this sim was there. Thanks 9tut.net!

  53. andy
    February 11th, 2013

    icepick you must answer the sims as long as you can, this part is very valuable for the exam i would say 45 % of total exam so make sure to answer this questions.

  54. Xedia
    February 19th, 2013

    This was on my test today.

  55. Fleshwound
    February 20th, 2013

    I’m having troubles designing a small network using ACL’s. I have basically a start network with 3 routers, 1 is redundancy, and 6 switches. Im trying to play with blocking (PC21 IP address 172.16.4.4 /23) from communicating with another pc (PC12 IP address 172.17.48.4 /21). I have the following setup on the closest router that I want to block for extended ACL’s.

    access-list 100 deny ip host 172.16.4.4 host 172.17.48.4
    access-list 100 permit ip any any
    then went into the port which is FA6/0 and typed

    ip access-group 100 permit ip any any

    When I ping PC12 from PC21 it seems to work fine. Destination host unreachable. But I want PC12 to be able to still communicated with 21. Right now when I ping it says Request timed out.

    Can anyone see any errors with my acl’s?

  56. Fleshwound
    February 20th, 2013

    Im using Packet Tracer by the way. Trying to figure out ACL’s before I go take the test.

  57. CCNA
    February 22nd, 2013

    Passed my ICND2 today got 9xx studied from 9tut (thanks)cbt nuggets (Jeremy) exma collection and Wendell books. Study study and you will pass the exam easy. Good luck I received Frame relay and ospf lab, most of questions from this website.

  58. CCNA
    February 22nd, 2013

    Forgot to add I had this sim in the ICND2 exam today.

  59. Fleshwound
    February 22nd, 2013

    Did you have to enter the CLi info like the ip address and gateway?

  60. Rasronn
    February 23rd, 2013

    Fleshwoound – Yes thats the only way to answer the question. I had to figure out the last address in the subnet, apply it to the switch, apply the default gateway and domain name

  61. BigD
    March 1st, 2013

    Got this one today on icnd1, 973=pass! Thanks 9Tut!

  62. BigD
    March 1st, 2013

    my bad… icnd2…

  63. Fleshwound
    March 4th, 2013

    Can you use the ? to help with this sim, or is it disabled?

  64. NetMasterFlex
    March 9th, 2013

    I took this exam twice and passed second attempt this past Friday. This sim was on both tests. Nail this one down. It’s real easy if you practice 930! Thanks 9tut!!

  65. Fahad
    March 16th, 2013

    Passed ICND2 – today 45 questions, 75 mins, 825 to pass. VTP SIM, Dubai Router Testlet (Numbers were changed) , STP based questions from 9tut, and the Oct12 dump from examcollections.com is legit and questions appeared. thanks god!!!
    If you know the frame relay concepts such as pvc, lmi, dlci and answer those questions quickly you should be fine with rest of the questions considering you have practiced the rest atleast a few times.

    If preparing in last minute pls make sure you study all the questions in 9tut thoroughly, also a good place to start as they have explanations for majority of questions to refresh your memory for concepts.

  66. NK
    March 16th, 2013

    For ICND2 should we prepare for all the sims and hotspots from CCNA too? I’m getting very tensed now. Please help.

  67. Newbie
    March 18th, 2013

    Please help, would we be able to use “show running-config” on the exam?

  68. sam
    March 19th, 2013

    If anyone can send me the SIMs please send it to the following if possible:
    k.samat156@yahoo.com

  69. Al
    March 20th, 2013

    The comment section is for helping each other out and leaving feedback from what folks experienced on the exam. NOT for begging for dumps. Stop wasting space and work hard like the rest of us!

  70. mhammed mahdi
    March 20th, 2013

    thanks for Allah

    passed my ICND2 today got 98 studied from 9tut (thanks)cbt nuggets and exma collection

    this vtp sim it was in my exam for all don’t wary just go head you can do it.

    finally I am CCNA.

  71. mhammed mahdi
    March 20th, 2013

    little changes in ips 192.168.46.189 255.255.255.224

    they need the last available IP address on the management subnet

    192.168.46.190 its last ip.

    be sure 9tut + last exam collection + practice for sim = pass

  72. Talha
    March 26th, 2013

    This sim was on my exam today but with different ips

  73. Jeremy Ross
    March 28th, 2013

    Passed my ICND2 today. I was very surprised that I only had 1 SIM which was the VTP one on this page. The vast majority of questions are covered by 9TUT and VCE. However, do not think that you will pass without knowing how to work the Routers and switches. Also, I never used the manuals, I taught myself with Videos and labing, this was purely my decision based on the fact that I’m not academic and I find reading text difficult. The exam in itself was not that hard. Try to stay calm, as I had a minor melt down when I couldn’t remember the CMD’s for the SIM. Its funny as the SIM’s were by far my best topic but I had to leave it and move on. Practice practice practice is all I can say, and you will get there. Thank you 9TUT, I will be donating.

  74. Anonymous
    March 29th, 2013

    VTP SIM in ICND2 yesterday. They needed the first available address in subnet. Passed with 944/1000.

  75. titus
    April 8th, 2013

    Gents, why dont you try to purchase cisco’s simulator by wendel odom. It has an approximate 300 predefined labs. these are all very much alike the ccna exam simm’s. It can also help you a lot on building confidence in router, switch configuration and troubleshooting. It helped me much.

  76. Jeffrey
    April 9th, 2013

    Taking ICND2 4/9/2013 which is tomorrow! Wish me luck!!

  77. name here
    April 10th, 2013

    Taking the exam on the 12th at 9am. 9Tut helped greatly with ICND1. Hoping for more of the same with ICND2. 9Tut is such a great aid in prepping for the exam. Will update after taking the exam with what I ran into.

  78. Mauricio Davila
    April 12th, 2013

    Fleshwound, about your ACL’s, you type “IP” on your statement, as far as I know, if you type IP on any ACL’s, you block every protocol on that subnet or user, so be careful when using IP on any ACL’s. Also make sure to type “in” or “out” when applying ACL’s to an interface.

  79. name here
    April 12th, 2013

    Passed my exam today the 12th with an 888. Had this sim on there, had to configure switch with first usable address. GW was 192.168.1.33, Building 1 address was .34. First usable would be .35

  80. Anonymous
    April 15th, 2013

    Anyone know were to get a free download of vce software to view dumps on exam collection. I only have trial version and they want 30 bucks for full version.

  81. Nick
    April 15th, 2013

    This question came on today’s exam. April 15.

  82. andile
    April 16th, 2013

    Andie
    im talking my exam thursday, can anyone helpwith the right IP address that appears on the exam.my mail address is andile.ngubane@gmail.com

  83. Mick
    April 16th, 2013

    Will this sim help with “Configure, verify and troubleshoot a switch with VLANs and interswitch communications”?

    Had this same exact sim on today’s exam. Was not able to perform the verification checks at the end because I was running out of time but I am absoultley positive I answered this one 100%. I even did a “copy run start” at the end of it. Never the less the exam results came back with a disappointing 40%.

    Any thoughts of where I went wrong?

  84. Anonymous
    April 18th, 2013

    Andile
    Thanx to 9tut,passed my ICND 2 with a mark of 902, guys this is there with different Ip address.

  85. C
    April 22nd, 2013

    Had this in my exam today

  86. Anonymous
    April 24th, 2013

    Had this today. Only difference besides the IP addresses was that I also had to add the switch at building_1 to the VTP domain as well, which is easy: Configure it as a client and it will automatically become the part of the first domain it finds.

  87. Passed
    May 3rd, 2013

    Thanx 9tut.net, I took the ICND2 exam today and this sim was on it, defferent ip addresses but almost the same.

  88. Debbie Sharma
    May 6th, 2013

    Hi, nice article. I really like it!

  89. Pat
    May 6th, 2013

    Failed ICND2 today with an 804… first time taking it… retaking it in a week… this was the sime to a ‘T’ with different names

  90. Tech
    May 14th, 2013

    HI Pat, hopefully you pass this time. you said —-this was the sime to a ‘T’ with different names

    which simm are you talking about? can you remember how many simms were there? pls let me know i am booking the end of this month. thanks.

  91. kicking myself
    June 3rd, 2013

    found this site THIS MORNING! 1 hour before my ICND2 exam!!! 818!! Oh Yeah, I’m going back to get it right, but will be following this site

  92. Blackangus
    June 7th, 2013

    Passed today with 958/100. This lab was on my test.

  93. It’sme
    June 8th, 2013

    VTP Sim was on the test yesterday. If I had practiced typing the commands with packet tracer I would have passed 804/1000

  94. Viral Patel
    June 14th, 2013

    Passed ICND-2 with 1000 today. This sim was there with some changes.

  95. Passed!
    June 17th, 2013

    Thanks a lot for this great site. It helped me a lot to pass my CCNA-exam.
    Really good work!

    Greetings from Cologne/Germany!

  96. maillot equipe de france pas cher
    June 19th, 2013

    I think other web site proprietors should take this site as an model, very clean and magnificent user genial style and design, let alone the content. You are an expert in this topic! maillot equipe de france pas cher http://nouveaumaillotfrance2013.blog.com/

Comment pages
1 2 3 4 129
Add a Comment