Home > CCNA VTP SIM Question

CCNA VTP SIM Question

February 21st, 2014 Go to comments

Question

This task requires you to use the CLI of Sw-AC3 to answer five multiple-choice questions. This does not require any configuration.

To answer the multiple-choice questions, click on the numbered boxes in the right panel.

ccna_vtp_sim_question

There are five multiple-choice questions with this task. Be sure to answer all five questions before leaving this item.

Notice: All the images in this VTP LAB are used for demonstration only, you will see slightly different images in the real CCNA exam. You can download this sim to practice here (but notice that this sim is not perfect, only for practicing purpose): http://www.9tut.com/download/9tut.com_CCNA_vtp_sim.pka

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

Note: In this VTP sim, you have to answer 5 questions. After answering the first question, click on the number boxes to move to other questions. If you click “Next” at the first question, you will lose points for 4 remaining questions.

Question 1

What interface did Sw-AC3 associate with source MAC address 0010.5a0c.ffba ?

a) Fa0/1

b) Fa0/3

c) Fa0/6

d) Fa0/8

e) Fa0/9

f) Fa0/12

Answer: Fa 0/8

Explanation: to find out which interface associated with a given MAC address, use the show mac-address-table command. It shows the learned MAC addresses and their associated interfaces. After entering this command, you will see a MAC address table like this:

ccna_vtp_sim_answer_1

From this table we can figure out that the MAC address 0010.5a0c.ffba is associated with interface Fa0/8.

Note: There are some reports that the “show mac-address-table” command does not exist in the exam. So in the exam, if you cannot use the “show mac-address-table” command then try using the “show mac address-table” (without “-”) instead.

Question 2

What ports on Sw-AC3 are operating has trunks (choose three)?

a) Fa0/1

b) Fa0/3

c) Fa0/4

d) Fa0/6

e) Fa0/9

f) Fa0/12

Answer: Fa0/3, Fa0/9 and Fa0/12

Explanation: Use the show interface trunk command to determine the trunking status of a link and VLAN status. This command lists port, its mode, encapsulation and whether it is trunking. The image below shows how it works:

ccna_vtp_sim_answer_2

(This image is used for demonstration only)

Question 3

What kind of router is VLAN-R1?

a) 1720

b) 1841

c) 2611

d) 2620

Answer: 2620

Explanation: VLAN-R1 is the router directly connected to Sw-Ac3 switch, so we can use the show cdp neighbors command to see:

1. Neighbor Device ID : The name of the neighbor device;

2. Local Interface : The interface to which this neighbor is heard

3. Capability: Capability of this neighboring device – R for router, S for switch, H for Host etc.

4. Platform: Which type of device the neighbor is

5. Port ID: The interface of the remote neighbor you receive CDP information

6. Holdtime: Decremental hold time in seconds

Sample output of show cdp neighbors command:

ccna_vtp_sim_answer_3_2

One thing I want to notice you is “Local Intrfce” in the image above refers to the local interface on the device you are running the “show cdp neighbors” command

Question 4

Which switch is the root bridge for VLAN 1?

Answer: Sw-DS1

Explanation: First we use the show spanning-tree vlan 1 to view the spanning-tree information of VLAN 1

ccna_vtp_sim_answer_4

From the “Cost 19″, we learn that the root switch is directly connected to the Sw-Ac3 switch over a 100Mbps Ethernet link

Notice that if you see all of the interface roles are Desg (designated) then you can confirm Sw-Ac3 switch is the root bridge for this VLAN (VLAN 1).

If you see there is at least one Root port in the interface roles then you can confirm Sw-Ac3 is not the root bridge because root bridge does not have root port. In this case, we notice that the root port on Sw-Ac3 switch is FastEthernet0/12, so we have to figure out which switch is associated with this port -> it is the root bridge. You can verify it with the show cdp neighbors command:

ccna_vtp_sim_answer_4_2

