Real CCNA 640-802 Questions and Answers

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

CCNA Configuration SIM Question

(Updated from real CCNA exam on Jan-05-2010)

Question:

To configure the router (R2-RC) click on the console host icon that is connected to a router by a serial console cable (shown in the diagram as a dashed black line)

ccna__configuration_sim_lab_4

CCNA Training Company recently installed a new router in their office. Complete the network installation by performing the initial router configurations and configuring RIPV2 routing using the router command line interface (CLI) on the R2-RC.

Name of the router is R2-RC
Enable-secret password is cisco1
The password to access user EXEC mode using the console is cisco2
The password to allow telnet access to the router is cisco3
IPV4 addresses must be configured as follows:
Ethernet network 209.165.202.128/27 - router has last assignable host address in subnet
Serial network is 192.0.2.16/28 - router has last assignable host address in the subnet. Interfaces should be enabled.
Router protocol is RIP V2

Attention :
In practical examinations, please note the following, the actual information will prevail.
1. Name of the router is xxx
2. Enable-secret password is xxx
3. Password to access user EXEC mode using the console is xxx
4. The password to allow telnet access to the router is xxx
5. IP information

Solution:

1) Name the router:

Router>enable
Router#configure terminal
Router(config)#hostname R2-RC

2) Set secret password:

R2-RC(config)# enable secret cisco1

3) Set password for the console:

R2-RC(config)#line console 0
R2-RC(config-line)#password cisco2
R2-RC(config-line)#login
R2-RC(config-line)#exit

4) Set the Telnet password:

R2-RC(config)#line vty 0 4
R2-RC(config-line)#password cisco3
R2-RC(config-line)#login
R2-RC(config-line)#exit

5) Assign IP address for Ethernet interface (Fa0/0):

The Ethernet network 209.165.202.128/27 has:

Increment:32 (/27 = 255.255.255.224 or 1111 1111.1111 1111.1111 1111.1110 0000)
Network address: 209.165.202.128
Broadcast address: 209.165.202.159 (because 128 + 32 - 1 = 159)

Therefore the last assignable host address in this subnet is 209.165.202.158 and we will assign it to Fa0/0 interface with these commands:

R2-RC(config)# interface fa0/0
R2-RC(config-if)#ip address 209.165.202.158 255.255.255.224
R2-RC(config-if)#no shutdown
R2-RC(config-if)#exit

6) Assign IP address for Serial interface (S0/0/0):

Serial network 192.0.2.16/28 has:

Increment:16 (/28 = 255.255.255.240 or 1111 1111.1111 1111.1111 1111.1111 0000)
Network address: 192.0.2.16
Broadcast address
: 192.0.2.31 (because 16 + 16 - 1 = 31)

So the last assignable host address in this subnet is 192.0.2.30. Finally we assign it to s0/0/0 interface:

R2-RC(config)# interface s0/0/0
R2-RC(config-if)#ip address 192.0.2.30 255.255.255.240
R2-RC(config-if)#no shutdown
R2-RC(config-if)#exit

7) Configure RIP v2 routing protocol:

R2-RC(config)#router rip
R2-RC(config-router)#version 2
R2-RC(config-router)#network 209.165.202.128
R2-RC(config-router)#network 192.0.2.16
R2-RC(config-router)#end
R2-RC#copy running-config startup-config

 
Comments
Maha 08-29-2008
tnxxxxxxxx :D
Maha 08-30-2008
hey
why u choose ip address 209.165.202.158 ? why not .159? i think it must be 159
if not,, why u choose ip address 192.0.2.31? why not 30?! :p
Admin 08-30-2008
We can not choose ip address 209.165.202.159 for the Fa interface because it is the broadcast address of this subnet.
For the ip address 192.0.2.31, I am sorry, it is a mistake. It should be 192.0.2.30 because 192.0.2.31 is also a broadcast address. Thank for your detection. I updated the page.
Fred 09-24-2008
Should you also use the command no auto summary after version 2?
9tut 09-24-2008
You can use no auto summary command but in this case we don't need it because we don't have discontinuous networks
Paula 10-05-2008
For RIP version 2 configuration should be?

network 209.165.202.0
network 192.0.2.0
9tut 10-06-2008
Yes, but we should configure according to what the question requested
Paula 10-06-2008
Thank you very much!!!
Now i understand it!!!
Wonderful website!!!
:)
mizovsky2304 10-10-2008
well done
anastasia 10-13-2008
Hi, in CCNA curriculum is a specific note where it's said that for RIP V2 we should write
router rip v2
network 209.165.202.0
network 192.0.2.0
You said we can write like this, but can I write after this "no suto-summary"?
Will all this be correct?
9tut 10-13-2008
If you see this question in your CCNA exam, please write
network 209.165.202.128
network 192.0.2.16
as the question requested

You can use "no auto-summary" command after them but it is not necessary because we don't have discontinuous network
bogeyman 10-19-2008
I can't see anywhere in the question that tells you to configure the networks for ripV2 as
network 209.165.202.128
network 192.0.2.16
Although RIPv2 is classless protocol it autosumarrises by default and if you do a show running-config you will see
network 209.165.202.0 and
network 192.0.2.0
and that was the way I was taught to enter them in Cisco CCNA Exploration course.
I agree that in this situation the no auto-summary command is not required because the networks are not discontiguous.
9tut 10-20-2008
The question said:

IPV4 addresses must be configured as follows:
Ethernet network 209.165.202.128/27
Serial network is 192.0.2.16/28

and we should do what they required
shagyy 11-17-2008
why configurate terminal i know configur terminal not configurate
sattar 11-25-2008
plz telll me how get increment 32,16......
sattar 11-25-2008
in rip lab question what is the meaning of.....assign the last assignable host to...... or assign the second assignable host......
lolo 11-26-2008
incrementing by 16 will be a /28 which is 255.255.255.240 and how u get 16, 256-240=16. so your subnets will be 0-15, 16-31, 32-47, 48-63, 64-79 and so on til you get to 254. your broadcast address will be the last add of your subnet e.g 16-31, your broadcast will be 31 and our last assignable add will be 30 in 16-31 subnet.

hope this helps
9tut 11-27-2008
Thank lolo, you made a clear explanation
Blaze 11-29-2008
Hi! 9tut
thanx I did my exam on 29.11.2008 and passed score 988

thanx
melih 11-30-2008
Ethernet network 209.165.202.128/27 - router has last assignable host address in subnet
Serial network is 192.0.2.16/28 - router has last assignable host address in the subnet.

Base on the given these outputs; we should assign 158 for the ethernet interface and 30 for the serial as 9tut chosen cause 159 and 31 is the broadcast addresses.

For Last assingable address=broadcastaddress-1
Blaze 12-01-2008
yes correct
emptygenius 12-15-2008
Do we need to configure clock rate for serial interface? should we check it using command 'show controller serial0/0/0 ?
Anonymous 12-16-2008
No, you don't need to configure clock rate, just focus on what the question required.
You don't need to check it with the 'show controller...' either!
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
Blaze 12-22-2008
No you cant use short commands or cant request for help.
Even_zhang 12-24-2008
Actually,
network 209.165.202.128
network 192.0.2.16
are equal to
network 209.165.202.0
network 192.0.2.0
,
so when we use either of them are right.
correct me if i'm wrong.
thx
9tut 12-24-2008
Network 209.165.202.128 is the "child" of network 209.165.202.0. In some cases, they are not the same, so I highly recommend you to use the detail network 209.165.202.128

Same for network 192.0.2.16
Niske 01-04-2009
In CISCO CCNA curriculum you can reed this in chapter RIP V1:
"Note: On assessment and certification exams, entering a subnet address instead of the classful network address in a network command is considered an incorrect answer. "

Also all network statements in RIP V2 chapter examples are with classfull adress.

In this way it should be:
network 209.165.202.0
network 192.0.2.0

Regards
9tut 01-05-2009
Thank Niske for your information but from that we have to use:
network 209.165.202.128
network 192.0.2.16

(not network 209.165.202.0 and network 192.0.2.0)
wu 01-06-2009
I just did this lab in packet tracer, I input
network 209.165.202.128
network 192.0.2.16

and the output on the show run it came out like this
!
router rip
version 2
network 192.0.2.0
network 209.165.202.0
!


hm.....I so I think the answers either ways are correct.
But I think advertising parent address is correct then advertising child address.

Well thank you 9tut for your awesome site :)
amaan 01-15-2009
can we right "no auto-summary " command after advertising networks here ! what types of ip addresses are given in exam plzzzzzzzzzz give some hints, those who wrote exam recently !!!!!!!!!!!!........
Niske 01-18-2009
@9tut, I still do not understand,

network 209.165.202.0 and
network 192.0.2.0 are classful network statements

but
network 209.165.202.128 and
network 192.0.2.16 are statements where you using subnet addresses
of the major classful (class C) networks

