Real CCNA 640-802 Questions and Answers

 
  • Increase font size
  • Default font size
  • Decrease font size

CCNA EIGRP LAB Question

(Updated from real CCNA Exam on Mar-13-2010)

Question:

After adding R3 router, no routing updates are being exchanged between R3 and the new location. All other inter connectivity and Internet access for the existing locations of the company are working properly.
The task is to identify the fault(s) and correct the router configuration to provide full connectivity between the routers.

Access to the router CLI can be gained by clicking on the appropriate host. All passwords on all routers are cisco.

IP addresses are listed in the chart below.

ccna_eigrp_sim

R1

Fa0/0: 192.168.77.33
S1/0: 198.0.18.6
S0/1: 192.168.60.25

R2

Fa0/0: 192.168.60.97
Fa0/1: 192.168.60.113
S0/0: 192.168.36.14

R3

Fa0/0: 192.168.77.34
Fa0/1: 192.168.60.65
Fa1/0: 192.168.60.81

R4

Fa0/0: 192.168.60.129
Fa0/1: 192.168.60.145
S0/1: 192.168.60.26

Answer and explanation:

 

 

 

We should check the configuration of the new added router first because it does not function properly while others work well. From the command line interface of R3 router, enter the show running-config command

ccna_eigrp_sim_show_run

From the output above, we know that this router was wrongly configured with an autonomous number (AS) of 22. When the AS numbers among routers are mismatched, no adjacency is formed.
(You should check the AS numbers on other routers for sure)

To solve this problem, we simply re-configure router R3 with the following commands:

R3>enable (you have to enter cisco as its password here)
R3#configure terminal
R3(config)#no router eigrp 22
R3(config)#router eigrp 212
R3(config-router)#network 192.168.60.0
R3(config-router)#network 192.168.77.0
R3(config-router)#no auto-summary
R3(config-router)#end
R3#copy running-config startup-config

Check R1 router with the show running-config command:

ccna_eigrp_sim_show_run_2

Notice that it is missing a definition to the network R3. Therefore we have to add it so that it can recognize R3 router

R1>enable (you have to enter cisco as its password here)
R1#configure terminal
R1(config)#router eigrp 212
R1(config-router)#network 192.168.77.0
R1(config-router)#end
R1#copy running-config startup-config

Now the whole network will work well. You should check again with ping command from router R3 to other routers!

 

Other lab-sims on this site:

CCNA Access List Sim 

CCNA NAT SIM Question 1

CCNA NAT SIM Question 2

CCNA Frame Relay Sim

CCNA Configuration SIM Question (RIPv2 SIM)

CCNA VTP SIM

CCNA Drag and Drop SIM

CCNA Implementation SIM  

 

Comments
themoiph 10-02-2008
when these networks are advertised under eigrp 212 should they have a mask after them as they are classles networks ????????
9tut 10-02-2008
EIGRP uses classless routing, which means that the subnet mask information is sent along with routing protocol updates but you don't need to add a mask after them
DJSarte 10-05-2008
what happens to the R1 192.160.60.0 network connected to R4?

stated that R1 s0/1 is connected to R4 s0/1. arent they on a different network?

or this is just a typo?
DJSarte 10-05-2008
if that is just a typo then R4 s0/1 192.168.60.26 will overlap an IP to F0/1 and f0/0.

so i assume the R1 s0/1 192.160.60.25 is correct.
DJSarte 10-05-2008
My bad i had a wrong SN
Abhishek Bhardwaj 10-18-2008
Guys do remember that in exan they will change the ip address as well as EIGFP autonomous no as well as the the router on which u have to correct the autonomous no of EIGRP. so dont panic and just keep ur cool . Just run Show configuration on each router and u will automatically figure out the mistakes in the toplology....
coolboi007 10-19-2008
"Question:

After adding R3 router, no routing updates are being exchanged between R3 and the new location."

i think that this should be:

"After adding R3 router, no routing updates are being exchanged between R1 and the new location."
stef 10-23-2008
i had this Lab with different ip addresses and i eigrp 221 not eigrp 212...
ty 9tut
Steve 11-03-2008
Took test this past Saturday and this SIM was on the test. Only difference was the EIGRP number.
louigi 11-08-2008
Hey umm, doesnt R1 need a IP address on s0/0??
Anonymous 11-08-2008
The ip address of Fa0/0 of R1 is 192.168.77.33. You can find it in the question
Nel 11-17-2008
hi
do we need to type full command when doing lab sim questions in real exam
9tut 11-17-2008
Yes, you have to type full commands in the real exam
Ali 11-21-2008
I appreciate all the help that 9tut is doing...but I got one question, I configured the 2 routers yesterday in the exam "I passed btw XD" but when I finished and tried to ping it replies with a request time out...why is that plz?

*note: I wrote the commands in the routers for eigrp just like u wrote above.
9tut 11-22-2008
It is hard to figure out what was wrong with the information you provided. Please view the solution above and make sure you don't mistype anything (of course you have to understand how it works)
Anonymous 11-24-2008
很好!
lolo 11-26-2008
hi guys
on router1 and r3 do i need to click on the router itself or the pc connected with the console.
9tut 11-27-2008
You need to click on the PCs connected to them to access the console
lolo 11-27-2008
thanx 9tut, i also wanted to ask,
if i am retaking my exam i failed 2weeks ago, what are the chances of getting the same paper, do you know? or the same simulations becouse these are the ones i got in my last exam
9tut 11-27-2008
They have a pool of questions (about 400) and you may see some old questions in your next exam. But they only have some of simulation questions and you will surely meet them in the Lab Sim of this site (9tut.com/ccna-lab-sim) but only 4 of them.
Blaze 11-30-2008
I sit the exam yesterday and got this question ... but IP address different
thanx passed
Dude 12-10-2008
I'm sure this has been answered already , but is the TAB or "?" key work in the exam as do on a real CLI , or do I have to type the whole command? Thanks!
9tut 12-10-2008
Many reports said we can use them but maybe you will lose some points so I recommend you should use full commands
Danjak 12-17-2008
Can you use the "WR" command instead of "copy running-config startup-config" ?
9tut 12-19-2008
Please use the formal command "copy running-config startup-config". No one can assure it is allowed or not
Tharaka 12-20-2008
In the exam if i mistype a command (spelling mistake) will it giv an error message?
Rakesh 12-20-2008
I got this one yesterday.. the eigrp was given as 112 rather than 212
that was the only difference
9tut 12-20-2008
To Tharaka: Yes, it behaves like real router
MOON 12-21-2008
hye... can I ask the administrator something please...
just i want ask about tab and (?)
If we can use it in the real exam
A.tonny 12-25-2008
i think its the best website so far
APK 12-26-2008
Is it necessory to announce the network 198.0.18.0, since it is connected to another AS....?
9tut 12-27-2008
Network 198.0.18.0 has been announced in R1 router so we don't to announce it again. And we don't need to announce it in R3 router since it is not connected directly with R3 router
Ahmedtea 12-28-2008
If you please,why did we add the command"no auto-summary" command in R3 Configuration?
Izzy 12-28-2008
It looks to me like S0/1on R1 is a typo. It shows ip address of 192.160.60.25 directly connected to R4 via S0/1 ip address of 192.168.60.26. Should R1 S0/1 be 192.168.60.25?

