CCNA VTP SIM Question
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.

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: 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:

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:

(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:

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

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:

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

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

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

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:

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?

A – All VLANs except the default VLAN win 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

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”.

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

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

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

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

-> Port Fa0/9 will also receive this frame!
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

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

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

(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:
@salman
for your scenario, if the domain name matches then the switch in client mode will update the switch in server mode
labs in my exam were EIGRP, ACL 2 and VTP……same as given here with minor changes like AS no ,ips ……mcqs were mostly from acme collisio……
vo_danh what are the Collisio dumps
I wanna add something to question 4, for confirming which is the root bridge for vlan 1, the “show spanning-tree vlan 1″ and “show cdp neighbors” commands on Sw-AC3 are not enough. One must follow the route and then actually enter the Sw-Ds1 and run “show spanning-tree vlan 1″ to make sure it is the root for vlan 1.
Because lets suppose you do the “show spanning-tree vlan 1″ command on Sw-Ac1 , it will give you port number FastEthernet0/12 for Vlan1 and when you “show cdp neighors” command to follow that, it will show you “Sw-AC2″ is connected to this port. but when you give “show spanning-tree vlan 1″ , you will come to know that Sw-Ac2 is not the root for vlan 1. You keep on repeating the two commands until it shows you something like it is the root bridge.
My point is when you are sure this is a root bridge , you must run “show spanning-tree vlan 1″ command to make sure. For example here our root bridge for vlan 1 is Sw-Ds1, so check out the matching
Sw-Ds1#show spanning-tree vlan 1
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0001.4266.342B
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 0001.4266.342B
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Interface Role Sts Cost Prio.Nbr Type
—————- —- — ——— ——– ——————————–
Fa0/1 Desg FWD 19 128.1 P2p
Fa0/12 Desg FWD 19 128.12 P2p
Fa0/24 Desg FWD 19 128.24 P2p
Xallas I agree with your point that for root bridge it will never show you “root FWD” part on this switch but note down two more thingsl to make sure it is your bridge , 1. the sentence “This is the root bridge” and the second one is the commond address in the “Address” part of Root ID and Bridge ID
lab vtp the same lab vtp sim ?
@ciscojimmy
check it out :)
http://www.examcollection.com/cisco/Cisco.Acme.640-802.v2011-07-09.by.Collisio.486q.vce.file.html
idk when each time i try show mac-address-table command and it lists all the mac address ..i can’t find the mac address which required for the 1st question…any help?
@Tifa
Try setting the workstations to DHCP to populate the mac-address-table. Even if the DHCP fails, the mac-address-table will be populated.
The question and the .pkt file mac-addresses may not match. If the mac-address in Q1 still does not match, then, for practice purposes, assume any other mac-address from the list and continue with rest. The most important thing is to follow the logical procedure.
I believe, in the exam, the mac-address would show up in the mac-address-table
Just a quick reminder:
A switch with a higher configuration revision number, even if it’s in client mode, would update a switch in a server mode with a lower configuration revision number.
In the last question,
Could you tell me why 3 VLANs (1,22,33) can associate with 1 MAC – 1 Port while using “show mac-address-table” ?
@ Tifa, the packet tracer is not corect, but you can use sh running-config and you will find this at the end of the config. Note that in the exam you use sh mac-address table
mac-address-table static 0010.5a0c.fd86 vlan 33 interface FastEthernet0/6
mac-address-table static 0010.5a0c.ffba vlan 22 interface FastEthernet0/8
Hope that help
The network administrator is asked to configure 113 point-to-point links. Which IP addressing scheme best defines the address range and Subnet mask that meet the requirement and waste the fewest subnet and host addresses ?
A. 10.0.0.0/18 subnetted with the mask 255.255.255.252
B. 10.0.0.0/25 subnetted with the mask 255.255.255.252
C. 10.0.0.0/24 subnetted with the mask 255.255.255.252
D. 10.0.0.0/23 subnetted with the mask 255.255.255.252
E. 10.0.0.0/16 subnetted with the mask 255.255.255.252
I think option B is correct if we are considering the wasting of few host address but in the ACME dumps the correct answer selected is D.
I need the opinion of you guys, who is correct here? me or the ACME dump?
Thanks in advance, Regards
Just passed the exam, 987/1000
-Collisio 486 is partly valid: there were roughly 20 new questions, some were tricky but if you know the concepts you can answer them
-Labs were the same topology, but quite different questions, make sure you understand the labs
-Drag and Drops were the same
Make sure you take the test asap cause questions are changing soon!
Good luck every one! :-)
are these question valid these days?????????
@ name
20 new questions? how many total questions you got ?
packet tracer file isnt correctly configured as per the Lab ?
As NAME said, everything is still the same. I passed today as well, 90%. A few new questions are introduced, but they are irrelevant if you know the rest.
@Majid
you are correct the right answer is B. to configure 113 p-to-p you need to have at least 113 d/t subnets. So you need to borrow 7 bits to get 128 subnets. In case of D you will have more than 500 subnets it is too much waste address. Be confident you right ACME dump big wrong!!!
@Salsa
Did you prepare questions only from this website??? Or also from some other sources??
I am planning to take an exam on 2nd week of Feb.
Do you think all the latest dumps and sims here would still be valid?
@Majid
D is the correct answer:
-We know we need to borrow 7 bits to get enough (2^7=128) subnets to meet the requirement of 113.
-Also, these are point-to-point links so /30 will be the most efficient netmask.
-Therefore, /30 – 7 bits = /23. D is the correct answer
its totaly like a exam
gys there is a mistake . do u know when we type (show mac-address-table) then i have not seen total mac addresses like Q#1. any one tel me wat is the mistake 4m me or this sim??????? thanks
with /25 you may add only 32 point-point links (while 252 mask in use)
To me Option B is correct. I do not understand how is option D correct? Tut ! can you help in this plz ?
I do not understand how is option D correct, Tut ! can you help in this plz?
ciscojimmy… here are the Collisio dumps
http://www.examcollection.com/cisco/Cisco.Acme.640-802.v2011-07-09.by.Collisio.486q.vce.file.html
Hi Friends,
I am planning to take CCNA exam since last two months but very scarying about simulations.
Please someone help me out on this.Beause however i should take the Exam.
Regards,
Jagan
I want to take this opportunity to thank you for your tremendous work on this site. It is a huge help to the people who know the material but can’t pass due to poor test taking/studying skills. You really put forth a lot of effort here and I’m sure we all have a lot of love in our hearts for you. Everyone needs to cheat sometimes!
the “show mac-address-table” command was not working in the exam yesterday. i used “?” and ended up with the “show mac address-table” command which worked.
I passed the exam on 13/01. Guys, you don’t have to be scared if you don’t know the exact command. I used tab key to finish the command and it worked well. I have never typed all command just the first letters and tab key as on a real router. So for example I typed show mac and then tab and it finished the command for me. The same with access-list. I typed conf t and then acc [tab] and it filled with access-list, so no worries.
@majid
how many IPs per p2p subnet? 4
how many subnets? 113
how many IPs needed per total? 113*4 = 452
what subnet mask would accommodate for 452 IPs? 255.255.254.0 or /23 in CIDR notation
Passed today 907/1000. Thanks to 9tut most of the material on the test felt very familiar. Look out for a few new questions on Frame Relay and Wireless.
plz..any one explain Q8 for me plz .
all is well dude ………. MAY ALLAH ALMIGHTY help u in ur exam ………….
Passed today 973/1000. sims EIGRP, ACL2, VTP. thx 9tut.com and collisio dump.
Just a new question in VTP, If a trame with a paquet encasuled with a destination IP address not on the LAN, from wich interface SW-AC3 leave the network, the trame?
my answers Fa0/3, no ip default-gateway in configuration SW-AC3.
may be?
passed todat :) 933/1000. sims eigrp, acl2 and vtp. i used 9tut and collisio dump.
Question 7 is changed: the configuration revision on SW-AC3 is > than SwX
it is very easy exam just use 9tut and collisio dump. Thanks 9tut
Good Luck everybody :D
@ Ahmed..so the answer is C right ?
what if SwX is in transparent mode ?
what if SwX is in transparent mode ?
CBT Nuggets Training Video CCNA
ICND1: http://depositfiles.com/files/6lfdwb81k
Am I doing something wrong? I downloaded the VTP SIM from here but it only shows interfaces of FastEternet0/12 when I “show mac-address-table”
“Show CDP neighbors” reveals only Fast-Ethernet 12 as well.
Any advice?
Nevermind, I figured it out. I was on the wrong router…
Carry on, no idiots over here :)
@fulgar..what will be the command to answer the question you posed or anyone…
This was in exam today! Cleared my CCNA !
Thanks 9tut ….., I passed yesterday.
VTP Simulation is very important if you are going to attempt the CCNA .
@Majid
option D is correct..
look, for a point-to-point link, you require 4 add. , out of which 2 are subnet and broadcast addresses, hence 2 left for assignments.
in your quest. you want 113 p to p links, resulting in requirement of 113*4 = 452 addresses
when you use option D , 10.0.0.0/23 , range you get is 10.0.0.0 – 10.0.1.255 , having total 512 addresses so you can assign addresses as :
10.0.0.0 – 10.0.0.3
10.0.0.4 – 10.0.0.7
10.0.0.8 – 10.0.0.11
.
.
.
10.0.1.252 – 10.0.1.255
you get 128 subnets , from which you will use 113 subnets for 113 p to p links with wastage of 128-113 = 15 subnets (15*4 = 60 addresses)
but in option B ,
you get the range –
10.0.0.0 – 10.0.0.3
10.0.0.4 – 10.0.0.7
.
.
.
10.0.0.124 – 10.0.0.127
getting only 32 subnets , but you require minimum 113 subnets for assignment to all p to p links. hence 32 subnets are not sufficient
hence , option D is correct…
Hi 9tut.
When I run the below command, the out put is as shown and does not give me information such as the ip address.
Sw-Ac3#sh cdp neighbor detail
Device ID: Sw-Ds1
Entry address(es):
Platform: cisco 2950, Capabilities: Switch
Interface: FastEthernet0/12, Port ID (outgoing port): FastEthernet0/12
Holdtime: 134
I am running this on packet tracer and need some help please
Thanks
HII FRIENDS !!! I HAVE CLEARED THE EXAM 907/1000
SIMS ARE EIGRP,ACL-2 ,VTP …WITH SILGHT CHANGES
ITS A GREAT SITE ….JUST GO THROUGH ALL THIS QUESTIONS…
THNXXXXXX @@@@@@ 9TUT
@Ngoroko: It is because your neighboring device is a switch which has no ip address.
Asslam-o-Alaikum! how r u gys …………..? ALLHAM DU LILLAH i m certified ccna
THANKS 9TUT.COM its totaly like a exam
but mje exam me Q#8 aya tha lakin us me isi trha options matches nhe kerti ……… is wja se mere 40 marks cut ho gay thay gys but phir b shuker he i m certified ……….. but gys u take care for it
thanks again 9tut.com
pray 4 every one frnds
@9tut
Thank you so much. I did not know this.
@9tut
I have a problem with Q.9.
When I run the sim downloaded from the 9tut.com site, it does not give me any default gateway yet the router is configured with IPs for the sub-interfaces. In this scenario how can I answer the question correctly?
Thank you
there is no default gateway on the PKT activity on the switch sw-AC3 on the running configuration. I also see it was updated in 2009 is it still valid in 2012 and is it likely to show up in certification exam this month?
@Ngoroko: The pkt sim is not totally correct. It is used to practice and understand the concept only so something may different. Just make sure you understand the concept behind.
@edu: This sim is still valid but make sure you grasp the concept.
hi everyone !
I took ccna exam yesterday but failed with 793 marks, most of the questions were from acme(collisio) dumps and labs were EIGRP,ACL2,VTP same as 9tut, but i still failed because i took it easy, badluck :(
neway now i am planning to retake my exam in next month and i wanna ask that do cisco change their exam for retakers ?? can i relly on dumps and 9tut (for labs) again ??
or exam procedure, questions and labs will be new ?? please help
Hi guys,
At the simulation (downloaded today) Sw-Ac3 doesn’t have the Default-Gateway configuration, is there another way to answer Q9 without this information?
Thanks in advance
Ahan ! The Confusion is clear now. Option D is correct. Actually I just took 113 links into consideration without thinking about 4 available address that would be required into each subnet, Thank you to everyone who helped specially Saurabh
A router has learned three possible routers that could be used to reach a network. One route is from EIGRP and has a composite metric of 20514560. Another route is from OSPF with a metric of 782 and last is from RIPv2 with a metric of 4. Which route/s will the router install in its routing table?
My question is that what should we consider while comparing all the three routes in this question? The metric number or Administrative distance ?
I personally believe the administrative distance but I need the confirmation from you guys.
hmmm, the easiest answer for Majid:
113 point-to-point networks, so, 113 networks that allows 2 hosts + main IP + broadcast IP = 4 IPs per network.
Then,
113 networks * 4 IPs per network = 452 IPs
The network that allows 452 IPs is /23, that permits 512 IPs. So, the right answer is:
10.0.0.0/23 subnetted in 113 networks /30
;)
Hi,
Sanjeev here need to no is there any who has appeared the exam recently i.e in Jan 2012,
Bcoz i heard that Fees has been increased and there are 5 SIM’s.Wanted to know the pattern and marks allotted for SIM.
Please could anybody tell me. Mail me at sanjeevhaveri@gmail.com
Thanking You,
Assalam-o-Alaikum
Passed CCNA yesterday 23rd Jan with 986.
Acme Collisio dumps are good and you can use DHARANI too but for new questions but trust Acme Collisio for the old questions because some questions in DHARANI (the old ones) are not right.
Got 48 questions in total 45 MCQs and 3 SIMS (VTP, ACL-2, EIGRP)
in VTP there were some changes but the SIMS were same so if you have learned the sims not crammed no need to worry :)
1. For Q4 the answer was Sw-AC3 because it was the root bridge
2. For Q6 the answer was Sw-Ac3(locally) because it was updated locally
3. For Q7 the answer was C because the revision number on Sw-Ac3 was higher than on SwX
Thanks 9tut and ExamCollection and Pass4sure.
Best of luck to you all :)
@ sanjeev
its true tht cisco hav raised the fees…i gave the exam on 21st jan 2012..n ther were 3 sims..
acl2,vtp,eigrp
most of the questions are from 9tut..
so dnt worry … study well ..n give the exam…its easy to clear the exam
Any idea?
===============
Hi guys,
At the simulation (downloaded today) Sw-Ac3 doesn’t have the Default-Gateway configuration, is there another way to answer Q9 without this information?
Thanks in advance
@Majid
Always, consider AD first. Router always look for the quickest way to reach destination.
It took my exam on the 23rd of Jan. The SIMS are VTP,ACL2 & EIGRP…Study hard and review the multiple choice questions on 9tut…read to understand them…dont just memorize the answers..Some question have may be different IP addresses but the idea behind the question are the same…Goodluck..Thanks 9tut..i passed my exams..
today i am going to write my ccna exam
i just came home from the exam and got a 960/1000.
in this sim only 5 questions came up in my test, and the sequencing is different.
so i suggest to everybody to make sure to read and understand the explanations here.
i got questions from here – 4, 5, 3 (this is almost a bonus!), 6, 2.
thanks 9tut
@Koffy ok dude , but if we have to select one route of three, all have equal ADs then we should consider metric number?
@9tut
in Q7 you wrote:
“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).”
Switch in client mode is not allowed to create (delete, modify) new VLAN, it is only allowed to receive and forward updates from the “server” switch.
Please explain
Thanks
@maja
scenario: you have switchA rev 14, server; switchB rev 14; client; switchC rev 14, client.
you connect the brand new switchD to switchB.
switchD has rev 0, is in server mode. switchB and switchD have the same vtp domain name, use the same vtp version, the same vtp password.
switchB will send its vlan database to switchD.
a switch in client mode can update the database of a switch in server mode.
can we use tab button in exam and if i write wrong spelling of command (-ve) marking id done or not
@mark, need some help clarifications please email me at ciscolikesme@gmail.com
friends plz send me new dumps oe ccna exam
rajenpatel30189@gmail.com
@xallax
I was convinced that only switch in server mode can update the database of switch in client/server mode!
So the switch in client mode can’t create, delete, modify vlans but can update the database of other switch if it has higher revision number
Thanks a lot xallax!
friends plz send me new dumps of icnd2 exam
ahmenter@yahoo.co.uk
Thanks
@Maja @xallax is not all corret , a client server forward the vtp information received from the vtp server so when the Router X received the forwared vtp information realized that another router exist with a Revision Number higher.
Q.7
consider sw X is having config rev no=9.
all other existing switches has config rev no less than 9..
now what will happen?
i guess the vlans of sw X will be stored in the existing switches when connected having trunk in b/w them
pls tell am i right or wrong. i am going to take the exam very soon
@aerodelsia
Q.7 consider sw X is having config rev no=9.
all other existing switches has config rev no less than 9..
now what will happen?
i guess the vlans of sw X will be stored in the existing switches when connected having trunk in b/w them
pls tell am i right or wrong. i am going to take the exam very soon
@aerodelsia
any one knows this pls rep immediately
Q.7 consider sw X is having config rev no=9.
all other existing switches has config rev no less than 9..
now what will happen?
i guess the vlans of sw X will be stored in the existing switches when connected having trunk in b/w them
pls tell am i right or wrong. i am going to take the exam very soon
@aerodesliza
please try this packettracer activity
http://demo.ciscovce.com/activities/vtp1.pkt
connect the 2 switches on ports fa0/1 with a crossover cable.
do a “show vtp status” and see for yourself :)
notice that the client switch was not configured with a domain name, it took the domain name from the server
notice that the server had a revision number of 3, the client had a revision number of 7. the server was updated by the client.
@xallax
i downloaded your file and i worked on it
first i connected cable b/w two sw. sw 2got updated by sw 1 (con rev 7) where in sw 1 was with no domain name.
try assigning a different domain name to sw 1 before connecting to sw 2 with cable. and check sw 2 will not update because domain name mis match. give a try and rep to my question
Q.7 consider sw X is having config rev no=9.
all other existing switches has config rev no less than 9..
now what will happen?
i guess the vlans of sw X will be stored in the existing switches when connected having trunk in b/w them
pls tell am i right or wrong. i am going to take the exam very soon
@xallax
so conclusion is that problem occurs only if different domain name. but not when it is not given a domain name at all…
@xallax
OMG is true, now why???? I don’t understand. Lammle book said:
“In client mode, switches receive information from VTP server, bu they also send and receive updates, so in this way, they behave kije VTP servers. The difference is that they can’t create, change, or delete VLAN.”
Any idea?
What happen if the Revision Number in both (client and server) is equal to 1?
Hellow 9tut & guys,
in this simulation Sw-Ac3 doesn’t have the Default-Gateway configuration, is there another way to look “what is the default-gateway, on this switch”?
most people asked that quection, but there’s no answer.(i didn’t see. if there, plz recomment it)
pLZ give us a solution.
thanks everybody
@mnz
i left the domain name blank on purpose so that you see that the update is 2-ways on that particular scenario and that the client does get something updated.
@aerodesliza
“In client mode, switches receive information from VTP server, but they also send and receive updates, so in this way, they behave like VTP servers”
interpretation: switches in client mode send and receive updates. they behave like VTP servers when it comes to forwarding vtp updates.
i had the same misconception that switches in vtp client mode do not update switches in vtp server mode until 9tut clarified that for me. this is a great place to learn and share knowledge.
How many sim comes in exam??????????
this site is just amazing!
just passed my icnd2 with 916. i would said 80% of the simulation questions found them in this site.
keep up with your geat job.
I would thank my god , then the 9tut team !
thanks guys, and good luck to everyone!
i have the exam the next week…….. !!!!!!
Hi all,
For those who are preparing for the CCNA certification, please be careful with some dumps as they are full of mistakes. one of such is Cisco.PrepKing.640-802.v2012-01-03.by.DHARANI.615q exam D.
I wonder whether with time @9tut could go through it and advice chaps or else tell them to stick to this site as its a great one. Do not take shortcuts. Study, understand, practice, gain knowledge and sit for the exam.
Good luck guys
Hey guy,took my exam today,had 894.thax to 9tut,u guys rock!!!!for those of you intending to write,labs were vtp sim,acl2,and eigrp lab,revise 9tut materials very well,u dnt need any dump.
I passed my exam yesterday.vtp,acl2 and eigrp are still very valid but of course wt some changes in some values. To pass ccna d ff are key: Thorough study,practice of questions,familiarity wt computer based/online exams plus d God factor.Thanks to 9tut & acme.
By the grace of GOD, I have got 1000/1000 in CCNA at 28th January. The labs were EIGRP,ACL2,VTP with minor changes like AS Nos., IP,s etc.
Thanks 9tut, ACME 486 collissio.
02 Questions out of course from 486 q.
for any query can contact me: +923009762037
Can you guys still able to use the “?” when configuring commands?
Assalam o Alaikum,
Dear all,
Alhamdulillah I’ve passed my CCNA Exam today and got 973 marks.
Dumps preparation from 1) Actual Test 2) Acme by Infotek
Labs preparation from 9tut.
1) VTP : Q1+Q2+Q7(Sw-AC3 was in server mode with higher configuration revision no. than SwX and SwX was also in server mode)+Q8
2) ACL2 : Host B was allowed to access financial web Server.
3) EIGRP : Lab was same while only IP addresses were changed
Best wishes and prayers for all students.
Regards,
Adnan Jameel,
Supernet Limited Pakistan.
00923328230583.
Alhamdullilah, I got 947/1000 in CCNA at 31st January. The labs were
Labs:
EIGRP – just like here on 9tut, AS 221 to be reconfig to AS 2. ping all the routers except the isp.
VTP – same here on 9tut ,only difference was the SW-AC3 was root bridge.
ACL2 -
*host A to access finance web server via web
access-list 100 permit tcp host 192.168.33.2 host 172.22.242.17 eq 80
*block all other access of host A to finance web server / lan and core must be blocked to access the finance webserver
access-list 100 deny ip any host 172.22.242.17
all other access must be permitted
access-list 100 permit ip any any
Thanks to 9tut and ACME Collissio 486 q and my teachers.
@TRIGUN: Yes, you can use both “?” and in CLI on the exam.
Thanks for the reply. @Dims which exam goes first? the simulations? or is it also in random?
hi M Asim Hameed
Congratulations, Well done
Can I contact u? my e-mail berthavillamil7@hotmail.com
CP