You can find NO ONE example in Cisco curriculum (Rip V2 chapter) with subnet adresses in network statements, all network statements are with classful addresses like 209.165.202.0 or 10.0.0.0 or 172.30.0.0.

Regards
9tut 01-18-2009
To amaan: No need to use it but you can, no problem

To Niske: RIP v2 is a classless routing protocol so we can (and should) advertise sub-networks instead of full networks. You can not confirm "network 209.165.202.0 and network 192.0.2.0 are classful networks" because it depends on if the router sends subnet mask information in their routing updates or not (not depend on the statements themselves)
madhav parkhe 01-19-2009
i read toodd lammle book
in a book rip configaration
209.165.20.0
192.0.2.0
classful network
why here using this command
Harrison 01-23-2009
Hello people, I am writing my exam on Wednesday has anyone done it lately? Are there any new questions? Please post.
tuncetila 01-23-2009
no new questions. make sure you practice wel wit pass4sure 3.22 and practice all labs on 9tut. i had mine on the 20th of dis month and i made 988. all d best
yasser 02-03-2009
@9tut
i see there are discontiguous networks /24 /27 /28 so i think we must add no auto-sammary after network??? PLZ correct me
9tut 02-03-2009
They used different networks so no need to use "no auto-summary" command
mohamed 02-04-2009
9tut
why you did't no auto-summary statement?
Tharaka 02-04-2009
To mohamed : networks are different so you don't add no auto-summary command.
Tharaka 02-04-2009
To mohamed : in case the asked you to configure

Ethernet network - 192.0.2.0/28
Serial network - 192.0.2.16/28

then you need to add no auto-summary statement. coz networks are same.
n 02-08-2009
R2-RC(config)# interface s0/0/0
I THINK I SHOULD BE INTERFACE S0/0
Nilesh 02-10-2009
hi 9tut, gr8 efforts going, keep it up


you have mentioned to use the below mentioned for ripv2
network 209.165.202.128
network 192.0.2.16

ripv2 & EIGRP both are classless routing protocol, for the EIGRP lab sim u hv mentioned to config EIGRP as classful

R3(config)#router eigrp 212
R3(config-router)#network 192.168.60.0
R3(config-router)#network 192.168.77.0

then why same is not applicable to ripv2 also, as mentioned in Todd Lammle's text book, rip, ripv2 & EIGRP all are to be config as classful as they auto-summarise to classful boundaries.

plz repl ASAP am appearing for exam on saturday, aslo give some imp guidelines.
sholay 02-10-2009
good job here, i really know that u guys have the indept understanding of this so called cisco configuration.
but my question is, i am planning for ccna soon, am i going to have acces to the practical aspect of the exam like real cisco, whereby i can view what i have configure, check if there is any mistakes, pls expantiate more on this for me.
thanks.
sholay 02-10-2009
pls, i really need responds to this qestion , so that i can really plan myself for the challenge around.
thanks

the qestion is ?
i really know that u guys have the indept understanding of this so called cisco configuration.
but my question is, i am planning for ccna soon, am i going to have acces to the practical aspect of the exam like real cisco, whereby i can view what i have configure, check if there is any mistakes, pls expantiate more on this for me.
thanks.
9tut 02-10-2009
To Nilesh: In EIGRP lab, we just need to copy all networks from the wrong AS number(22) and use them in our new AS.
In the RIP v2 lab, they just gave us subnetworks, so we should use them. In fact, you can use the whole networks (209.165.202.0 & 192.0.2.0) but the test engine might not accept it.

To sholay: If you can't practice with real devices then you should use GNS3 or Packet Tracer simulators, and you can find labs at many networking forums.
ciscodreamer 02-10-2009
in the exam:

Can't I use the command?
- "#config t"
- "#copy running-config startup-config"

If then, please advise what should be the complete command. In packet tracer 5, Can't use the configure terminal, configurate terminal..
n 02-10-2009
i pass my ccna today thank you for your help on the lab question
i will not pass this test without your help for the lab
n 02-10-2009
ciscodreamer
to answer your question ,in cisco test you can use short cut
like conf t en int no shut .but u can only use the command that let you use !!! meaning if the lab only allow you to use config t
and sh run then all the other command will not work
ciscodreamer 02-11-2009
Thanks " n "

C O N G R A T S !!!

This site rocks ! ! !
Nilesh 02-11-2009
thanks for reply,
one more qus.
for EIGRP also we should give we shld give full subnetwork, instead of classful add. ?

i want to know this frm exam point of view, shld we give classful or full subnetwork both in ripv2 & eigrp


SUMMARISATION QUERY:

which two nws would be included in the summarised add. of 172.31.80.0/20 ?

as per my understanding this includes the range 172.31.80.0/24 to 172.31.95/24

& this is why the correct ans given in p4s is 172.31.92.0/22 & 172.31.80.0/22

am i correct at this ?

how to find the last nw add in the range that is summarised & how to find the mask of the first & last add. in the range, coz for a summarised add with /20 mask, anything can be the mask for first to last nw add. till /24 ?
soham 02-11-2009
can somebody plz reolve my below mentioned queries ?

pass4sure dumps ver. 3.22

qu. no.218. even b can be right answer
qu. no.203. even A can be right answer
qu. no.276. what is the diff. bet statement a & d ?
qu. no.337. What is the correct ans b or c ?
qu. no.338. Not understood the ans
ivko 02-11-2009
@soham
203, answer C is more likely right answer, they said that in explanation. And philosophy is - when you have more answers that can be right - choose one which is more likely to be true.
218 - no, because 192.168.10.64/27 on pass4sure3 router occupy address space from 192.168.10.64-192.168.10.95
276 - a is correct, d is statement for static NAT, and it would be true if we have many static nat entries for every address in LAN, and here we have pool of address. Mapping internal-external are change dynamicaly. Here, in every moment you have SINGLE ip address, but as times go by, address must not remain the same, so it is not UNIQUE ip address.
337 - C is true, i'm not sure why but i meet this question few time (test inside/test king) and answer is always two. Explanation for which I think is correct is - there is no ethernet frames on serial link. On LAN we have ethernet frame, on WAN we have PPP/FR/HDLC PDU which name is not frame. I'm not sure for this explanation, but i think that right answer is c) 2
338 - address 192168.1.10 of WS2 is private and S0/0/0 209.165.100.250 is public, so we need NAT translation.

This is English with spirit of Serbian language. Sorry, hope you can understand.
ivko 02-11-2009
...but i think c) 2 is right answer.
338 - Ws2 have 192.168.1.10 which is private address. R1 s0/0/0 have 209.165.100.250 which public. Private-public - we need NAT.

Sorry about poor English with spirit of Serbian language. Hope you can understand!
ivko 02-11-2009
for 337 - i'm sure we don't have MAC addressing on WAN links, on FR L2 address is DLCI. If we don't have MAC address we dont have frame either.
soham 02-12-2009
@ ivko
338 - Ws2 have 192.168.1.10 which is private address. R1 s0/0/0 have 209.165.100.250 which public. Private-public - we need NAT.

thanks for the good explainations for all the questions.

please inform whether the below mentioned understanding of mine is correct or not

class c private IP range is 192.168.0.0 --- 192.168.255.255
& the web server 2, host1 (LAN on router 1) is using add. that lies in the private ip add. for class c & private ip add. can not be routed on public nw (internet).

if the LAN on Router 1 would hv been using ip add. other then private ip add. of class a, b, c, then NAT would not be required.
Anonymous 02-12-2009
Yes. Purpose of NAT is to map private address into public address.

337 - explanation

how many different frames, so we just 2 : Ethernet, HDLC.

If quesion how many frames? : 3
Mark 02-12-2009
Configuring RIP routing protocol consists of three basic steps:

Enabling RIP routing protocol on the router
Specifying the RIP version to run
Configuring the network addresses to be included in routing updates or specifying the interfaces to participate in routing updates

Using the Cisco IOS, the command to enable RIP routing protocol is router rip. The version command is used to specify which RIP version to use (either 1 or 2). If the version command is omitted then the router defaults to sending RIPv1 but can receive both RIPv1 and RIPv2.

The network command is used to specify the directly connected subnets on the router to be configured and that are intended to be included in the routing updates. This is a good time to point out that you still specify classful networks with the network command.
soham 02-12-2009
hi all,

please resolve my 2 queries mentioned below

p4s ver 3.22

qus. no. 207 d seems to be more correct ans ? comments plz

qus no. 351

in what way would p4s-pc1 would get the ip config info frm dhcp server as the server is on diff. router & p4s-pc1 has no way other than router to reach dhcp server ?
ivko 02-12-2009
322 - I agree with you. They provide explanation but still I am not conviced.

351 - dont know. Maybe we must provide DHCP in local network. Router will not forward broadcast. I think this consideration is beyond scope of ccna
ivko 02-12-2009
351 - sorry, somewhere I read that we can configure router to pass dhcp request. I dont know where, but I still think that configuration is beyond the scope of ccna.
9tut 02-13-2009
Yes, making router to pass DHCP request in beyond the scope of ccna. I just want you to know there is a way to do it.
soham 02-13-2009
hi all,