Great website!
9tut 12-29-2008
To Ahmedtea: In fact, the "no auto-summary" command is not necessary in this case but we should use it when configuring simple EIGRP networks

To Izzy: Thank Izzy, I updated the page
Anonymous 12-31-2008
In the list of IP add on R1 no ip has given for the link to R1 on s0/0 of R1 but in run-config of R1 it has given?

what it is?
shafeek 01-01-2009
hai

every buddy i thing this is the best site for practicing
CCNA real Exam

thanks
James 01-01-2009
Is no-auto summary needed on R1 after adding network 3?
study 01-02-2009
Thanks a lot 9tut.. i cleared my ccna in style (02/01/2009). very interestingly
i got all first 4 question from http://www.9tut.com/ccna-lab-sim :)

so target
1000!
Blaze 01-03-2009
Hi James,

No need to type the "no-auto summary" command because already they have given this command, you can see that on R3's show running-config command. Only add the networks
DeathWinger72 01-07-2009
Today I passed 640-802 with a 930 score! 120 minutes, 48 questions, 4 sims (EIGRP, Topology Simlet, Topology Sim, VTP). New questions on Wireless and DHCP. New scenario with 4 questions based on DHCP. New Drag and Drop on EIGRP and OSPF characteristics. You CAN'T mark the questions to go back to them later and there is NO review. But I burned the test anyhow.

EIGRP number will be different (2). "Router 1"'s EIGRP configuration will have a network that is NOT in the chart. I got rid of it and added the correct networks. Be sure to type "show running-config" to check your changes. The simulation was not taking my changes and costed me some valuable time.

Good luck to all who are taking this exam!

DeathWinger72, CCNA
leotaurus 01-08-2009
Hi DeathWinger72
Could you explain the new questions in the 640-802???
"New questions on Wireless and DHCP. New scenario with 4 questions based on DHCP. New Drag and Drop on EIGRP and OSPF characteristics."????

leotaurus
DeathWinger72 01-08-2009
I don't remember the exact questions (the test went by in a nervous blur). But the DHCP scenario will have a router topology with DHCP servers. One question asks what DHCP server does. Another asks how the router connected to the DHCP server will pass data. I don't remember the other two. There was about two DHCP regular questions that are pretty simple. Study DHCP and it's function in a routed network and you should be fine. As for Wireless, know about what goes with Access Points and the different types of Wireless standards (802.11b, 11g). EIGRP and OSPF was a simple Drag-and-Drop matching two characteristics for each. Sorry that I don't remember the questions, but if you know what's associated with both, you should answer the D&D easily.
Australia 01-11-2009
Hi,

Where, and How can I practice above command?

Also all questions in CCNA would be same in differnet countires?