The “Local Intrfce” column refers to the interface on the switch running “show cdp neighbors” command. In this case, Sw-DS1 is associated with interface FastEthernet0/12 -> Sw-DS1 is the root bridge

Question 5

What address should be configured as the default-gateway for the host connected to interface fa 0/4 of SW-Ac3?

Answer: 192.168.44.254

Explanation:

First we have to identify which VLAN interface Fa0/4 belongs to by the show vlan command

ccna_vtp_sim_answer_4_show_vlan

From the exhibit we know that VLAN 44 is configured on router using sub-interface Fa0/0.44 with IP address 192.168.44.254/24

ccna_vtp_sim_answer_4_part_exhibit

Therefore the default gateway of the host should be 192.168.44.254

Question 6

From which switch did Sw-Ac3 receive VLAN information ?

Answer: Sw-AC2

Explanation: to view the VTP configuration information, use the show vtp status command

ccna_vtp_sim_answer_4_show_vtp_status

So we knew Sw-Ac3 received VLAN information from 163.5.8.3 (notice:the IP address may be different). Finally we use the show cdp neighbors detail to find out who 163.5.8.3 is:

ccna_vtp_sim_answer_4_show_cdp_neighbors_detail

Note: If in the exam you find that “Configuration last modified by 0.0.0.0” then “0.0.0.0″ here indicates it does not receive VLAN information from anyone -> Sw-Ac3 is also the local updater. Therefore the answer in this case is Sw-Ac3.

Question 7

Refer to the exibit, SwX was taken out of the production network for maintenance. It will be reconnected to the Fa 0/16 port of Sw-Ac3. What happens to the network when it is reconnected and a trunk exists between the two switches?

ccna_vtp_sim_answer_7_new_switch

A – All VLANs except the default VLAN will be removed from all switches

B – All existing switches will have the students, admin, faculty, Servers, Management, Production, and no-where VLANs

C – The VLANs Servers, Management, Production and no-where will replace the VLANs on SwX

D – The VLANs Servers, Management, Production and no-where will be removed from existing switches

Answer and Explanation:

First we should view the VTP configuration of switch Sw-Ac3 by using the show vtp status command on Sw-Ac3

ccna_vtp_sim_answer_7_new_switch_answer_2

Notice that its configuration revision number is 5 and VTP Domain Name is home-office

Next, from the exhibit we know that SwX has a revision number of 6, which is greater than that of Sw-Ac3 switch, and both of them have same VTP Domain Name called “home-office”.

ccna_vtp_sim_answer_7_new_switch_answer_1

Therefore SwX will replace vlan information on other switches with its own information. We should check vlan information of Sw-Ac3 switch with show vlan command

ccna_vtp_sim_answer_7_new_switch_answer_3

So the correct answer is D – The VLANs Servers, Management, Production and no-where will be removed from existing switches

Please notice that in the real CCNA exam you may see a different configuration revision of Sw-Ac3 or of SwX. In general, which switch has a higher revision number it will become the updater and other switches will overwrite their current databases with the new information received from the updater (provided that they are on the same domain and that switch is not in transparent mode). In particular, if the revision number of SwX is lower than that of Sw-Ac3, the answer should be “C – The VLANs Servers, Management, Production and no-where will replace the VLANs on SwX”.

Also, some recent comments have said that the new switch’s VTP Operating Mode is Server but the answer is still the same.

Note: If a switch is in client mode and has a higher Revision number, it can still update other Server switches (with lower Revision numbers).

Question 8

Out of which ports will a frame be forwarded that has source mac-address 0010.5a0c.fd86 and destination mac-address 000a.8a47.e612? (Choose three)

A – Fa0/8

B – Fa0/3

C – Fa0/1

D – Fa0/12

 

Answer: B C D

Explanation:

First we check to see which ports the source mac-address and the destination mac-address belong to by using show mac-address-table command

ccna_vtp_sim_answer_8_1