p4s qus. no. 316 -- a seems to b the more correct ans -- coments plz
ivko 02-13-2009
316 - Why I have no doubt about this question? Because C) is definitely true. I'm not 100% sure that A) is wrong. Here is my consideration. On p4s3 we eventualy need route to p4s2. On p4s2 is NAT, who manage traffic for LANs.

I passed today (1000/1000). Have following simulations:
http://www.9tut.com/ccna-lab-sim/65-ccna-drag-and-drop-sim-question
http://www.9tut.com/ccna-lab-sim/63-ccna-vtp-sim-question q4-9
http://www.9tut.com/ccna-lab-sim/64-ccna-eigrp-lab-question
+ dhcp question from p4s - q 348+

not same numbers and names of network components, but same questions.

Have one or two very easy question that are not from pass4sure v.22

p4s and 9tut.com are enough for passing, in my case
Soham 02-13-2009
Congrats ivko,

am appearing exam tom. lets c wats gonna happen
2 b ccna 02-15-2009
hi guys,
this is gr8 site...
thx dear 9tut 4 it...
2 b ccna 02-15-2009
one more thing ....
i am using the packet tracer practice sim files for practice
in this ripv2 sim i am not able to ping any address from both the routers after completing the configuration as above.
i configured ripv2 on the other router
also connected connected a pc to switch with 209.165.202.130 n gateway as
209.165.202.158. which i was able to ping.
but was not able to ping 192.0.2.17or .30
the reply was..
Reply from 209.165.202.158: Destination host unreachable.
what to do??

kindly reply urgently
exam is tomorrow!!
A.Praveen Kumar 02-15-2009
Thank u
2 b ccna 02-15-2009
also guys i think in p4s 3.22 ques 184 has incorrect ans it should be a instead of c..
correct me if wrong...
9tut 02-15-2009
To 2 b ccna: Just make sure you understood the concept and did the configuration listed above, the simulator might not work well in some cases...
Tom 02-16-2009
To 2 b ccna: I explained this more fully on another page, but I will repeat here.

In "CCNA RIP Configuration Answered", the "2811 R1-RT" as posted is not fully configured. It is not part of the question, but you would have to configure the serial interface and routing statements. Prior to doing this, though, try and issue a "show ip route" at the "2811 Router" and you will see only one directly connected link - the local FastEthernet side. That indicates the serial line is down. That is why you cannot ping 192.0.2.17.

Explanation in more detail at http://9tut.com/ccna-lab-sim/66-ccna-implementation-sim posted on 02/15/2009.
2 b ccna 02-16-2009
thanks for the updates tom n also 9 tut..
@ tom
i also configured nat sim properly but was so lost in rip sim that i forgot to update it here .... my bad..
also..

@ all
what about my other query about ques 184???
waiting reply...
exam in 4 hours..
g 02-18-2009
hi can u please help me. i need to know if i have configured the router in this lab correctly. which ip address should I png to test?
Tom 02-18-2009
1) Name the router: has "configurate terminal". Should be "configure terminal" I believe.
9tut 02-19-2009
Yes, thank Tom for your detection. I updated the page
Fye 02-26-2009
- To configure the router (R2-RC) click on the console host icon that is connected to a router by a serial console cable (shown in the diagram as a dashed black line)

- Complete the network installation by performing the initial router configurations and configuring RIPV2 routing using the router command line interface (CLI) on the R2-RC

so which one should I use???, the console host or the R2-RC
kumar 02-27-2009
Can any one explain me Q.93 in p4sv3.22 plzzzzzz
mr.whitic 02-27-2009
Sorry, but I have to brake it to you guys -Questions in my todays exam were only 65%-70% from p4s.
I passed with 930.
to mr whitic 02-28-2009
hello mr whitic,
any new lab?

thanks for your info
mr. whitic 02-28-2009
No new labs...
I had RIPV2 and NAT lab and FR Hot spot.
One new sort of lab with router and switch and acces lists, where I had to use show run command. No further configuration was needed.
It was radio button question.
bvk 03-02-2009
Today i passed CCNA with score 874. The dumps have changed there were a lot of new questions.. But GOD IS GREAT, i was really afraid i will fail.. This q was asked for implementation...
cse 03-03-2009
To bvk

Thanks for your updating. Could you explain about the Lab quis?
Anonymous 03-03-2009
have labs changed and how many questions are not from p4s
Hiram 03-05-2009
While entering the commands can you do on the test show run to verify that what was entered is correct, before clicking next to the next question? Will it discount points?
Anonymous 03-08-2009
not sure if the ccna exam question of this lab did slight changes?

The question:

Ethernet network 209.165.202.128/27 - router has LAST assignable host address in subnet

instead of LAST, it change to FOURTH ...
ahmad 03-16-2009
to Anonymous ..

we would not call this a change anyway.... I would be ashamed if i apply for CCNA exam and don't know how to subnet !!!
Anonymous 03-21-2009
are the new questions easy or difficult ??? ( d ones which are not in p4s )
Doverwood 03-21-2009
Hi I am appearing in the exam soon, can any one confirm the network statement in RIP version 2

Network 192.0.2.16
Network 209.165.202.128

After the configuration, if you do show run,

what networks do you see in the configuration.

Any one who score full marks please also comment.

Thanks
al 03-21-2009
how is the acl question on there?? Same questions as on here thats all that im really not too confident in.

thanks
razzanarts 03-25-2009
all new ccna questions... e-books, pass4sure, testking.. free download

http://cisco-training640-802.*.com/
mohamed 03-29-2009
to 9tut
if asked me to give him the fourth assginable host in subnet on this ip address
209.165.202.0
9tut 03-29-2009
To Anonymous and mohamed: Cisco can ask you about the first, second, third, fourth... assignable host address. So make sure you grasp the concept well.

The fourth assignable host address of 209.165.202.128/27 network is 209.165.202.132/27
Blaze 04-01-2009
If you can do subnetting well, then no need to worry
Jyotsna 04-02-2009
Hi 9tut,

Pls, let me know how v can identify discontinuous n/w????? In above quest 208 & 192 aren't dincontineous n/w?????
Mohamed 04-02-2009
to 9tut
please you said that the fourth assignable host in case of
209.165.202.128/27
is 209.165.202.132 or 209.165.202.131 and
The fourth assignable host address : means in the subbnet of 128

thanks
Mohamed 04-02-2009
and let me know what can i study to pass ccna exam
thanks
prem 04-11-2009
vow..... what a relief............... my score is 860/1000

Thank 9tut.....
ss 04-12-2009
hi
209.165.202.128/27
if there is written with zero subbnet the answer will be 209.165.202.131
if not the answer will be 209.165.202.132

good luck
buddy 04-13-2009
I have taken CCNA today i got the same question
syed 04-20-2009
I got the same question and exam is very easy ...
usman 04-21-2009
i got the Q
configure "1234567" as the password to access user EXEC mode...
kindly explain
SH.AboReeda 04-22-2009
the network command should have ths classful boundary address

you are right Neski :)


thank you all
gsingh 04-24-2009
We can use the Tab and Help(?) feature on the exam.Yesterday i gave the exam same simulation was there with diffrent password and IP.
Thanks 9tut.com
SYED ASIF HUSSAINI 05-01-2009
hai i got a well knowlegde frn 9tut web so i request for all the ccna student too get some question n the answer frm ths
abdlla a mamun 05-04-2009
cver good sit
orange 05-06-2009
why is not the no auto summary command issued at the end of the RIP configutation? because it is not necessary or it is because it is wrong?
evanskin 05-06-2009
hi all
anybody with latest pass4sure pliz do help me with. i'll appreciate....
can send it to eknyambia@yahoo.com


regards
ii tr00f ii 05-08-2009
@gsingh

"We can use the Tab and Help(?) feature on the exam.Yesterday i gave the exam same simulation was there with diffrent password and IP.
Thanks 9tut.com"

#1 if you can't figure out the question and only have the ability to memorize stuff, you will FAIL at life.

With that said, yes you can use the ? and you can use shortcuts, and I believe you can use the tab key (according to the CCNP CBT nuggets anyway)

I look forward to simulations on the exam as I am extremely comfortable. Its those stupid "TESTLET" questions where you have 4 questions in 1. Hard to manage time as you got 4 questions but really its one question so you have to be fast.

@orange
It did not ask for the no auto summary nor did it specify anything above what was asked.

REMEMBER THIS:
You can make the perfect bam dizzle config. Example, it can ask for Ripv2 and the network etc. Lets say you do all that, then you go set SSH up, and set up http server, http secure server and you do all the "Cisco Best Practices" - the testing software will say "Hey man good job, but I was only looking for the rip configuration and that was correct" nothing else is scored.