Thanks
Yamilet 01-11-2009
I took the test on 01/09/2009.. I had this question of the test... and the eigrp numbers was different.. But when I click the router to take out the wrong AS number and put the correct one in.. The computer told me it didn't recongize the no router eigrp command.. Basically adv me that it wouldn't take NO.... I couldn't think of any other command to take the AS number out.. Which cause me to skip the question and actually cost me the test... for not answering it... Can anyone tell me what is another command besides NO... R was it an computer error.. Plz help I plan on taking this test on friday again.
@yamilet 01-12-2009
did u mention d AS number with "no router eigrp" command???... coz d syntax of d command is "no router eigrp "
@yamilet 01-12-2009
d syntax of command is "no router eigrp as number "
9tut 01-12-2009
To Yamilet: Surely you can use the no router eigrp . Make sure you type it correctly and in the global configuration mode (R3(config)#)
9tut 01-12-2009
To Australia: You can try to write them on your paper or use a router simulator, and all questions in CCNA would be the same in different countries
darxter 01-13-2009
In the real exam, could we ping routers, so in that way
test our configuration?
hytham 01-13-2009
Dear all, what about this command "no router eigrp" command where The computer adv me did not reconzgie the word NO...
toni 01-14-2009
Hi 9tut, or (any one else),

can you please give me an idea if the comand h "no router eigrp" works? whats the exacly comand to use to remove the eigrp?

thanks

toni
9tut 01-14-2009
If 22 is the AS number in your exam then type (in global configuration mode):
no router eigrp 22
Rakesh 01-14-2009
I have writeen my CCNA xam today, i got this question with eigrp 212 , i have used " no router eigrp 212" got error..showing that can't use this command...

Thanks
Rakesh
filli 01-15-2009
did mine today and passed thanx for for the wonderful site 9tut. Big ups
Caleban 01-15-2009
Do you have the OSPF sim from the ICND2 exam? You have to use show config to discover an issue with one of the areas on one of the routers.
toni 01-15-2009
Hi 9tut,

thanks for the responds , i have my exam tomorrow as i am very worried if the comand no router eigrp 22 will work, some people saying enter D? can you please let me know?

thanks

toni
9tut 01-15-2009
Surely the command will work, please comment here about it after your exam!

To Rakesh: Maybe the AS number in your exam is different (for example, your AS number is 23, not 22) so the command "no router eigrp 22" didn't work. Make sure to check the AS number in your exam because it can be different
9tut 01-15-2009
To Caleban: It's a pity I don't have it...
toni 01-16-2009
Hi 9tut,

Thank you for your great work, on this website you made me pass my ccna today (i score 848 out of 825 for a pass), all the above simulation where in exam, but remeber IP addresses are all diffrent, any one who thinks to remeber the IP addresses will get a surprise in exam,

regarding the above simualtion some others saying no router eigrp did not work, for me worked, i had to do show running config first and no router eigrp in my lab was the AS number 112,

to others who wishing to pass, please study the P4S v.322, you can download it from www.4shared.com, and also remeber they have extra aswers then the above p4s, just remeber the aswers, all the question from p4s v3.22 was in exam.

good luck to every one,

once again thank you 9tut and god bless you for sharing this expirence with us.

many thanks
toni
vamsi 01-21-2009
thanks for explaing labs,

am lerrn all well,
but am fear with question are change plz help me
prabhu 01-26-2009
did any one wrote exam on 25 th?
did the questions came only from p4s3.22 & sim's from 9tut site ?
did they changed the questions r not?
kindly tell whats happening at current scenario....................
donion 01-28-2009
hey guyz i passed my ccna composite exam 2day with a perfect 1000...
here is something i wanna share wid all dont just memorize the answeres of pass4sure but learn the logic behind dat...
some questions were little tricky but if u hav solid understanding of subnetting and u understood the logic behind answeres from pass4sure ver 3.22 dont waste time and book ur paper az early az possible....
all questions were from pass4sure ips were changed a bit simulation were exactly from 9tut.com dont b nervous pass4sure ver 3.22 is valid with a boom...
last but not the least i would like to thank sadikhov.com for providing such a wonderful platform special thankz 2 9tut and pass4sure...
cheers....
i know that i waz acting like a saint but couldnt resist myself....
rodel 01-29-2009
why only to networks configure in eigrp on r3? it should be three right?
Spider 01-30-2009
I have the exam 2morrow, wish a good luck for me...
are the questions that are mentioned here in this website enough to pass the exam ??

Thanks
AS 01-30-2009
Hi 9tut,

Why do we need to add the network 192.168.77.0 in router R1. The network is directly connected and should not it show up automatically as 'C'?

R1(config-router)#network 192.168.77.0

Please correct me if I am wrong.

Thanks,
9tut 01-30-2009
To Spider: Good luck to you, Spider!

To AS: R1 can recognize R3 but R2 and R4 can not because R1 will not inform about it if it is not added
JF 01-31-2009
Hi Tut,

Your site is brilliant by the way. A quick questionon above, should S0/0: 192.168.36.14 of router 2 not be inlcuded with the other ip's of router 1 in the red box above,

R1

Fa0/0: 192.168.77.33
S1/0: 198.0.18.6
S0/1: 192.168.60.25

Cheers J
JF 01-31-2009
When adding definition network R3 to R1, how come you would not use the auto-summary command after adding the network like you do in the first half of the question,

R1>enable (you have to enter cisco as its password here)
R1#configure terminal
R1(config)#router eigrp 212
R1(config-router)#network 192.168.77.0
R1(config-router)#end

Cheers J
Bob 01-31-2009
Friends, I passed my exam today, with 836. Not a good score I know. I had this lab in my exam I configured the router with correct eigrp AS number but the routing could not be suceed. I am wondering what could be the reason ? I am very sure that I did configure the router correctly. I truned off and reconfigured still could not get updates from the neighbors.
I did:

(conf)#no router eigrp 22
(conf)#router eigrp 122
(conf-router)#network 192.168.40.17
(conf-router)#network 192.168.40.33
(conf-router)#network 192.168.60.30
(conf-router)#end

Theni checked:

#sh ip route
#sh ip eigrp topology
#sh ip eigrp neigh
#sh ip eigrp traffic

But no sucess.
no eigrp routes in #sh ip route
I could not ping the neighboring routers
nor from the other directions
I tried to "no shutdown" on the router's Fa0/0 interface but it was showing me error that "no sh" is not allowed.

I wanted to know the reason, any guess ?

for exam takers: practice labs as much as possible, if you would be in my situation you would have to waste your time as I wasted for no apprerent reason. When you look the solutions posted on this site, it will look very simple but some times it dosent work in real exam.

Other questions were similar to Pass4sure 3.22. all labs and sims I had in exam, are posted no this site. Please try to simulate all labs on your PC/Laptop and let get your hand dirty.

The simulator in exam does support "?" (help), I confirmed it.

Best luck & Enjoy your learning!!!!!
Anonymous 01-31-2009
Forgot to thanks 9tut, Sadikhov & Pass4Sure !!!!!!!!
9tut 01-31-2009
To JF: We don't need to type "no auto-summary" in the network 212 because it already had it. Please see the output of "show running-config" command of R1 again to understand what I say

To Bob: Are you sure the AS number in your exam is 22, the AS number might be different...
Bob 02-01-2009
Yes, The incorrect AS number was 22, all other router had 122

Thx,
kesho 02-01-2009
heey 9tut i want to ask you question when you use show running in router 3 we see that fa 0/0 ip address 192.168.77.34 with subnet mask 255.255.255.252
so when u configure eigrp 212 the correct network 192.168.77.32 not 192.168.77.0 (same in fa 0/1 , fa 1/0 wrong configure)
explain it .
9tut 02-02-2009
To Bob: You configure the networks wrongly, you have to use network addresses, not IP addresses. For example:

(conf-router)#network 192.168.40.17 (wrong)
must be:
(conf-router)#network 192.168.40.0

To kesho: You just need to move all networks from AS 22 to the network with AS 212 so we should use old networks configured in AS 22.
Please notice that network 192.168.77.0 contains network 192.168.77.32 so there is no problem when using the bigger network
Bob 02-02-2009
To 9tut: Eventhough I used IP address when I checked the running config it was showing network address like 192.168.40.0.
I was aware that I had to use network address there, I used it during first time but that was showing me only one entry for both of my subnets (192.168.40.17 and 192.168.40.33) eventhough I set "No-auto summary".That is the reason why i used actual ip address insted of network address and after that it was showing correct network address in the running-config.
In my case, I am now doubting the ip addresses of the same link being in diffrent subnets (with same subnet mask) as I dont remeber that I checked that, I only checked individual ip falling in correct subnet but not checked that both IPs falling in the same subnet (the scratchboard marker got dried at that time so I could not compare and I could not remeber in that panic state.)
Anyway I learnt a lot after this mistake and urge the exam takers not to do mistake like me that could cost you a re-exam fees.
kesho 02-02-2009
thank's for your explain.
yasser 02-02-2009
Hi 9tut can i use show ip route and can make ping to varify my work thanks .
zoltron 02-02-2009
sorry i dont seem to understand:

"Notice that it is missing a definition to the network R3. Therefore we have to add it so that it can recognize R3 router"
9tut 02-02-2009
To yasser: Yes, you can (and should) do that

To zoltron :I mean "it is missing network 192.168.77.0"
Laki 02-03-2009
Just a simple question friends, i'm new to the subject and very new!:

When you say "R1>enable (you have to enter cisco as its password here)"

Does that mean we have to type the "cisco" password infront of enable or.....?

---------
In simple on this question; what i do is clikc the router and i get the command window and then simpley type first - "enable" ...... ?

or am i missing something here?
9tut 02-03-2009
You have to type "enable" first, then it will ask you a password, now type "cisco"
rodel 02-03-2009
what happen if i don't include the "no auto-summary" command after the networks in eigrp??

thanks in advance for reply.
9tut 02-03-2009
Because both R3 and R4 routers have network 192.168.60.0, so if we don't use "no auto-summary" command, your routers can be confused and may not operate properly
rodel 02-04-2009
What a relief.......I passed the CCNA today. Thanks a lot man(9tut). Specially for the sim questions..everything you have said about it is true. My score is 965. and i just only review for 2 weeks. Also try to concentrate in ps4 all the questions from there came out to my exam so i confidently answered all the qustions...again thanks 9tut.


goodluck guys!!!
Shehan 02-05-2009
Dear 9tut,
Please help me.Im confuse??????????????????

I implemented this lab qus from Packet tracer.I could ping from each & every router to router.But i couldnt ping from any PC to PC .
What i feel is that PC's belongs to one sub net in one router & the same subnet belong to some other router.when i ping from PC ,Router thinks that Pc belongs to its own subnet & its wont forwards the next router.

Please tell me am i correct?
if it is how its work in real environment?
9tut 02-05-2009
In Packet tracer you just need to ping from router to router, no need to work with PCs but in real exam, you have to click on PCs to access routers. In Packet tracer labs, PCs are not configured so you can't use them.
Shehan 02-06-2009
Thank u vvvvery much 9tuter.
your work is so much appreciated.
hieund83@yahoo.com 02-08-2009
Hi everybody.
I think, to simply then everybody can use "show ip protoco" command to solve this problem.
Hieu
redlin 02-09-2009
hello 9tut..,

in exam r we going to access router console using pc's ??? .... yes means how it is possible to work router commands in pc's command prompt...

i am really confused pls explain me...

one more doubt... we have to check at the end of the question that.. every router and pc's are pinging properly???? we need to verify?? or no need?
Azim@ZTE 02-09-2009
Guys,,
I have passed CCNA today with 976/1000.

This qs was common for me just IP address were different and AS was 2.

Thanks 9TUT
ike 02-09-2009
my question is dat how do u know which network address to remove from the router and then to know which one to replace it with
ike 02-09-2009
4 the guys worried about the router not accepting the 'no router eigrp' command u need to understand that they changed what u crammed, i had the same problem to.So maybe u typed the command on the wrong router.In how2pass it has an interface that is shutdown, i'll advice to pay gud attention to the sh run command output b/4 u jump and start typing no router eigrp, cuz if the as is correct maybe u need to type no network 192.168.60.....watever they gave u.hope dis helps anybody
asadullah 02-10-2009
Dear Runiya and 9tut,

thanks for creating lab on packet tracer but i have a question when iam going to configure EIGRP lab when i drag the router 2621XM
when i check the interfaces there are just 2 fastethernet but in your configuration that i checked there were 3 serial interface and also fastethernet please tell me the tip.
naveen sengar 02-12-2009
do u know about the fd in eigrp
Tharaka 02-13-2009
Got this one.

ASN is 12 (correct) and ASN 22 (wrong)

and there is no ip address for R3 - Fa 1/0.
A.Praveen Kumar 02-15-2009
Thank u
kartik 02-16-2009
I gave my ccna today.....got 960 !
because of my foolishness i lost 30 marks....
In one hot spot question..there were 2 questions remaining 2 be answered...bt i clickld on next !!!
Any doubts...mail me....
pioneerkartik@yahoo.com
crossbone 02-16-2009
hi 9tut, nice website! i have a couple of quick questions:

1. will eigrp automatically know what network i am advertising even if other routers are also advertising the same network? I'm talking about the 192.168.60.0 network.

2. subnet mask is optional in eigrp. do you think i can type the subnet mask in the exam to be specific about the networks to advertise?

thanks for all your help!
9tut 02-16-2009
1. No, you have to use "no auto-summary" command if you want to advertise discontiguous subnets. If not, your routers will not operate correctly. In this case, we used "no auto-summary" so our routers work well with 192.168.60.0, which is a discontiguous network
2. Don't type subnet mask in the networks you advertise when use EIGRP
crossbone 02-16-2009
thanks for the quick response, 9tut. so 'no auto-summary' is the key in order for it to work properly. let me correct myself in number 2, it should have been wild card bits instead of the subnet mask that is optional. but i'll follow your advice man. thanks!
Frankwhite 02-17-2009
This question is a sure banker in the exams, and hardly can you avoid the question.
I took my exams yesterday and scored 918.
I will advice people who are still to take the exams to practice with simulator before going for the exams to really see what configuring is like before exams.

cheers to you all.

frank4everybody@yahoo.com
clems 02-18-2009
sumbody shuld help me get started on ccna. anyhow i appreciate. i really need it. clemsville4u@yahoo.com Im frm benin city. i just graduated with limited resources.
Gone 02-18-2009
Dears,

"IP addresses are listed in the chart below." is it showing in the exam lab? i meant ,the ip addresses for the routers already showing there ? or we need to put show command there?

thanx
showme 02-18-2009
On the R1:
why we added the network 192.168.77.0 ?

can we choise R2 and add the 192.168.77.0 ?


in the exam if they mentioned about the router which is missing the eigrp 212... after that which router exactly need to extend the ip network?
Chris 02-18-2009
After I downloaded version3.22, there was a problem with the file I could not open it..?

I am sitting CCNA in a couple of weeks and have just found this great website

Help would be most appreciated

Thanks,
Chris
amit.jp 02-19-2009
It's workin chris all u need to do is load java player
Frankwhite 02-19-2009
To: Chris

What do you mean by version 3.22? is it pass4sure? if it is, then you need to first install java and win RAR before you can be able to open it.

cheers.

or you can try this,

goto:
www.4shared.com

and open this account:

ID: frank4everybody
password: mineomine

and you can download these files and other ones in there. i opened it for everybody's access.

Aufwiedershen . (meaning goodbye)
guest100 02-19-2009
today i appeared for the exam...i got 918/1000. Each and every question were from P4Sure 3.22 and all of the simulations were from 9tut. Thanks for this wonderful site...it helped me a lot during my preparation...I got the EIGRP routing simulation (which i think i messed it up!) and the other simulations are the same except there are few changes here n there...so guys the best thing to do is just practice and play the simulations that are posted on this website...use Packet Tracker4.11 for your simulations...and study P4sure :P
alvin2407 02-20-2009
just passed my CCNA exam today with a score of 895/1000
review materials are CBT nuggets CCNA exam pack and p4s v 3.22
almost all the items are from p4s and 9tut especially the sims

may god bless everyone and have a very nice IT career in the future
gech 02-20-2009
Hello 9tut.com, i really appreciate for ur great help


Could you pls tell me the answer of Q300 in pass4sure v3.22, it is answered differently in many sites.

Thank you
Chris 02-20-2009
Thanks for all your help..!

Frankwhite - A1..........!
Muhammad siraj 02-22-2009
Hi pls All Command for CCNA Lab
Muhammad siraj 02-22-2009
Hi Pls All command for CCNA LAB,,
crossbone 02-24-2009
thanks for your help, 9tut. I was able to pass the exam with 988 points. I had to guess on a multiple choice question which asks what application uses tcp because my nerves were on the way when I started the exam and I realized I was spending too much time thinking. :|

anyway, you deserve a medal for helping all of us. thanks again! :)
allset 02-27-2009
hi can someone help me over here. when i try to copy running config into startup config in the labs using packet tracer it asks me destination filename? and if i press enter i think the default process happens like storing in a certain file and then it says ok. Do i need to do the same in the exam also? thanks in advance.
Tharaka 02-27-2009
In the exam routers behaves like real routers.
arya 02-27-2009
Can any one explain me q.28 in p4sv3.22 plzzzzzz
nne 02-27-2009
hi guys, i hear the questions have been changed. can anyone comment on this cos i'll be writn tomorrow. tanks in anticipation.
Muhamed 02-27-2009
thnx 9tut and thnx 4 allllllll,wonderful site
zack 02-28-2009
Hi, i would like to ask about the ISP router. Does we have to add any static route in the ISP in the CCNA exam?