We notice that the source mac-address 0010.5a0c.fd86 is listed in the table and it belongs to Vlan 33 but we can’t find the destination mac-address 000a.8a47.e612 in this table. In this case, the switch will flood to all ports of Vlan 33 and flood to all the trunk links, except the port it received this frame (port Fa0/6). Therefore from the output above, we can figure out it will flood this frame to Fa0/1, Fa0/3 and Fa0/12.

Please notice that the “show mac-address-table” command just lists information that was learned by the switch, it means that there can be other ports besides Fa0/1, Fa0/3 and Fa0/12 belong to Vlan 33. You can use the show vlan command to see which ports belong to vlan 33

ccna_vtp_sim_answer_8_2

And we found other ports which belong to vlan 33, they are Fa0/2, Fa0/5 and Fa0/7. Our switch will flood the frame to these ports, too.

And we can check which trunk ports will receive this frame by the show interface trunk command

ccna_vtp_sim_answer_8_3

-> Port Fa0/9 will also receive this frame!

Note: Some reports said there is another version of this question. A reader on 9tut commented:

Another question on the VTP SIM was” What will be the destination MAC address of a packet with Source IP address 192.168.44.1 and destination IP address 192.0.2.X (doesn’t really matter what will be the Dest. IP address, since it will be sent to the router).
The answer is simple:
Since the source IP address belongs to VLAN 44, the default gw of the sender is the Router’s Subinterface 192.168.44.254, and this is where the packet will be sent. Thus, you need to perform a ‘show cdp nei’ on the Sw-AC3 in order to find the local FastEthernet port where the router is connected. Then execute a “show mac address-table” (this command was functioning) and find the mac address associated with the previous port. This is the answer.

Question 9

If one of the host connected to Sw-AC3 wants to send something for the ip 190.0.2.5 (or any ip that is not on the same subnet) what will be the destination MAC address?

Answer and Explanation:

Because the destination address is not on the same subnet with the switch, it will forward the packet to its default gateway. So we have to find out who is the default gateway of this switch by using the show running-config command

ccna_vtp_sim_answer_9_1

From the output, we notice that its default-gateway is 192.168.1.254. In fact, we can easily guess that its default gateway should be a layer 3 device like a router; and in this case, the VLAN-R1 router. To verify our theory, use the show cdp neighbor detail command and focus on the description of VLAN-R1 router

ccna_vtp_sim_answer_9_2

From this output, we can confirm the switch’s default gateway is VLAN-R1 router (with the IP address of 192.168.1.254). And “the interface: FastEthernet0/3″ tells us that the switch is connected to VLAN-R1 router through Fa0/3 port (Fa0/3 is the port on the switch).

Finally we just need to use the show mac-address-table command to find out which MAC address is associated with this interface

ccna_vtp_sim_answer_9_3

(Notice that in the real CCNA exam the MAC address or port may be different)

And we find out the corresponding MAC address is 000a.b7e9.8360. Although there are some entries of port Fa0/3 with different Vlans but they have the same MAC address

Other lab-sims on this site:

CCNA Access List Sim

CCNA Access List Sim 2

CCNA NAT SIM Question 1

CCNA NAT SIM Question 2

CCNA Frame Relay Sim

CCNA Configuration SIM Question (RIPv2 SIM)

CCNA EIGRP LAB

CCNA Drag and Drop SIM

CCNA Implementation SIM