So in a long winded answer, unless it asks for it assume it's not needed. That goes for subnet questions and the -2 rule if you see the subnet zero, or the Q doesn't state "subnet zero doesn't apply" you can assume to just work the subnet question out as you normally would.

Got it?
zito 05-08-2009
9tut. what happens if u miss a line . would u fail everything?
9tut 05-08-2009
I am not sure, but maybe you will not lose points for that part, not everything.
Almir Osmanovic 05-09-2009
Attention :
In practical examinations, please note the following, the actual information will prevail.
1. Name of the router is xxx
2. Enable-secret password is xxx
3. Password to access user EXEC mode using the console is xxx
4. The password to allow telnet access to the router is xxx
5. IP information

This always helps
Tikallo 05-10-2009
Hi! All, I am writting my exam in the 24hrs. pls. should i config gateway, Ip addrees and DNS sever on pc during the real exam? before i can ping any devices? plzzzzzzz i need the ans now. thanx.
zito 05-10-2009
hi 9tut.
please in the pass4sure practise engines . some drag and drops needs orders as like one answer then the other one must follow is there is it necessary to follow those orders in the real exams ?
9tut 05-11-2009
No, you don't need to follow those orders, don't worry!
Dhooblow 05-13-2009
Passed today CCNA. Praise be to ALLAH. thanx a lot to 9tut. Total 44 Qusetions. got 4 simulations, Frame-Relay(Hotspot), NAT, Router configuration RIPv2, and Access-List. all are same from 9tut, except IP address difference. All questions from pass4sure 8.03. there's subnetting questions i think around 10Qs, so please be perfect for Subnetting. Thanx a lot to all 9tut friends.
futu 05-17-2009
Hi! 9tut, what is the correct ans to Q109 p4s 3.22? Verify URL, verify NIC operation, verify IP configuration,Verify ethernet cable connection. thanks.
futu 05-23-2009
Hi! 9tut, no boby to ans my question? it came out in the exam when i failed. plzzzzzz help me would sit for the second time on 29 may,09. thanx.
heretic 05-25-2009
@futu

You have to go from the lowest layer (physical) to upper (logical)
1. the lowest layer is physical layer - cabling
2. second - hardware - NIC
3. then - IP
4. at last - IP mapping to name - URL

use Your brain :)
futu 05-25-2009
@heretic

thanx. i do appreciate for your response.
Aykut 06-01-2009
Hi...Does anyone have the latest Pass4sure exam..Today i failed in the exam..Cause i didnt prepare myself with Pass4sure questions..Now i need the latest version of it..
Nadeem 06-02-2009
When i gave CCNA paper i found a question with network 209.165.202.0/27 what is the 4th asignable host here.
liujunlong 06-03-2009
thx
i have passed ccna
Pierrefitte 06-05-2009
@Nadeem
For network 209.165.202.0/27 the 4th asignable host is 209.165.202.4.

Host Range : from 209.165.202.1 to 209.165.202.30

Broadcast : 209.165.202.31

Thanks
naquash 06-07-2009
hey can i know d password wat v hav give after enable command at d start 4 all labs including this lab ....i hav xam tomorrow any1 pls help me..
mody 06-14-2009 06-14-2009
in lab need Ethernet network 209.165.202.128/27 - router has last assignable host address in subnet in my exam needed fifh assignable
Kartik 06-20-2009
In given config. above (see below), network number is not correct:

R2-RC(config)#router rip
R2-RC(config-router)#version 2
R2-RC(config-router)#network 209.165.202.128
R2-RC(config-router)#network 192.0.2.16
R2-RC(config-router)#end

Right Version:
R2-RC(config)#router rip
R2-RC(config-router)#version 2
--> R2-RC(config-router)#network 209.165.202.0
--> R2-RC(config-router)#network 192.0.2.0
R2-RC(config-router)#end

Reason:
ripv2 is classless routing protocol, so it always us to pass ip address under the interface with the subnet mask.
But the Network number will still be given classful .

Correct me if I am wrong ( I am 100% sure I am right!!)
Kd 06-25-2009
Had this lab in the exam cleared it.. with abang... 986/1000.

god.. : )
Malik 06-26-2009
9tut

u r amazing
u helped me understand many things

wish me luck guys

my exam is tom :-S

and I'm worried as I failed once before
ramiz 06-29-2009
why u choose 192.0.2.30?
can we use 192.0.2.62
gccna 07-02-2009
Hi All
I will be taking my exam next week can someone tell me if we can review our answers if time permits
reonbs 07-02-2009
gccna, sorry the previous button is disabled be sure of ur answer b4 clicking the next button.
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
reonbs 07-06-2009
thanks 9tut, and thanks all for ur support, i finnally wrote my ccna, scored 1000.thanks all


this sim and accesslist came out in my exam,ip nat,frame-relay. take care


raphkens@yahoo.com
paula 07-06-2009
thanks www.9tut.com

I pass my 640-802 today with 930!!! Im so happy,

the question are in the v8.14 pass for sure, H volume