Cause i am not able to ping from R2,R3,R4 to the ISP.
Guys,please help me with this =))
9tut 02-28-2009
To nne: The lab sim are still the same (maybe they just added one lab sim)

To zack: No, we don't need to configure ISP router...
zack 02-28-2009
Hi 9tut, Thanks for the reply.

Thanks for the wonderful site!!
madhav 03-03-2009
hi friend . i am madhav . i have done ccna 906/1000 . i had this question . eigrp . nat . so anybody want help . just cantact me . my mobile no - 9730455326 mail id . mparkhe@tahoo.com
madhav 03-03-2009
this webside very help me . just i am seaching job in pune . anybody idea about networking job . call me
asad 03-03-2009
hi 9tut,
i have heard about new nat simulation it is same as the one which is on the website or different please post something about this iam very worried about it.
charles 03-05-2009
hi 9tut,
i know we can configure eigrp using different methods. can we use the other methods? eg the actual ip address and the wildcard?

thanks.
Hiram 03-05-2009
I am preparing for the exam and I understand this sim, but I am curious if on the test I should simply try pinging the serial interfaces of the other routers to verify communication or should I also ping the ethernet interfaces?

Thanks for the help!
Hiram
Manoj Kumar 03-13-2009
hi What's the latest version for pass4sure dump , i am going to write ma exam end of this month ... i have v3.23 with 402questions but i heard v8.3 is latest , pls help me ...
Manoj Kumar 03-13-2009
this is ma mail id pls reply me ....
mkjijul@yahoo.com
mkjijul@gmail.com
Asad 03-15-2009
Hi Manoj,

