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. Ruturaj
    August 19th, 2014

    hey ppl
    is the vtp simlet still in the exams
    ?

  2. seagiant
    August 20th, 2014

    Hi, im just confusing.
    What “SIM” and “DUMPS”?
    thanks

  3. boyz
    August 20th, 2014

    Hello
    is VTP still in the ccna exam?

  4. Blake
    August 20th, 2014

    For Q7, if the switch operating mode is transparent, will the switch not replace any of the vlan information?
    Thanks..

  5. joeb
    August 21st, 2014

    Exam due next week plz send me latest dumps 200-120 – yoyoyyx@gmail.com

    Thanks

  6. AAMIR
    August 22nd, 2014

    Would appreciate if someone send me latest dumps 20-120 on cavaliarz@gmail.com
    Thankyou

  7. annaymous
    August 25th, 2014

    kindly any one send me ccna 200-120 dumps
    shahsonic@hotmail.com

  8. hemanath
    August 27th, 2014

    Dear Sir,

    Please share me latest dumps of CCNA exam 200-120
    Khemanath@yahoo.com

  9. Nickson
    August 27th, 2014

    Hi, would anyone please send me the latest actual dumps of CCNA exam 200-120
    nicksonmaina73@yahoo.com
    i will highly appreciate

  10. MIklo
    August 29th, 2014

    please email latest dump.

    mik3ph@yahoo.com

    tnx so much

  11. Ricardo
    August 29th, 2014

    Hi, first i want to thank to 9tut for helpme to pass the CCNA exam. Only need watson dump and ACL1, ACL2 and EIGRP sims. I did 958 points!!!
    NOW I HAVE A QUESTION: IN MY PERSON VUE PROFILE THE STATUS OF THE EXAM JUST SAYS “DELYVERY SUCCESSFULL”. What means “Delivery Successful”?

  12. inou
    September 3rd, 2014

    please email the latest test dump questions to victor_vtk[at]yahoo[dot]com
    Thanks so very much

  13. Anonymous
    September 4th, 2014

    please send me the latest dump- I have test coming up. thank you

    hassan092011@gmail.com

  14. samir
    September 5th, 2014

    can i use (?) in the exam

  15. Vikas
    September 6th, 2014

    Dec 10, 2013 – Watson.314q.vce this dumps is valid or not?

  16. Hari
    September 7th, 2014

    plz send me latest dumps of watson is it valid r not …….
    harikrishece93@gmail.com

  17. Bhiral
    September 8th, 2014

    Hi,

    Please send me the latest dump for CCNA …??? my mail i’d is dave.bhiral17@gmail.com

    Thanks

  18. Anonymous
    September 8th, 2014

    plz send me latest dumps of CCNA Sim to
    manu16_feb@yahoo.co.in

  19. Dan
    September 8th, 2014

    Please send me the latest dump of watson or any valid dumps to dandarky@gmail.com TIA!

  20. Christian P. Sakalis
    September 8th, 2014

    Actually the best answer to Question 1 would be to enter as command:

    sh mac-address-table address 0010.5a0c.ffba

    Why?
    because we are given the mac address 0010.5a0c.ffba. So like that you will presented with the correct info right away…
    provided the switch supports this command, else the answer given in the Question 1 is still correct

  21. imtiaz
    September 9th, 2014

    Pls send me the Latest CCNA 200-120 dumps to imtiaz376@hotmail.com

  22. hghg
    September 10th, 2014

    i need latest dhumps,, any sugesstion

  23. Manojkumar
    September 10th, 2014

    I m going to exam preparation of 200-120 please help me how to prepare and which study material I can Use ?
    bhongalemanoj1981@gmail.com

  24. Sam
    September 11th, 2014

    Got score 1000/1000 in ICND1 exam did on September 10 2014. I can’t believe how I got it. But I studied everything from here and using dumps. Any idea if I really get passed or cisco will fail me for getting full marks.

  25. ben
    September 12th, 2014

    the default gateway 192.168.1.254 is missing on the swtich AC3 for the question 9.
    Thanks

  26. Sandesh Shelar
    September 12th, 2014

    Can anyone give me the link from where i could download new version of Paacket Tracer?
    my id sandeshshelar21@gmail.com

  27. Saad
    September 13th, 2014

    Question 9 says any host on the switch… does not we consider the host is in which vlan ?

    and giving the answer by checking the ip address configured on the subinterface for that VLAN ??

    why are we checking the Switchs ip default gateway..

  28. Saad
    September 13th, 2014

    if it is mentioned in the question that any host that is in VLAN 1.. wants to communicate with other network.. in that case.. the switch ip defualt gateway and the host that is configured in vlan 1 will be the same.. ?? any one help me.. this thing is driving me krazy :(

  29. Abuhammad
    September 13th, 2014

    @Saad
    I believe you are correct, default gateway on SW-AC3 it should be for VLAN1 only which is the for managing the switch. this is a layer 2 switch it won’t filter packets coming for other host connected to the switch.

    Anyhow the answer for the above question will always be the VLAN-R1 MAC Address, regardless of where the packet where sent from on SW-AC3

  30. Anonymous
    September 13th, 2014

    if any one need latest dumps send us a working g mail id with password on
    game.rose@hotmail.com

  31. Saad
    September 14th, 2014

    @ Abuhammad

    yes you are right… the default gateway of the switch LAN is the VLAN R1.. but i was right too :)

  32. Anonymous
    September 14th, 2014

    pls send me the latest ccna dumps…am going to write the exam by
    this month

  33. Anonymous
    September 14th, 2014

    pls send me the latest ccna dumps…am going to write the exam by
    this month hemnath25@yahoo.com

  34. Sakura
    September 16th, 2014

    Hi! Please send me also latest ccna dumps. I’m currently preparing for CCNA 200-120 examination. Here’s my email add: ablen06@gmail.com

  35. Jose
    September 16th, 2014

    Hello can someone pls send latest ccna dumps jmm814@gmail.com thanks

  36. meng
    September 16th, 2014

    Dear All,
    Currently,I’m preparing for CCNA 200-120,please help to share .
    my mail: ksimeng@gmail.com.

    Thanks

  37. Anonymous
    September 16th, 2014

    Hello,
    Please send me the latest 110% legit dump, I will pay, for the latest test ONLY if you, prove to me that you recently passed with you’re dump.
    Please send me a message to djdonnapolii@gmail.com
    Payment by paypal

  38. Mostafa
    September 16th, 2014

    Can we use (?) in the exm? Plz answer

  39. Anonymous
    September 17th, 2014

    hello guys
    please , send me the latest dump . alaa_hamid76@yahoo.com

  40. Ro
    September 17th, 2014

    pass my test today September 17, with 931/1000 Laboratories ACL, ACL 2 MOD 3 and EIGRP are all questions 9 tut.

    9tut study and VCE

    Thanks 9tut

  41. Reda Mohamed
    September 17th, 2014

    Hi! Please send me also latest ccna dumps. I’m currently preparing for CCNA 200-120 examination. Here’s my email add:reda_ashour@hotmail.com

  42. Reda Mohamed
    September 17th, 2014

    send me also latest ccna dumps. I’m currently preparing for CCNA 200-120 examination. Here’s my email add:reda_ashour@hotmail.com

  43. Max Roberts
    September 18th, 2014

    Please send me the current CCNA dumps. Taking exam in a few weeks. My email address is
    pushrod99@gmail.com

  44. CCNA Dumps
    September 18th, 2014

    Please send me the current CCNA dumps. Taking exam in a few weeks. My email address is
    Jerquarles@gmail.com

  45. Ikther@hotmail.com
    September 19th, 2014

    Can someone please help me by sending the current CCNA exam questions. I am taking my exam in Nov 14. Thank you

  46. Anonymous
    September 20th, 2014

    My email address:dsykeny@yahoo.com
    Can someone please send me the current CCNA dumps. Am taking my exams next month.

  47. Anonymous
    September 20th, 2014

    Could you send me the latest question of ccna coz of my exam is coming week.

  48. Agbor
    September 21st, 2014

    This site is excellent. Please I’ll be taking the test in a week time. Can anyone who have recently taken the test help me with current SIMs (ojenagborjnr@gmail.com)?
    Thanks in advance!

  49. SUDHAKAR. P.Y
    September 21st, 2014

    Hiiiii everyone. I have cleaned CCNA exam. My score:1000/1000.
    1.you can use “?” In simulation. Surely it works so you can see all possible commands.
    2.You can you use short cut key words, 100% it works.
    3.You can’t use tab for few commands:Ex: While declaring Eigrp autonomous system number.
    4.If you any kind of information or help mail me: mrsrpy@gmail.com.
    5.Make yourself free to revise all 9tut question on the day of exam , means before taking the exam not after the exam
    6.Stop reading half an hour prior to the CCNA exam.

    I hope,the above information will help you to score 1000/1000.

    Regards,
    SUDHAKAR

  50. SUDHAKAR. P.Y
    September 21st, 2014

    Hiiiii everyone. I have cleaned CCNA exam. My score:1000/1000.
    1.you can use “?” In simulation. Surely it works so you can see all possible commands.
    2.You can you use short cut key words, 100% it works.
    3.You can’t use tab for few commands:Ex: While declaring Eigrp autonomous system number.
    4.If you need any kind of information or help mail me: mrsrpy@gmail.com.
    5.Make yourself free to revise all 9tut question on the day of exam , means before taking the exam not after the exam
    6.Stop reading half an hour prior to the CCNA exam.

    I hope,the above information will help you to score 1000/1000.

    Regards,
    SUDHAKAR

Comment pages
  1. No trackbacks yet.
Add a Comment