Comments
Comment pages
1 24 25 26 27 28 43 43
  1. Anonymous
    August 19th, 2013

    I passed my CCNA on the 6th of August scoring 907/1000. the simulation questions were Access Lists, EIGRP and VTP. In VTP commands, they disabled mac-address-table so you can use mac address-table incase the first one didn’t work. all the best guys. you can call me for more clarification on +2348030957364.

  2. goodhope7
    August 19th, 2013

    Hey zain? thank you for reaching out to help, however you can, may God bless you more!

  3. Jeya
    August 19th, 2013

    I passed my CCNA exam on 18th august score 1000/1000. the lab questions were eigrp, access list, vtp. Thank you so much for 9tut.com . The tutorials as well as the lab questions were helpful for me. Thanks….. Continue your great job…. !

  4. mat
    August 19th, 2013

    @ Zain or Jeya anything you can help me with, my second attempt tomorrow reach me at mathew_williams7@aol.com. thank you

  5. anzaankd
    August 19th, 2013

    Any one plz help me out with latest dumps……..appreciate it.

  6. anzaankd
    August 19th, 2013

    sorry forgot to leave my email id— anzaankd@gmail.com thank u.

  7. Latest
    August 19th, 2013

    Hello, could somebody provide the latest CCNA 640-802 dumps to andrew316@live.ca

  8. rose
    August 19th, 2013

    Hello guys,
    anybody know how many questions need to attempt to get pass the CCNA exam?

  9. ndane
    August 20th, 2013

    which part of the exam does the lab occur? is it in the last part, first or in the middle of the exam. thanks..

  10. ubimasja
    August 20th, 2013

    i have completed the ccna exam i got dump from ( pass4sure dump ) http://okk.us/QEzJx6

  11. dharms
    August 20th, 2013

    Can someone email me the latest dumps for 640-802 to dharmeshkavia@msn.com please.

  12. nathi
    August 20th, 2013

    can someone email me the latest dumps for 640-802 to nmkhonta@yahoo.com

  13. Fernando E
    August 20th, 2013

    in Q#7 Port 16 is an access port for vl 1.
    So VTP messages will no be propagated throgh this port.
    Then, vlan information qill not be modified.
    correct me if i’m wrong.
    Im taking CCNA in some hours xD
    regards

  14. Azaad
    August 21st, 2013

    Passed CCNA Exam (640-802) with 920/1000.
    Exam duration : 120 min (2 hours)
    My duration : approximately 80 min
    Total 53 questions (50 Multiple choice questions + 2 simulations + 1 simlet)
    I used Boson Netsim, Packet tracer, GNS3 for my lab.
    Also I refered CBT Nuggets, CCNA Study guide by Richard Deal.
    I used lot of dumps. Mostly all of them. I really never thought to by heart any materials. But when I put in practice i can see the answer and click it without read the questions.
    I finally used Cisco.Acme.640-802.v2013-08-06.by.Acme.649q.vce.

    Simulations
    1. ACL – Little modifications (host D can web access finance web server, but no other service. Deny other hosts to access the finance web server, All other traffic are allowed.)

    2. EIGRP – IP addresses are changed, Autonomous Number changed. Router names are different when compared to any dumps (Southern, Northern).

    3. VTP – Find trunk ports, which switch is root bridge, SwX Exhibit Questions, Find ports by giving source mac and destination mac, and From which switch did AC3 receive vlan information.

  15. Unknown
    August 21st, 2013

    passed my exam with 986! So happy! Thank you so much 9tut.com and exam-collection. guys all the questions are from these two sites. you must do spike 662q. Lab was acl 2, eigrp as 2, and vtp. good luck everyone

    Thanks again 9Tut, God bless you

  16. Himal
    August 22nd, 2013

    Passed with 986. Mistake( due to show mac-address-table not showing any entries) in one question from vtp sim. Thanks 9tut

  17. micky
    August 22nd, 2013

    please can someone email me the latest dump ashongm05@live.com

  18. raxstar
    August 22nd, 2013

    @ himal – The command is Switch#show mac address-table , these cisco peoples can be very annoying …

  19. steells
    August 22nd, 2013

    Hello, can someone send me the latest CCNA 640-802 dumps at steells@gmail.com
    thanks.

  20. Anonymous
    August 22nd, 2013

    cisco exam is very easy ,,come to bangalore pearson centre ,,,admin of pearson centre will help for some rupees..its tooo easyyy

  21. Bariki
    August 22nd, 2013

    Hi friends.
    I heard that the last day for CCNA 640-802 exam is the end of september and after that another CCNA exam will start, friends how you know this story or is just missunderstanding?
    Also there are a few lad guestion on this page tha i can and i need more lab questions so if any one has them can you please send to my email barikistua@yahoo.com
    Thank you.

  22. Bariki
    August 22nd, 2013

    Hi. cane someone send the latest CCNA 640-802 dumps to me, sharifaki100@yahoo.com

  23. yami
    August 22nd, 2013

    thanks lamala

  24. Stancee
    August 22nd, 2013

    Just passed my CCNA exam today. Thanks to everybody that posted their experience and also 9tut members. I read Sekhar dumps twice but there are new questions that are not in Sekhar dumps. maybe another dump will do.
    Sims are VTP, EIGRP, ACL. You need to read and understand the sims in 9tut very well.

    In ACL, Permit host B access to finance web server via http i.e. permit tcp host 192. 168.x.x host 172.22.x.x eq 80
    deny any other access from host B from accessing finance server i.e. deny ip host 192.168.x.x hos 172.22.x.x
    permit any other

    In VTP, mac-address-table is not working, I used mac address-table. The Conf Revision in SwX was 7, then Conf Rev in Sw Ac3 looks like 8 or 6 but I choose 8 after proper look, which means that the default, student, admin and faculty will remain the switch

    EIGRP has passive interface but on the s1/0, so I didn’t remove it.
    Networks 192.168.60.0 and 192.168.77.0 didn’t appear on R1, so added the 2 networks

  25. Somindra
    August 22nd, 2013

    Passed my CCNA 640-802 on 21 August 2013… (933/1000)

    Here’s what I did to pass my exam. Yeah you need to work hard. Don’t rely on dumps. You will be failed for sure. You need to think out side the box specially on ACL & NAT…

    I was using Todd Lammle CCNA Study Guide 7 Edition (Yeah its worth of money). I have read the book twice. Went through many Packet tracer example until I was really comfortable with the exam objectives.

    Then the second resources. Yes you guessed it right. It is 9tut.com. Best website for the CCNA.

    I did dumps but don’t try to remember just answer. Make sure you understand the questions. Otherwise you won’t be able to understand the questions outside the dumps.

    My CCNA score was 933 out of 1000

    SIM

    ACL, EIGRP and VTP.

    Preparation time for the CCNA was 3 months but I had previous experience of Networking since I have finished my Foundation Degree.

    Yeah you need to spend at least 4 hours day for first two months and 6 to 10 hours on last month.

    if anyone need any help or resources just let me know. I have some good stuff for 640-802.

    Good luck.
    my email is: somindradilruk@gmail.com

  26. Vincent
    August 23rd, 2013

    Passed today 973/1000.
    Total 50 questions, including 2 simulations (EIGRP and VTP) + 1 simlet.

    Thank you 9tut

  27. Spider
    August 24th, 2013

    Passed yesterday with a perfect score of 1000/1000.

    50 questions all in all with VTP, EIGRP, and ACL2 from it.

    Thanks 9tut, sekhar, spike, and brar.

  28. Nusrat Hussain
    August 24th, 2013

    Passed today
    I have reading materials and VCE ( Sehkar ) still 100% valid.
    Same sim VTP ACL2 and NAT and EIGRP for reason I cold not advertised all network there was a passive interface but I cold not remove it my be bug is sim.
    If anyone needs any help please let me know I am more than happy to share my reading note and VCE. please email me at hussn@yahoo.com.
    Thanks for people who working hard to maintain this site.

  29. Eddie
    August 25th, 2013

    hi guys!
    At question 8 … i want to understand why fa0/7 is an option to answer…because the frame will be forwarded out to fa0/12, fa0/3, fa0/1, fa0/2, fa0/5, fa0/7 and fa0/9… So…there are 4 options to answer…fa0/1, fa0/12, fa0/9 and fa0/7.
    What am i missing?

  30. Anonymous
    August 25th, 2013

    Passed the exam: EIGRP, ACL 2 and this VTP Sim were on the CCNA exam! study study study these!

  31. Question 9
    August 25th, 2013

    For anyone think the sim doesn’t shows the mac addresses in mac-address-table, you have to wait about a minute or just ‘reload’ switch you’re terminaling. It seems like it takes some time for converging in spanning tree. blocking 15 sec, listening 15 sec, learning 15 sec, total 45 seconds for most mac address to appear.

  32. Question 9
    August 25th, 2013

    Can anyone tell me why SW-DS1 and SW-AC2 both show as root in show spanning-tree command in each switch? I was just playing around, and shoot the command on each switch, both switches show as ‘this bridge is the root’ in result.
    How can two switches become root?

  33. Singh
    August 25th, 2013

    In the VTP SIM when i do show mac address-table I don’t see the mac address 0010.5a0c.ffba Is there something wrong with the PKA attached?

  34. Marco
    August 26th, 2013

    Please send me latest dumps at lmarcolb89@gmail.com

    Thanks

  35. Francisco
    August 26th, 2013

    Passed last week! Labs were EIGRP, ACL 2 and VTP. Each one with few modifications. Practice all questions here. Very usefull!!!

  36. Sam
    August 26th, 2013

    I cleared CCNA Today. Thank you 9tut. VTP,Eigrp and acl2 are the labs.
    In Eigrp There was another network in Central router although i removed it.
    ACl 2 -Permit Host 3 web access,deny all other from host C.

    If you want to clear CCNA read dumps and sims from 9tut. If score is the concern refer shekar.

    All the best

  37. Just_Passed
    August 27th, 2013

    I just passed the CCNA today. This site very helpful, especially EIGRP, ACL, and VTP labs.
    Note that the “show vtp status” command failed to list the updater’s IP address until after I did a “show VLAN” and then scrolled back up in the switch output. Must be a bug in the test software.

  38. mahdi hassan
    August 27th, 2013

    yesterday I passed CCNA exam with 895 the exam is very easy especially the labs was eigrp ,acl2 ,vtp my advice for all just read 9tut labs and sheckar 697q $spike 667q

  39. Simed
    August 27th, 2013

    Please send me latest dumps at simonos-b6@hotmail.com

  40. ancy
    August 28th, 2013

    pls send me latest dumps at ancy06.hamid@gmail.com

  41. Jeffy
    August 28th, 2013

    kindly send latest dumps to jeffyjan@gmail.com

  42. Sameer
    August 28th, 2013
  43. anoyn
    August 28th, 2013

    pass the exam
    sims were acl list
    eigrp
    spike dump vali 100%100
    the last statement in acl permit ip any any

  44. v
    August 29th, 2013

    Answer to Question 9 is incorrect. Switch can have a different default gateway than a host (or does not have it at all).

  45. jose
    August 29th, 2013

    Please send me the latest dump. Am sitting ccna exam on Friday next week.

  46. mark
    August 29th, 2013

    thanx to 9tut,spike dumps 662,670 passed wit 907

  47. Simed
    August 29th, 2013

    Did we can use the “Tab” and short commands in a reel exam ?

  48. ABC
    August 29th, 2013

    Even after letting STP converge i am not getting all the mac addresses when i type the show mac-address-table command in Sw-AC3

  49. Tomi
    August 29th, 2013

    Hi, Can someone send me latest dump CCNA-640-802.
    papal_d@yahoo.com
    Thanks in advance

  50. Duuly
    August 29th, 2013

    thank 9tut, spike and sekhar job done today!! hureeeeeee!! CCNP Here I come!!, guys you dont need any other dumps, if you study spike,sekhar and all the sims from here 9tut. but you need to understand how things work. since there are some twist in Sims. but if you got he concept you done!! YOU NEED TO UNDERSTAND THE CONCEPT!!

Comment pages
1 24 25 26 27 28 43 43
  1. No trackbacks yet.
Add a Comment