I am looking for latest P4s v 3.23. if you have please share this link with me.

asad_18pk@hotmail.com
Rushikesh 03-30-2009
Can we change AS no. on all the routers to any value (same on all routers) as it is admin choice rght????????
Syed 04-16-2009
Today i written the exam and got the same sim

i got rip2 ,NAT,.and one frame relay question ..


Regard,
Syed Asif..
azeem 04-20-2009
can ani1 of u tel me does the questions that r asked in the ccna exam cover topics like ipv6,isdn and vpn...especially the simulations...
prabin 05-03-2009
can u send me pass4sure latest version to my mail id: prabin_4_u@hotmail.com
Anonymous 05-09-2009
9tut thanks alot
i troof i 05-11-2009
This sim can be challenging if you don't have a lab at home or haven't used packet tracer a ton!

First of all the Q states that R3 has been added. First thing I did was checked the ip protocols running on there "show ip protocols"

that showed me right away what the deal was. All the routers in diagram showed eigrp 212, thus when Eigrp 22 showed up I knew that was one issue. I deleted it "no router eigrp 22" then added "Router eigrp 212" and added the networks.

Now I don't know about you, but I TEST EVERYTHING. So first thing I did was to see if I could get to R1. I could do that, good. Then I tried R2 serial interface - that failed. Then I tried serial interface on R4. That failed.

The key here is: There IS connectivity to R1. However, since R1 is the "spoke" (that's what it looks like a spoke of a wheel) then we know that there is an issue somewhere within Router one. Due to the failing pings on R4 and R2.

With me ?

So right away, I get to R1 and do a show ip protocols. All you got to do here is compare the networks being advertised I see the .......60 network......the 36 network. But wait a second. I don't see the .77 network. There is the answer!

Router eigrp 212
network .......70 network

do a copy run start.

hop back over to router 3 and start pinging. ping r2....good it works. Ping r4 good it works. You can even do a trace to each router, that would take some time but would FOR SURE CONFIRM the path it's taking to get there. You would see the hops going to R1 then R2 (if you trace to R2) and then the hops from R3 to R4 (if you trace to R4). You will see in the trace that R1 shows up as it passes through. Remember that EIGRP has to pass through other routers in order to get somewhere, same way with rip and OSPF.

How do I know that? I did 100's of hours of labs at home with real equipment and used packet tracer to test scenarios before implementing them that's why.

Good luck to all!
i troof i 05-11-2009
Oh and BTW, the ISP interface and the other side of R1 were not asked about, so you don't need routes to there. I guess in best practice there would be a candidate default route of some sort or if you were using route you could do a "redistribute static" and that would communicate to ALL routers that were using RIPv2. A side note I know, but good stuff to play around with!
Anonymous 05-17-2009
Hi! Syed, i would write the exam next week pls. help with the latest p4s version. my email: tvappa4u@gmail.com or tvappa@hayoo.com. thank
Anonymous 21-05-2009 05-21-2009
Hi! Sted,i am taking the exam on the 09th of june,help with the latest p4s version:ja6839@yahoo.com.PLEASE THANKS
Mike 06-02-2009
If you want them, buy them. Stop spamming here with begging.
Locus 06-06-2009
there is Missing Configuration with R3
"
Router EIGRP 212
Network 192.168.77.32
"

Without this missing Configuration the R1 can't see Networks Connected to R3

"Wish me Luck Tomorrow is my Exam ^^"
King 06-08-2009
Hi! i am taking the exam on the 11th of june, can someone help me with the latest p4s version :kingkouka2006@yahoo.fr
Jack 06-08-2009
Question: Do you have to input the last command "copy running-config startup-config"? Would you get the answer wrong if you didn't input this command for the CCNA test?
king 06-08-2009
a friend say me that i have to input "copy running-config startup-config", because it is only at the end of the test that the configuration is taken in account. So without save, the system will not see your conf and consider you didn't do anything for the lab.
king 06-09-2009
what was in the lab??
Stevec90 06-12-2009
Some have said why the "no auto-summary"? Answer is you need to disable auto-summary anytime discontigious networks are in use (as they are in this sim).

Some have asked, "why disable it again, it is already stated that it is disabled in the output?" Because if you have the wrong AS number and need to remove it via "no router eigrp xx" then you have wiped out all the old configuration for EIGRP, and when you re-add the correct AS number via, "router eigrp YY" then you have added a fresh instance of EIGRP, just like brand new, and all the defaults now apply and all the old configs are gone. (EIGRP by default uses auto-summary).

I take my exam next Tuesday, I know the stuff but I am still a little nervous (250 bucks, yiiikes!)
Rajeew 06-13-2009
@ ALL

GUYS, I did my exam last week. I got this question BUT IT IS NOT ON EIGRP !!! IT WAS ON OSPF !!! so beware ... they have made some changes to this questions !

But I passed the exam 945/1000 :)