!!!
Hans 07-08-2009
I'm giving the exam tomorrow. Someone plz clear the confusion. Ppl who've actually given the exam and got this question(esp the one's who scored 1000/1000), did u use

R2-RC(config-router)#network 209.165.202.128
R2-RC(config-router)#network 192.0.2.16

or

R2-RC(config-router)#network 209.165.202.0
R2-RC(config-router)#network 192.0.2.0

pls be quick. :(
vp 07-08-2009
Use 209.165.202.0 because RIP is classful!!!!
and 192.0.2.0 RIP IS CLASSFULLLLLLLLLLLLLLLLLLLL


CLASFULLLLLLLL say IT WITH ME CLASSSSSSSSSSSFULLLLLLLLL

even if you put 209.165.202.128 the router will automatically fix your mistake thus when you do sh run it will show up as
rip
version 2
209.165.202.0
192.0.2.0


don't let the router fix your mistake!! it will be marked as wrong from what i believe! you have to know the difference between classFUL and classLESS
goforit 07-08-2009
This is RIP version 2, so use:
network 209.165.202.128
network 192.0.2.16
make more sense.
reonbs 07-09-2009
sorry use


R2-RC(config-router)#network 209.165.202.128
R2-RC(config-router)#network 192.0.2.16
mjak 07-09-2009
is there any way to confirm the configuration in exam ?

why not "no auto summary" command is used as rip 2 is by default use auto summary
mjak 07-09-2009
is there any way to confirm the configuration in exam ?

why not "no auto summary" command is used as rip 2 uses auto summary by default
reonbs 07-10-2009
show running-config
mjak 07-11-2009
why not "no auto summary" command is used
as rip 2 uses auto summary by default
Aria Don 07-13-2009
IF the User are Asking About (no auto Summary) so 9tut you should be able to Answer them !!!!!!!
and you should be use like this?

R2-RC(config-router)#network 209.165.202.0
R2-RC(config-router)#network 192.0.2.0
If not why tell me the detiile


Aria Don Network administrator VOICE MOBILE phones UK
bilal 07-13-2009
isent there a ping cmd to chk wether we hav done the configuration properly or not??:(
akash 07-14-2009
guys i have attnded the exam on 07-13-2009 and i got this question
9tut 07-14-2009
To Aria Don: you can use network 209.165.202.0 and network 192.0.2.0, it still works. But because RIPv2 is a classless routing protocol, you should type as much clearly as possible.
amax 07-16-2009
hello 9tut. plz i want to know if p4s3.22 is still a valid resource for the exams. am due for the exam in the next five days. please if anyone has the latest dumps plz sent it to amaxdigital@hotmail.com
donoche 07-16-2009
@9tut,
guys seem to be on the side of using

R2-RC(config-router)#network 209.165.202.0
R2-RC(config-router)#network 192.0.2.0

than this


R2-RC(config-router)#network 209.165.202.128
R2-RC(config-router)#network 192.0.2.16

wats ur opiinion; my exams 2moro any advice
donoche 07-16-2009
ok i git it i have seen your response, we can use the former right?

Thanks then; but whats your advice
9tut 07-16-2009
You should use network 209.165.202.128 and network 192.0.2.16. Surely you will not lose any points for this!
Ibe 07-19-2009
الحمد لله
I passed the exam with 986. If you have any questions or need help with subnetting issues, I will be glad to assist you.

I had sim in NAT and RIPv2 and sim with multiple choices in Frame Relay and ACL. Exact same as 9tut but name, ip addresss and password are different.
materials used:
Testout CCNA 802
KillTest Q184
http://www.subnettingquestions.com/ for subnet practices

Thank you 9tut! I am now onto CCNP.
Anonymous 07-21-2009
Dear lbe, can u provide us KillTest Q 184 download Link?
Ibe 07-21-2009
Download KillTest Exam Q184

http://rapidshare.com/files/255654355/KillTest_640-802_V13.02.pdf
reonbs 07-22-2009
max 07-16-2009
hello 9tut. plz i want to know if p4s3.22 is still a valid resource for the exams. am due for the exam in the next five days. please if anyone has the latest dumps plz sent it to amaxdigital@hotmail.com



this us not recent at all use testinside
bebe 07-28-2009
Thanks. Today i have passed with 984/1000
Only used pass4sure 7.58
http://www.ccna4u.org/search/label/Pass4sure

And use this lab
http://9tut.com/ccna-lab-sim/59-ccna-configuration-sim-question
http://9tut.com/ccna-lab-sim/52-ccna-nat-sim-question
thanks
emwania 08-01-2009
i am doing the exam on moday 3rd i ope i will pass i ave done al ur labs 9tut ..thanj you so much

i ave used p4s 3.22 7.58 ans 8.3

emwania@gmail.com
emwania 08-01-2009
@ 9tut do you really need to configure the other router so that whole network works ....becoz i noted even it does not even have the rip enabled ..how rude ... R1-RT
hasshim 08-03-2009
Hii @9TUT FOR QUETION 5 AND 6 ASSIGNNING IP ADDRESS, IF I WANTED I.E TO GET THE 3 IP ADDRESS AND ASSIGTHEM IS IT GOING TO BE FOR SERIAL 209.165.202.128 3RD IP ADDRESS TO ASSIGNE WILL BE 209.165.202.131 PLZ IS THIS CORRECT, GREAT THANKS
9tut 08-04-2009
To emwania: You don't need to configure R1-RT, don't worry!

To hasshim: Yes, 209.165.202.129/27 is the first assignable host address so the third one will be 209.165.202.131
rahul 08-12-2009
hii 9tut,
pass4sure and 9tut dums chang or not?
jara 08-15-2009
I did the exam on Friday and this lab was the same (of course name, passwords and ips are different)
Protect 08-19-2009
this lab was at the exam on date 13 August
Anonymous 08-28-2009
For this sim when configuring RIP V2 do i still have to enter the network as if it was the default class example

209.165.202.128
will it be
Network 209.165.202.12
Anonymous 08-28-2009
For this sim when configuring RIP V2 do i still have to enter the network as if it was the default class example

209.165.202.128
or will it be
Network 209.165.202.0

sorry the first was a typo
vinodh 08-29-2009
Ok heres the fact
The network command in the rip configuration mode uses the CLASSFULL NETWORK NUMBER AS THE PARAMETER.
And the network command is used to enable rip on the correct interfaces of the router.
For example:
Consider a router that has 4 Ethernet interfaces. Now assume that U have subnetted a classfull network 192.168.1.0/24 into 4 subnets
So if u subnet u get the subnet mask =255.255.255.192 for 4 subnets-->
--192.168.1.0 /255.255.255.192/26
--192.168.1.64 /26
--192.168.1.128 /26
--192.168.1.192 /26

Now assume that each of the above subnets are directly connected to each of the four interfaces of the router.
Now u if u want to enable rip on all 4 interfaces then use rip config mode command
network 192.168.1.0
Thats it and all the interface of that router that belongs to the classfull network 192.168.1.0 will have rip enable on them (why because The network command in the rip configuration mode uses the CLASSFULL NETWORK NUMBER AS THE PARAMETER and the network number here is 192.168.1.0 which u subnetted )

So u do not have to use 4 network commands (
network 192.168.1.0
network 192.168.1.64
network 192.168.1.128
network 192.168.1.192
And even if u use there is no problem because IOS takes only 192.168.1.0
which u can see in the running config file. (JUST TRY IT USING ANY SIM)
Hope this was informative
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
yawar 09-03-2009
hi 9tut, i m yawar. i have a small doubt. is it necessary to give clockrate on R2-RC router's serial interface??????
Anonymous 09-03-2009
what i suggest is do not do anything that is not asked in the sim config question.
But then again u can use sh controllers command and then depending on whether serial interface is is DCE or DTE u can issue clock rate command.
9tut 09-04-2009
You don't need to do it! You can use the "ping" command at the end to verify everything is working properly.
Nelson swai 09-04-2009
Do not do anything that you are not asked of in the exam,follow the instructions :

This is a link to the new P4S qns 473,added 10 to the previous 463 version
http://www.ziddu.com/download/6341416/p4s640-802.exe.html
All the best and do well,any doubts please
nswai15@yahoo.com
Will be happy to help.
For that 09-04-2009
In the Same that u have given to me this is making me laugh ,..................

i am not able to get the ping from the other route ...................

i have tired by all the ways ........................

that was not at all cool

even when i try for CDP only the switch is shown

when the i typed the cdp negi

Device ID Local Intrfce Holdtme Capability Platform Port ID
Switch Fas 0/0 155 S PT3000 Fas 0/1

and the next router protocol is down

R2-RC#show ip int br
Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 209.165.202.158 YES manual up up

FastEthernet0/1 unassigned YES manual administratively down down

Serial0/0/0 192.0.2.30 YES manual up down

Vlan1 unassigned YES manual administratively down down
R2-RC#
wx4 09-05-2009
vp 07-08-2009
Use 209.165.202.0 because RIP is classful!!!!
and 192.0.2.0 RIP IS CLASSFULLLLLLLLLLLLLLLLLLLL


CLASFULLLLLLLL say IT WITH ME CLASSSSSSSSSSSFULLLLLLLLL

even if you put 209.165.202.128 the router will automatically fix your mistake thus when you do sh run it will show up as
rip
version 2
209.165.202.0
192.0.2.0


don't let the router fix your mistake!! it will be marked as wrong from what i believe! you have to know the difference between classFUL and classLESS

***********************************************************

RIP version 1 is CLASSFUL!!!

In this case we use version 2!

So you should enter:

R2-RC(config-router)#network 209.165.202.128
R2-RC(config-router)#network 192.0.2.16

if you check your route you will see the router doesn't fix anything!

192.0.2.0/28 is subnetted, 1 subnets
C 192.0.2.16 is directly connected, Serial0/0/0
209.165.202.0/27 is subnetted, 1 subnets
C 209.165.202.128 is directly connected, FastEthernet0/0

Good Luck!
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/
RAina 09-08-2009
hey guys.............
anyone who has given the exam and used

R2-RC(config-router)#network 209.165.202.128
R2-RC(config-router)#network 192.0.2.16

have lost marks for this or not................
plz reply quick my exam on 10th.......
plz.......
Anonymous 09-12-2009
RIP Version 2 is CLLLLLLAAAAASSSSLLLLLEEEEEESSSSS
Anonymous 09-12-2009
RIP1 is classful

RIP2 is classless
Anonymous 09-15-2009
RIPv2 is classless, that means that it can carry the subnet information, so the .128 and .16 should be fine
mystic 09-15-2009
Do we need the NO AUTO-SUMMARY COMMAND?
ashley 09-18-2009
@ 9tut
Hi ive completed my ccna and want to know exaclty what exams must i take
for HP procurve ,switching and routing only..
plz supply me wiz the info..and there exist any HP procurve simulator


ash270185@yahoo.com ,dj-ashley@hotmail.com

thxx
vukispasic 09-18-2009
Thank you 9tut. I passes today with 972 points. I had 44 questions. All questions and sims were from pass4sure 8.14 and 9tut site. I had access-list sim, NAT sim, frame-relay sim and this configuration RIPv2 sim. Thanks to all people for the effort thay are making to help CCNA candidates pass exam more easely.
altnaw 09-22-2009
Vukispasic

Congrats for your CCNA. There is a confussion regarding RIPv2 sim, some masters say we should use
network 209.165.202.128
network 192.0.2.16

But some say since RIPv2 is classless, it should be:
network 209.165.202.0
network 192.0.2.0

In your exam, how you define the network and you think you got full marks for this question?

Thanks for your feedback
nelson swai 09-23-2009
@altnaw: "RIPv2 is classless, that means that it can carry the subnet information, so the .128 and .16 is the correct way"
Please dont take classless routing to mean without subnet info,it's actually,the vice versa.
I Had full marks here, i certified like a month ago.
Wish you well.
Avnish 09-25-2009
Must clockrate on both routers be configured??Because if we dont set the clockrate ,the pdu fails.
LanAdmin 09-25-2009
ALL,

by default RIPv2 and EIGRP have a CLASSFULL behavior ... so the correct answer is:

network 209.165.202.0
network 192.0.2.0



show ip protocols

R2-RC#show ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 6 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 2, receive 2
Interface Send Recv Triggered RIP Key-chain
FastEthernet0/0 2 2
Serial0/0/0 2 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
192.0.2.0
209.165.202.0
Passive Interface(s):
Routing Information Sources:
Gateway Distance Last Update
Distance: (default is 120)
R2-RC#


R2-RC#show run

...

router rip
version 2
network 192.0.2.0
network 209.165.202.0
...


R2-RC#show run

...

router rip
version 2
network 192.0.2.0
network 209.165.202.0
no auto-summary...
9tut 09-26-2009
To Avnish: You don't need to configure the clock rate because they have already been configured.

RIPv2 is a classless protocol so you should use as much specific information as possible and surely you will get full marks for that, don't worry!
aliosha 09-27-2009
When I installed 604-802.exe from pass4sure I noticed that the executable will use a lot of the cpu resources. Does anybody knows why??
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..
abdulrahman 09-28-2009
hi mani
i have link for 26th sept but the another pas4sure
it is testinside
http://certcollection.org/forum/thread-18407.html
this Test inside u don't need bring crack just dowlond and enjoy
i have ccna exame after 2 day plz pray for me
mani 09-28-2009
thanx buddy :) i too hav my xam on 30th :) inshallah we'll acheive :)
nd sure i'll pray :) just have faith.
t.c
abdulrahman 09-30-2009
Thank for this website really i get more benfite to simulation and lab
i pass my exam today 930
thank again and good luch for other
Ninja may cry 10-06-2009
Guys I have seen that lot of people have doubts on enabling RIP v2.
Heres the thing in short

the
"network" router config mode command is used to enable RIP v2 on the desired interface on the router so that the router will send and receive rip routing updates on them. The 'Network" command only takes classfull network number as one of its parameters, unless if it is used with a wild card mask. But remember that "network" command in RIP does not use wildcard masks. So it means that the router enables the rip v2 on all the interfaces which reside in the classfull network number which u specified in the "network" command. If u do not want few interfaces in that classfull network to send RIP updates then use we must use "passive interface command"

The above concept is true and is nothing to do with the following facts-->

--RIP v2 is classless--> Because it advertises subnet mask in its routing updates.

--RIP v1 is classfull--> Because it does not advertises subnet mask in its routing updates.

IMPORTANT
The term "CLASSFULL NETWORK NUMBER" means the original class network number in which a given subnet resides. It is nothing to do with classfull or classless routing protocol.

For example :
What is the classfull network number of
192.168.10.17/ 28 ?

Simple :
subnet number = 192.168.10.16
classull network number = 192.168.10.0 (WHy? because its class C network right)
Alfred from Ghana 10-07-2009
thanks @9tut for the SIM Question i had it in my Exam today but i got 790 instead of 820 i dont know who take the 30 marks
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
Rajesh AR 10-11-2009
Thank you 9tut... I passed CCNA with 930 marks. Would highly recommend certifyme v13.10 dumps and 9tut practicals~!
ABB 10-14-2009
Please, how do I get the certifyme v13.10 dumps. Send to blessameri@gmail.com
ABB 10-14-2009
Rajesh AR, please, very urgent, about taking the exam
ABB 10-14-2009
Still @ Rajesh R, I also want to know whether you used (network 192.0.2.0,
network 209.165.202.0 or network 192.0.2.16,
network 209.165.202.128 reference the arguement above
Teepsy 10-14-2009
hi friends please I'm writing the CCNA exam in next three days .did anyone write the exam this week? any new Lab SIM? please can u post the title of Lab Sims that came out in the one you wrote (i know they are four)...thanx
AHMED_ELBRANS 10-14-2009
HI
I NEAD TO KNOW THE LAST VERSION OF PASS 4 SURE OF CCNA
AHMED_ELBRANS 10-14-2009
I NEAD TO KNOW THE P4S 8.14 IS THE LAST VERSION IF HE PLEASE SEND ME THE LINK
George 10-15-2009
Today, I made my exam with 930/1000 !!
This lab was part of my exam today.

Check also the PDF of Certifyme. I just leaned this book with 185 questions and of course 9tut. This is valid.

If you have more questions, just ask me Email: g@georgeandsilentpartner.com
hassan pakistan 10-15-2009
hi itervino ... plz tell me the about the frame relay lab plzzzzz
ABB 10-15-2009
George congrats, please, I want to know whether you used (network 192.0.2.0, network 209.165.202.0 or network 192.0.2.16,
network 209.165.202.128 reference the arguement above. My area of concern is whether the last octet is (.0 for the two networks or .16 & .128) Please respond fast, will write on the 19th of Oct. Thanks
ABB 10-15-2009
Also, how can I get PDF certifyme as you talked about. Send link to email: blessameri@gmail.com.
cybersix 10-16-2009
Should we put
#no auto-summary
in the router rip configuration?
Ninja may cry 10-19-2009
@ cybersix

Good point as RIP v2 uses auto-summary by default. It should be good to do it, but then again it is not mentioned in Question, nor it is a trouble shooting case.
Thus do what u r told to configure, thats it.
Nadeem_Calgary 10-21-2009
Hi I just passed my exam two hours ago. All Labs came from
9tut, I am really thank full for the 9tut to help us.
I got 4 simulation and time was very short, to be carefull
practice a lot. Any Question email me chatonline12345@yahoo.ca
Ali 10-22-2009
Can anyone please tell me the easy way to master subnetting because this is giving me hard time to understand.

Please share any helpful link OR anyway to master subnetting...

I failed on my CCNA exam last week with 720 marks because I haven't visited your website and LAB questions troubled me on my test.

What are the chances to get the same IP addresses on the real test as mentioned on your LAB? OR if someone get the same IP addresses so please let us know...
Anonymous 10-22-2009
Hi 9tut,
at the end of the configuration you type:
R2-RC#copy running-config startup-config

hit enter you get the following:

Destination filename [startup-config]?
Building configuration...
[OK]
R2-RC#

are supposed to give a destination filename? I just hit enter again and it says building configuration [OK]
9tut 10-22-2009
No need to give destination filename, just hit Enter to accept the default one.
Dorothie 10-24-2009
Hi I took my exam on 22/10/09 and i passed highly. I finished my exam in 1:35 mins it was so easy thank you 9tut.

For all of you who are planning to do it my advise to you is to practice a lot and master the concepts you will enjoy it as i did.

I used 9tut for labs and pass4surev8.03.

These are the labs that i got:

RIPv2
NAT
Frame relay

Thanx so much 9tut and all members.
hieu vn 11-02-2009
i got this question in my exam today.i had 48 questions,most of them(47/48) are available in pass4sure 7.73.the only new question was on the advantage and disadvantege of point-to-point connection,SVC and PVC.
lab on: Ripv2
Nat
FR
i got 986/1000
thanks 9tut very much!
Tahiti 11-02-2009
I know a lot of people practice no auto-summary for RIPv2. Should it be used here?
Bobby 11-04-2009
Hello everyone,
I am going to take the test 0n 24th of november.
are there any questions from SDM
If there are, how they ask?
please help me with this..
khaleel 11-04-2009
hi 9tut I am preparing for the ccna exam frm d last 1 mnth , i am very ok with the theory part, but quite nervous with simulatoins, how many simulations v will get in exam, do v get switching simulations also
Tahiti 11-05-2009
Hi hieu vn, Great score--congrats!! Did you get and drag & drops?
curiouskid 11-06-2009
about in the rip sim does it important to specify the network in more specific way..in the command

router rip
version 2
network 209.165.202.128
network 192.0.2.16

in rip the network it should alway be in classful boundary
does it correct in the exam if i type this command

router rip
version 2
network 209.165.202.0
network 192.0.2.0


correct me if i'm wrong!
kenshi 11-06-2009
if you will simulate this rip simulation

i think in the command it need to have a no auto summary
so classful boundary subnetted network will be advertise in classless network
Ramon 11-06-2009
I just passed ccna and this question was there. good luck to everyone and thanks to this great web site. nThanks from my heard.
overthere 11-07-2009
TO: RAMON

did you type all of the command here what is your total score in the exam.thx
Nobody 11-14-2009
Passed CCNA with 902 marks today ...this question was there with a few minor modifications...p4s v7.73 needs to be updated as i found at least 8 questions out of them...
caloy 11-16-2009
@Nobody

only 8 questions came from P4S v7.73?

can you remember the drag & drop questions in your exam?

What are they?
thanks
cmckee1 11-19-2009
Would you need to use:

Router3(config)#sservice-password encryption

Or are the xxx in the Attention box just representation?
9tut 11-19-2009
No need to use above command.. The "xxx" is just used for representation.
raghav 11-21-2009
hey ramon and all please tell me which is the latest version for pass4sure ccna please please...
faji 11-24-2009
9tut

pls i dont understand that last fourth assignable ip address stuff.

can u pls clarify in a very simple way for me, my exam is in a few days.

pls help
manoj 11-24-2009
anybudy tell me which type of question come in exam. and exam`s are very hard/eazy..............
i give exam next second week...my prepratin is very very good ...but i give exam in frist time so i werry.........
if any budy have new dumps plz send me on my mail id:- manoj.gehlot1@gmail.com

thanks
bye
manoj
manoj 11-24-2009
@faji
last fourth assingnable adderss means :- if your network no 192.168.0.0/27 that subaniting is 225.255.255.224
totel network :-256-224 =32
means your frist network is 0 -32 ,32 is next network .so your network is 1-31, in this 31 is a broadcat address of this network so our assingable ipaddress of this network is 1-30 ,so this network last forth address is
manoj 11-24-2009
forth assinagable is 192.168.0.27.
if any problem tell me and send me your problems in my mail id manoj.gehlot1@gmail.com . i m trying to solve it and send you replay.

bye
tack care
manoj
parveen kumar (delhi) 11-25-2009
hi all, i am parveen and i m going to give my ccna exam after four days can any one tell me that have there is any updated questions other than the p4s dumps 7.73 ? if yes please tell me and send the letest dunps or any updated questions on my email id parveenkumar701@yahoo.com


i will be very very very very thankful of u ...........parveen
kekete 11-25-2009
Hi guys, am writimg the ccna exam in a weeks time...kindly am in need of the latest version of the p4s dumps ..Big up n regards.. Ma email is simron2003@yahoo.com...
sammy 11-26-2009
Takin my paper on 28/11/09 any tips out there? thanx 9tut thumbs up
uz 11-26-2009
guys i'll writing on 1st december, what is the latest on ccna
Fred 11-30-2009
Anyone know why they did not set clockrate in config? That should be there on the serial interface?

Fred
fred 12-01-2009
may be because it is not required.

we can put anything on the configuration on that router, butthe bottom line is... just config what is requerd.

am i ryt 9tut??
rr 12-01-2009
What will be the serial0/0 ip if the last assible address for Serial0/0 is 192.0.2.76/28.
ali 12-04-2009
the last is 192.0.2.90/18
justme 12-09-2009
passed ccna today.this sim was on my exam,but different ip addresses.i received 100% for this question.48 questions and 140 minutes.ccnp i'm coming.
aashutosh 12-12-2009
i cant ping 192.0.2.30

[Serial0/0/0 192.0.2.30 YES manual up down]

&

Router#sh ip route

Gateway of last resort is not set

209.165.202.0/27 is subnetted, 1 subnets
C 209.165.202.128 is directly connected, FastEthernet0/0


wats wrong plz plz help
aashutosh 12-12-2009
in "9tut.com CCNA RIP Configuration Answered.pkt",
file downloaded @9tut also giving d same mistakes
so is der sum thing wrong with dat file?
or itz me?
R is not shown in "sh ip route" command
& "sh ip int brie" s0/0/0 protocol status is shown "down"

why so?
Aleit 12-12-2009
The Packet Tracer sims just give you a way to practice, make sure you understand the concept and you will be fine.
skhail 12-13-2009
Hi guys, am writimg the ccna exam in a weeks time...kindly am in need of the latest version of the p4s dumps ..Big up n regards.. Ma email is skhail11@yahoo.com. Thanks
pop 12-16-2009
thanks very mush i passed ccna exam before 2 hours with score 916
thegame 12-18-2009
to aashutosh :
you need to provide clock rate command on the other router's serial interface
though it is not required.
keval 12-19-2009
Hi frnds,
today i passed the exam with 916 score.
all the questions from this site
thanks to this website from heart.
Matt Cool 12-21-2009
Hi all,

I just wanna ask. Can we use TAB and "?" key during CCNA lab exam?
rhyme 12-23-2009
to matt cool,,

you cannot use tab on the actual exam,, but you can use ? or shortcuts..
mostafa 12-24-2009
hi all finally i passed the exam today and i get 972 ,all the questions came from test inside 11.72 .for any contact ?((tika-2008@hotmail.com)
CHII 12-24-2009
I am very happy to have seen this site that with your help I will be able to get my certi. The site is just wonderful.

Thank very much
karthick 12-26-2009
sir, in Rip v2, could we give auto-summary command for discontigious network ?
karthick 12-26-2009
in Rip v2, could we give auto-summary command for discontigious network ? help me
sanjay 12-29-2009
I wrote the exam on 28th december.
I can defneatly say that because of 9tut only
i have passed the exam.
jide 12-29-2009
please, i need the latest dumps...........my exam date is 5th January,2010.................guys help me out.My email is jide_ayinde@yahoo.com
HA 12-29-2009
Hi 9tut & guys
Please i have an problem i finished my exam but the problem i have some error in my name please anyone tel me what i do to repaired this mistake
thank
jbm 12-30-2009
I have just done my ccna and passed with 888, thank 9tut for the great site and all of you that contribute to this site for your support
umesh 12-30-2009
hi I have 29th Dec done my ccna and passed with 874, thank 9tut for the great site and all of you that contribute to this site for your support when u r solve simulation dont miss #copy run startup
pha 12-31-2009
I just passed my CCNA exam, I got 975

all Q from TesiInside 11.72

Sim:

Frame Relay
RIP v2
Ethernet network 209.165.202.128/27 - router has third assignable host address in subnet
Serial network is 192.0.2.0/28 - router has last assignable host address in the subnet
NAT

9tut Thank very much!!!

Greetings from Serbia and happy new year
juan 01-05-2010
Hello all, I will be taking the CCNA 640-802 exam on friday Jan 8, I need the latest dump or version of Pass4sure that will help me for the exam! For Frame Relay>Access Lists>Nat>
Please email URL to juan.morales@yahoo.com Thanks!!!
ma01 01-05-2010
Thanks to 9tut.com.
i passed the ccna exam today. i got 930
all the sim questions are from 9tut
all Questions are from testinside 11.72

Good luck to you all !!
Frnkln 01-06-2010
You guys are missing the clock rate command on router R1-RT in order to to have RIP version 2 warking!
juan 01-06-2010
Does anyone know how to open the p4s downloads? What is the procedure? Can anyone help plz. please e-mail : juan.morales2s@yahoo.com Thanks
Emmanuel 01-07-2010
what version
Somnath Das 01-10-2010
what address shall i type on the host connected through console cable from router to check the ping.Please reply asap .
Al-kebsi 01-14-2010
Attention!!!!!!!!!!!!!

Pass4sure CCNA have been updated on Jan 2010

Anyone can share a valid dump of P4S please?

Many thanks in advance
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]
Alexman 01-18-2010
Thank you, 9tut!!!
I passed my CCNA exam today, I got 1000/1000 marks.
burak 01-20-2010
This lab completely valid in exam and correct. ı took the exam this morning and one of the lab question was this lab. good luck all.
Tony 01-25-2010
Pls, Alexman can u send to me the latest dump that u used to study.
I don`t have money to buy the latest dump now. I will be writing my exams on 6th February. This is my e-mail address: Lilkjoe2010@yahoo.com.

Thank u in advance.
Al-kebsi 01-25-2010
thanks sindhukumar
akin 01-25-2010
pils i need the latest dumbs to .i hav beeen studying but just need tjhe latest stuff .my email akinstone@gmail.com.thx and God bless
Janlee 02-01-2010
Hi !

I still have the doubt about this LAB ...

It´s strange that 9tut and TI 11.72 says that the correct way to type network command is :

R2-RC(config-router)#network 209.165.202.128
R2-RC(config-router)#network 192.0.2.16

My CCNA instructor told me that the CORRECT way is :

network 209.165.202.0
network 192.0.2.0

And I think that´s TRUE.

Please...Somebody who passed the exam can answer this ?

Thanks in advance.
patu 02-01-2010
great job 9tut i did it today with your help the labs on your site are good.
Thanks
Adalarasan 02-02-2010
Hi 9tut!!!!!!!!!am gonna give my exam on coming friday ..can any one have idea which simulations are coming in main exam?
9tut 02-02-2010
@Janlee: You can use either, both are correct.

@Adalarasan: Please read the "Share your experience" section http://www.9tut.com/share-your-experience you will know which simulations are in the exam
Janlee 02-02-2010
Thank you very much 9tut !!
Janlee 02-02-2010
Know that Spanish students also appreciate your support very much !!

Thanks again
vonageM 02-03-2010
R2-RC#
R2-RC#
R2-RC#sh run
Building configuration...

Current configuration : 721 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2-RC
!
!
!
enable secret 5 $1$mERr$q.MA2tj.WFptzvbifq/1i.
!
!
!
!
!
!
!
!
ip ssh version 1
!
!
!
!
!
!
interface FastEthernet0/0
ip address 209.165.202.158 255.255.255.224
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.0.2.30 255.255.255.240
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 192.0.2.0
network 209.165.202.0
no auto-summary
!
ip classless
!
!
!
!
!
!
!
!
!
line con 0
password cisco2
login
line vty 0 4
password cisco3
login
!
!
!
end


R2-RC#
vonageM 02-03-2010
just put in auto-summary...then it shld work...
vonageM 02-03-2010
correction* no auto-summary
richu 02-03-2010
don't we need to set clock rate for s0/0 and if we should then hw much 64000 or 56000?
and is it necessary to give complete command
can we write config t instead of configure terminal and
copy run start instead of running-config and startup-config.
pls help
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..
sd 02-08-2010
hi adalarasan
can u send to me the latest dump link which you have used
plsssssss
rahul 02-08-2010
i have testinside v11.72 and pass4sure v7.73 so please tell me that which is valid dump
sam 02-08-2010
please help because i have submitted my form for exam date 10 feb 2010 but i dont know what is frame relay so please help me
now i am using testinside 11.72 valid or not
please
CCIE 02-08-2010
A friend of mine directed me to this website and asked about your RIP network settings. You only need to specify the CLASSFUL network.
vonageM 02-11-2010
Thanks to our Lord Almighty Jesus Christ, Just passed the exam today... got 986/1000.... This SIM came out , same set up but with different ip addresses...

Just make sure guys to master subnetting and supernetting because 70-80% of the exam is based on this skills...
smp 02-11-2010
hi congratulation
sss 02-11-2010
hi vonagem
which dump you have used
please uploade the link at this web sit because i will write exam tomorrow
pleasssssssssssssssssssssssssssssssssssssssss
sd 02-12-2010
please send me latest dumps link at this site
and if any changes so please uploade at this site because i am to write exam tomorrow please early.........
pls.........
Al-kebsi 02-12-2010
@CCIE

Thanks for your opinion,

could you please explain the RIP network settings in details ?

Many thanks
Sharma 02-13-2010
Hi all,
I cleared CCNA today. All questions from 11.72 Test inside. Simulations were Nat/pat, Rip V2, Frame relay..
Good luck all
Sharma 02-13-2010
Be 100 % sure with subnetting. Thanks TI.. You're all doing great job..
Usman 02-14-2010
Hi sharma can u send me 11.72 test inside :) usmanfarid21@googlemail.com

i will be really grate full thanks

Salam.
~cisco~ 02-15-2010
awesome example Thanks 9tut
Eoree 02-16-2010
After you have finished all the settings any testing, be sure that you set correctly?
For example "ping" or "sh ip route" etc.
Rafaqat mahmood 02-17-2010
please ....help me in the case of wild card mask........?still i could not understand it..........plz.plz..........is there any short key to get it in my mind.............rafaqat_edu@yahoo.com
Rafaqat 02-17-2010
hi guys.............i am 2 much confuse in the case of sub netting and wild card mask.......plz tell me short key to get them....................
Rafaqat 02-18-2010
hi how can we get Increment but why it is so important in this case?
gazza 02-20-2010
Cleared CCNA today...986/100..used testinside and the sims on this site. I git Frame-relay, Nat and RIP v2...THank JEHOVA for me...
medhatabasy 02-21-2010
hi everybody i passed ccna exam with grade 958 yesterday the exam was from testinside 11.72 exactly and simulation from here thanxs 9tut so much.
i 02-21-2010
Are we allowed to try any of the answers ? For example, in first question are we allowed to configure interfaces with access list 106 in or out or try to remove access list and try some other...

thx
i 02-22-2010
sorry, wrong page :-)
tosyn 02-22-2010
pls how can i get Testinside 11.72?my e-mail is tosyn126@yahoo.com
tosyn 02-22-2010
hi Alexman.congrats,pls can u send d dumps u used for ur ccna.my e-mail is tosyn126@yahoo.com.I need it urgently.God bless
Frnkln 02-24-2010
9tut! Thank you so much! keep up the good work! I took the test yesterday and I passed with 944!! Testinside + 9tut = perfect combination!
kre4k 02-26-2010
heyho, I passed today with 958! and I also had this lab in the exam!!

thx for help
melai_momot 02-26-2010
took the exam last Feb. 25 and got a score of 1000/1000!
This website really rocks!!!
All questions are from TI 11.72 and lab sims are from 9tut.
my labsims are NAT, RIPv2 and Frame relay..
Thanks so much 9tut!!!
God bless and more power..
samer 02-27-2010
hi all i passed today with 1000/1000 thx god
thanks alot for 9tut
about question 4 in fr hot spot the answer a: no password
about your answer 9tut telnet its not like this in exam u can modify it to te1net its one not L
im sure cuz i have full mark

i finish my exam in 55 min
All questions are from TI 11.72 and lab sims are from 9tut.
my labsims are NAT, RIPv2 and Frame relay.
tooo easy...im ready to help any one brothers
my email samer_hussan@hotmail.com
sara-bahrain 02-28-2010
hello i have a question can i write a shortcut in the exam 4 the command like config t or copy run start or i should write it all

another Q after write copy running-config startup-config what i write here i need a answer my exam after 1 day sile_ntt@hotmail.com
jaroPL 03-02-2010
HI. I passed yesterday :] 930/1000 pkt. Labs: RIPv2, Frame Relay, NAT(PAT), 4 x Drag and Drop. 95% questions are from Test Inside ver 11.72. Subnets are different.

Thanks 9tut.com its really good site with actually LAB's.

Good Lock
khaled 03-03-2010
to all:

testinside v11.72 well update on 04.03.10
Arun 03-04-2010
Dears..
Any update on the latest TI ??

Thanks
Chamila Dias 03-07-2010
I will take the exam on next Wednesday.
how frequently they change labs?
Any idea?
One.yo 03-09-2010
My question is: during the step 3 (Set password for the console), do we have to configure the login before do the exit or we can just set the password and then exit?
Khan 03-10-2010
Dear Guys,

Please send correct Answer

1) 209.165.202.128/27 - router has last assignable host address in subnet
2) 209.165.202.128/28 - router has last assignable host address in subnet
3) 192.0.2.16/28 - router has the fourth last assignable host address in the subnet.
4) 192.0.2.0/28 - router has the fourth assignable host address in the subnet.
5) 192.0.2.0/27 - router has the fourth assignable host address in the subnet.
6) 192.0.2.16/28 - router the second usable address in the subnet.
guru 03-11-2010
hey wat abt the clock rate command before the no shutdown command
Muhammad Khan 03-12-2010
@ Khan
1. 209.165.202.158
2. 209.165.202.140
3.192.0.2.20
4.192.168.2.4
5.192.168.2.18
Muhammad Khan 03-12-2010
@ Guru
U dont need to use any clock rate command because it is not mentioned whether the router we need to configure is acting as a DTE or a DCE device. If the question says that router is a DCE device, thn we would give a clock rate
Muhammad Khan 03-12-2010
@one.yo
U need to remember the syntax used to set the passwords on Lines...
after setting the password, u always need to use login so that password can take effect..
one.yo 03-12-2010
Thx Guru, one more question, how did you find the value for the increment: 32 in question 5? it looks like i forgot :-( please remind me.
one.yo 03-12-2010
My bad, the question was for Muhammad.
Muhammad Khan 03-13-2010
@ one.yo
mask is /27 =128+64+32=224
256-224= 32

I forgot to solve question 6 so here we go.
6) 192.0.2.16/28,router the second usable address in the subnet.