need futher details : rajeewsandaruwan@gmail.com
femzy 06-15-2009
Nice caution there Rajeews.So when you do a sh run on all routers we should

take note of the routing protocol being used.I should do my exam on wed.I ll

watch out and also let you guys know!!!
Anonymous 07-05-2009
download latest pass4sure ccna 640-802 dumps v8.14 (514 q)
testing engine included to download this software download the below files
if u want more dumps of any it certification mail at (mahajunction@gmail.com)

http://www.ziddu.com/download/5468061/P4S640-802v8.14.part1.rar.html
http://www.ziddu.com/download/5468166/P4S640-802v8.14.part2.rar.html
http://www.ziddu.com/download/5468254/P4S640-802v8.14.part3.rar.html

for instructions mail me at mahajunction@gmail.com
Fan boy 07-07-2009
Hey.. I have to tell you people one thing... ESP 9 TUT.... DAMN U ALL R SO AWESOME..... ur site is great as a learning source as well as for the test.. Many thanks... Let me know if I can be of some help...

i really don know where to post this message... but just let me know...

FAN BOY
pradeep 07-10-2009
ive failed 2 times in ccna.........now i came to know the reason....
ive never used any dumps........................................
never refferesd any thing .....only studied toddd lammle book....

both time my score was 700
and 750(nearly)
....
third time iam paying once again....
and now i ve reffered the dumps........
i have confidence
gaurav 07-13-2009
plz somebody tell me that if i'm unable to recall the exact cammand,
can I get the help in that simulation like in the real router by just writing the half command and typing ? after that.

plz urgent rply...!!!!!!!
bg796 07-17-2009
Just took the test you can use wr instead of copy running-config startup-config. Every minute matters while that clocks ticking. If you have problem subnetting in your head write out the chart while you take the survey.

Yes, you can get help command, but you have justed wasted any spare time you made up on the easy questions. Practice these sim questions over and over until you can type them out in two minutes.
ashley 07-21-2009
hi can someone plz email me the exact configuration of these lab...

n can we use help or tab in exams ..
can we answer next question n back to previous one...
n btw dats the most interesting website ive eva seen...
9tut ur doing g8 wrk...
keep helping god will help u...
ashley 07-21-2009
my email is ash270185@yahoo.com
dj-ashley@hotmail.com

ive got the config 4 d RIP lab ive someone wants it....

chek out zese sites...

http://parthocseju.*.com/
http://www.certbible.org/testout-cisco-ccna-640-802/ http://careercert.*.com/2009/05/ccna-videos-and-practice-tests.html
http://networkmanagers.googlepages.com/
it will surely be of some help
norris 07-23-2009
hi guys i have gone thru this sims and the are pretty good and helpful . will be taking my exams tomorrow. just pray my efforts are rewarded.
wish me luck and i will giv you the feed backs on the system of the exams.
cheers!!!!!!!!
rahul 08-08-2009
hi 9tut,
tab key use in examination,
some your expriance share with me and my 9tut friends,
thanks.
no auto summary 08-08-2009
no auto-summary command is needed??? plz explain me ...........

From show running interface i got it that above command is already configure R3 router & R1 Router.

another question is that is NAT SIM LAB is ip nat outside or ip nat inside command is nedded???

Plz dear 9tut i need urs help.............
9tut 08-08-2009
Yes, "no auto-summary" command is needed on R3 because you use another AS number. R1 has already had this command so you don't need to type it on R1.

In NAT sim you don't need to use "ip nat outside" and "ip nat inside". I write it just for your understanding.
Dear 9tut need ur help 08-09-2009
Thanks 9tut for ur valuable reply. I will be grateful to you if u answer me others question? My exam is 12/08/09 & I have prepared with Killtesy V 13.02 & 9tut Lab Sim. Its enough to pass CCNA. I have browse killtest web side & and was saw there that they give grantee tp pass ccna using their latest dumps. What if I answer the question no. 26 from p4s 7.58 1st data link or then Physical ??
In lab if i missed or wrong one configuration then have i get any marks? What if i answer 1 or two answer where is needed 3 three???

Is show running-configure active in Lab?? If i use it then is it harmful for me??

Plz 9tuts plz give me above answer, I think it will be helpful more guys.
Nimz 08-12-2009
Dear 9tut....

I am bit confused abt simulation part, do i hv to configure this topology in packet tracer in exam or the configratn is pre-done(we jus hv to do corection part only) ??


plz help ....

Regards
Nimz :)
got Latest Pass4sure 08-30-2009
Pass4sure v7.63 and 7.58 as a PDF

http://www.4shared.com/file/126220438/f79c0752/P4S_640-802_v763-New_Questions.html

http://www.4shared.com/file/126964515/aafcb20e/P4S_640-802_v758_PDF.html
pandu 09-02-2009
Hi 9tut,

Your site is so nice. My friends advised me to go through this website for a good grip on the exam. I have my CCNA exam on 4th of this septermber, I have only the p4s 3.5 version, I tried in so many ways to download the new version, but I was unable to do so. Kindly advice me, I am afraid that the 3.5 version may not be sufficient for clearing the exam.

Plz........Reply me plz.....
Raghu 09-06-2009
Isnt the no auto summary in this because of different netids being used? router 1 cant summarize for the sub networks as they belong to different net ids?
training 09-07-2009
hi guys

it's a blog for CCNA and CCNP training video and Cisco IP Communicator


http://traning4all.*.com/

http://traning4all.*.com/

http://traning4all.*.com/
Harish.K.C 09-19-2009
HI 9tut,

I am planning to take my ccna on 21st of september 2009 and i am following the dump version v7.73 is tat the latest one or any other version is updated????
if so can i know the latest version and the link to down load it...

Kindly do reply.
maliya 09-22-2009
i think your talking about P4s v7.73. is that so, thats the latest one whch i am having. good luck
vnangeles 09-24-2009
latest p4s v8.14, you can follow the downlink link from this site :www.warez-bb.org... got mine at that site.
mani 09-28-2009
hey guys pass4sure has updated dumps on 26th sept.. can any 1 provide me da link ?? i cudnt find it after a huge search..
help am goning to write the ex 09-28-2009
plz help me