Ans. subnet mask /28 means we ve 240 in the last octet.
256-240= 16 , we will ve an increment of 16
so first subnet the zero-subnet= 192.168.2.0
second 192.168.2.16
First useable host 192.168.2.17
last useable host 192.168.2.30
Broadcast address=192.168.2.31

Third subnet 192.168.2.32

So the answer for this question is 192.168.2.18
Muhammad Khan 03-13-2010
Their is a mistake
The subnet is qunestion was 192.0.2.16
i did the right solution but i used the worng subnet so sorry about that

here i go again
192.0.2.16
fir subnet 192.0.2.0
second 192.0.2.16

first host 192.0.2.17

second host 192.0.2.18
last host 192.0.2.30


broadcast 192.0.2.31



third 192.0.2.32


Ans 192.0.2.18
Muhammad Khan 03-13-2010
Dear Guys,

Please send correct Answer

1) 209.165.202.128/27 - router has last assignable host address in subnet
2) 209.165.202.128/28 - router has last assignable host address in subnet
3) 192.0.2.16/28 - router has the fourth last assignable host address in the subnet.
4) 192.0.2.0/28 - router has the fourth assignable host address in the subnet.
5) 192.0.2.0/27 - router has the fourth assignable host address in the subnet.
6) 192.0.2.16/28 - router the second usable address in the subne


ANSWERS------------------------
1. 209.165.202.158
2. 209.165.202.140
3. 192.0.2.27 (WE HAVE TO ASSIGN FOURTH LAST IP ADDRESS SO
LAST = 30,SECOND LAST=29, THIRD LAST =28 .FOURTH LAST =27)
4. 192.0.2.4

5. 192.0.2.4
6. 192.0.2.18
Muhammad Khan 03-13-2010
one more thing i am treating every question as a separate question thats why q 4 and q5 have same answers.
byee
KH 03-18-2010
Dear Khan,

All my answers are same as yours except Q2.

1. 209.165.202.158
2. 209.165.202.142
3. 192.0.2.27
4. 192.0.2.4
5. 192.0.2.4
6. 192.0.2.18
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, 09 January 2010 00:35 )