i want telnet R1 from G (pc) but i can't which ip addres to us tell me .
9tut 09-28-2009
In the real exam, you just need to click on PC G to telnet to R1
safwan 10-03-2009
TO : 9TUT

1. how to go to command line interface of R3 router, and CLI OF R1 router to see the running config?


2. where to re configure the changes the R3 AND R1 CHANGES ?? by clicking on specific routers R3 OR R1 .. or the hosts attached to routers R1 AND R3?? for this lab i need clear explanaiton ...

tanx in advance
ltrevino18 10-08-2009
Hi ! 9tut and all members
I just passed my CCNA exam, I got 986/1000 marks.

Some of the highlights of the exam:
NAT Lab Sim
Ripv2 Lab Sim
Frame-Relay Sim

And also a couple of normal questions that I didn't not see
during my study journey.

The exam is not too dificult. I studied Pass4sure v8.14 and Lab sims
from this Site.

Thanks 9tut, you're the man!
Oh! by the way , I would like you to give me your address I got some furniture to send you!! lol.
Peace Folks
quk 10-09-2009
Is it possible to get this lab, in the ICND 1 test?
9tut 10-09-2009
If you take 2 exams, please have a look at 9tut.net. You will find the sims for ICND1 there.
9tut 10-09-2009
To safwan: Sorry for my late response.

1. You have to click on the host which has a console connection (dashed line) to that router to access its CLI.

2. After clicking on the host to access its CLI, you shouldn't turn it off, just leave their interfaces until you finished the exam (I recommend you should try pinging all routers to make sure they work well).
unix33 10-17-2009
please can u tell us if the subnet can change ? and what is a duration of this exam

Br .
ITTest 10-17-2009
Yes, the subnet can change so grasp the concept! The duration of this exam is 90 minutes, plus 30 minutes for non English countries.
Mukhtar Usmanyar 11-01-2009
Thanks 9tut.. It really solved my problem. I was using the certify me product the some of the lab simulation did not have explanation and the 9tute solved my big problem.
Tahiti 11-03-2009
9tut or any recent testers,
Is it possible to open 2 or more console sessions? For example, this one has 4, could I open them all up in different corners to compare and make my changes or do I have to open one at a time?

Many thanks
9tut 11-04-2009
Yes, you can open all 4 console sessions at the same time.
Dmitriy_Moscow 11-09-2009
Hello.
Trying this lab on Packet Tracer now.
I can not ping R2 and R4 interfaces (except for 77 subnet ones) from R3 CLI. Here are the configs:

*R1*
router eigrp 212
network 192.168.36.0
network 192.168.60.0
network 198.0.18.0
network 192.168.77.0
no auto-summary

*R2*
router eigrp 212
network 192.168.60.0
network 192.168.36.0
no auto-summary

*R3*
router eigrp 212
network 192.186.60.0
network 192.186.77.0
no auto-summary

*R4*
router eigrp 212
network 192.168.60.0
no auto-summary

R3#ping 192.168.36.13

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.36.13, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

R3#ping 192.168.60.25

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.60.25, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

The links between R1 and R2 and R1 and R4 are red, not black. What does it mean? All the interfaces' points are green.
nm 11-13-2009
does the ? option work in the exam?as in does the cli show options available when i type an incomplete command and ?
nm 11-13-2009
i have to take the exam on monday..please reply quickly!
9tut 11-13-2009
Sometimes it works but sometimes it doesn't, so you should learn the full commands
Zeus 11-17-2009
Hello All,

I cleared my CCNA Exam with a score of 1000/1000 recently.

I would sincerely like to Thank 9tut admins and tech guys for providing very good explanations to the questions especially LAB SIMS.


Some highlights of my EXAM.

Lab Sims:

Frame Relay
RIPv2
NAT with 32 host addresses

Split:

70% Questions came from Pass4sure 8.14
15% LAB SIMS given in 9tut.com
15% Questions came from TCP/IP basic concepts and WLAN, VLan concepts

Suggestions to Test Takers:

Read and Practice from the following resources and you will definitely score 100%

1. CCNA: Cisco Certified Network Associate Study Guide: Exam 640-802, 6th Edition, Todd Lammle
2. CCENT/CCNA ICND1 Official Exam Certification Guide, 2nd Edition
3. CCNA ICND2 Official Exam Certification Guide (CCNA Exams 640-816 and 640-802) (2nd Edition)

4. Pass4sure : Latest Dumps. See pass4sure site for the Latest dumps version.

5. 9tut : LAB SIMS. These guys have accurate explanations.

Also, Practice Subnetting very very hard. Understand the concepts and practice daily on subnetting

That's it.

Happy certification.

Cheers ! ! !
Dman 11-17-2009
Im taking exam in few days and i wonder can we have a pen and paper for ip calculations or calculator itself ??
Dman 11-17-2009
and another question... how musch points do sims bring, can we pass the test if we dont do sims and are the questions eycly like pass4sure or they are modified??
9tut 11-17-2009
@Dman: Your questions were answered at http://www.9tut.com/ccna-faqs-a-tips (questions 13 & 16). Good luck in your exam!
pass 11-21-2009
i have one question. i passed exam yesterday and now i want to know what i must do on that tacking site, it is a littke confusing, how will i know did they send cert?
raghav 11-22-2009
hey which dumps did u read for ur exam...
Manan 12-04-2009
Hi

what is the latest version of dumps? exam on 15th dec..
sateesh kumar singh 12-31-2009
Hello

I am very very happy for your notes.
balan 01-01-2010
great job guys go ahead
clevern 01-03-2010
Anybody who is doing the exam today or tomorrow.................kindly post the latest here..........Please i have my exam on the 5th.......is Testinside v11.47 dumps still valid?
clevern 01-03-2010
please post your comments please
i 01-03-2010
latest testking

http://rapidshare.com/files/328596074/640802TKv40.pdf.html
@i 01-03-2010
I cannot access rapidshare, can u email it if you dont mind.. tnx
mjmontemayor@yahoo.com
Anonymous 01-05-2010
Test King v40 CCNA

http://rapidshare.com/files/330577263/640802TKv40.pdf.html


Please, after downloading the file DO share it on rapidshare.com, it's free and there's no need to register up to 10 downloads
toelut 01-08-2010
I have the CCNA exam on the 15th. Is there any change with the dumps or labs? Please let me know..I have to pass this exam..
hilurudeen 01-09-2010
Hi

what is the latest version of dumps?
i have to take the exam on 20 th jan .
Sindhukumar 01-18-2010
Latest CCNA PASS4SURE JAN 5 /1/2010

http://www.4shared.com/file/199318695/922caa2e/CCNA_640-802_Pass4sure_v300_Up.html

password is,
[themothsmoke]
baja 01-19-2010
I have a question I have been studying Pass4sure 8.14 and
then started looking at Testinside 11.72. Please let me know if
I can pass the 640-802 exam with just 9tut.com and testinside 11.72
or do I need the latest pass4sure my exam is this coming Monday please let me
know at my email bajapantycmetoto@aol.com. Also I have watched the cbtnuggets vids
and went through some of the chapters in sybex and cisco press. If anyone has the
lasted pass4sure please let me know pleasssseeeee.
Emma 02-05-2010
if u wnt take the examss inthis manth learn this dunp
Adalarasan P 02-06-2010
Hi 9tut..!!! thanks a ton...passed with 944 today..all questions from dump alone..lab simulation all from 9tut..u guys doin a great job..keep rocking..

Lab:RIPv2, NAT(ON PaT), FRAME REALY

Do study testinside and pass4sure..all questions from these two only..
Any one want dump means catch me @aadalssn@gmail.com..

All the best to 9tut viewers..do well ur exams..
Jimmy 02-10-2010
Hi All,

I think this question had some error.

The R1 Serial interface S0/0 was no provided and ISP should not include in routing update.

My Configuration:

R1(Config)#router eigrp 212
R1(Config-router)#Network 192.168.77.32 0.0.0.3
R1(Config-router)#Network 192.168.36.XX 0.0.0.3
R1(Config-router)#Network 192.168.60.24 0.0.0.3

R3(Config)#router eigrp 212
R3(Config-router)#Network 192.168.60.64 0.0.0.31
R3(Config-router)#Network 192.168.77.32 0.0.0.3

Please correct me if i'm wrong. Thanks
9tut 02-11-2010
"After adding R3 router, no routing updates are being exchanged between R3 and the new location. All other inter connectivity and Internet access for the existing locations of the company are working properly" -> R1 doesn't need any more configuration.
dante 02-16-2010
in this stimulation, how can i switch between routers while clicking on the console in the pc..? i.e i want to switch between router 3 & router 1 for typing the show running-config command..
a6green 02-18-2010
9tut:
I’m confused you just stated no “R1 doesn't need any more configuration” but at the end of the example you have the following

Notice that it is missing a definition to the network R3. Therefore we have to add it so that it can recognize R3 router
R1>enable (you have to enter cisco as its password here)
R1#configure terminal
R1(config)#router eigrp 212
R1(config-router)#network 192.168.77.0
R1(config-router)#end
R1#copy running-config startup-config

Please update taking test tomorrow Friday 2/19 in AM
9tut 02-19-2010
Sorry a6green, my mistake. R1 needs more configuration to recognize R3 network.
a6green 02-20-2010
9tut Thanks for the update,
Took my exam just miss it due to questions on VLSM and Router Summarization was not prepared. I had studied it but didn’t spend the time really needed to understand it. I didn’t see anywhere this topic being discuss in detail as been part of the exam. We all know that you need to how to subnet but I think it work be helpful to have a section on this topic. Just a though.

I would like to say that with out this site and the Sim it would have been… you know.
Had F/R Multination, NAT, RIP v2 also need to know drag & drop form exam collections dump
35q.vce hope this will help.

Again thanks 9tut
a6green 02-26-2010
Took my exam again Passed!!!! Thank you for all of the information available here could not have done it with out all of your information.

Sims Rip,Nat,F/R also tested with examcollection.com dumps
DEVIL 02-26-2010
hey a6green. . did you write in RJP
a6green 02-28-2010
Devil, Don't under stand question??
inamkhanz 03-03-2010
we are here for solve the problems in simulation. if you want to correct that simulation then visit on our website.
gave it today 03-03-2010
i failed i had this question in the exam today
Sarah 03-03-2010
What else did you get in the exam?
Apoorv Rai Saxena 03-04-2010
I passed today with 949/1000

LABS: access-list , NAT ,EIGRP ,VTP(All from 9tut)

All questions from P4s3.22 and TI 11.72

Any one giving dis week just study this

CAUTION:4 labs this time

can mail me at :apoorv_rai@yahoo.com .if need p4s or TI

Best of luck!!

god bless 9tut
lawrence 03-04-2010
thanks Rai Saxena, writin 2moro. boosted my confidence level
rafter 03-04-2010
Hi 9tut! i see that for router3 you added the command no auto summary but for router1 you did not added that command. Is is ok if i add no auto summary for both router1 and router3 ? will that still work fine?
9tut 03-04-2010
Yes, it still works fine.
Pamela 03-05-2010
@Apoorv Rai Saxena
where can i find P4s3.22? Thank you!
Felix 03-06-2010
Boss,

In the Eigrp, R1 Router.. I has specified
router eigrp 212
network 192.168.36.0
network 192.168.60.0
network 198.0.18.0
network 192.168.77.0
no auto-summary
For Eigrp.. But in Interface.. It has the ips of 192.168.18.....
192.168.60..... 192.168.77......

192.168.36.0--This ip was not assigned to R1 interface,. then how it learned by Router EIGRP...
Ang 03-06-2010
@9Tut - On R1 and R2 configurations, both of the facing S0/0 interfaces have "clockrate" set. Have you ever heard of Cisco offering extra credit for noticing and fixing something like that?
9tut 03-07-2010
Surely you won't get extra credit for fixing it. Better do what they asked.
Ang 03-07-2010
Thanks!
Andrew 03-10-2010
I did the exam yesterday and this question was on the exam.
Tushar 03-12-2010
Hi every.......i just cleared my exam today....i got eigrp, acl and tht vlab wid no configurations but 5 question about vtp...............thank u very much 9tut.com............u r the greatest..........as for the dumps, my fellow aspirants, pls visit www.examcollection.com...................everything came from TestInside version 11.72 and TestKing version 41.................dont study pass4sure version 3.22.................u will only waste your precious time.........
one.yo 03-12-2010
Hello guys, am trying to understand where the router EIGRP 212 comes from? Please i need some explanations.

Thx in advance.
Anonymous 03-12-2010
the EIGRP lab is this one or a new one? Please if you took the test few days ago please reply I would appreciate.
iamori 03-13-2010
hi,

So i can have this on the updated exam of the march?
brasco 03-14-2010
EIGRP is ( AS i)s the Autonomous System number. The same AS number must be used for all the routers that you want to exchange routing information as u see the new router was configured wrong router eigrp 22 so it wont change routin, info our goal is to put it in the same AS like the other routers. hope it helped !
Add A Comment
Name:
Website:

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Saturday, 13 March 2010 01:19 )