Home > CCNA Implementation SIM

CCNA Implementation SIM

July 1st, 2011 Go to comments

This topology contains 3 routers and 1 switch. Complete the topology.

Drag the appropriate device icons to the labeled Device
Drag the appropriate connections to the locations labeled Connections.
Drag the appropriate IP addresses to the locations labeled IP address

(Hint: use the given host addresses and Main router information)
To remove a device or connection, drag it away from the topology.

Use information gathered from the Main router to complete the configuration of any additional routers. No passwords are required to access the Main router. The config terminal command has been disabled for the HQ router. The router does not require any configuration.

Configure each additional router with the following:

Configure the interfaces with the correct IP address and enable the interfaces.
Set the password to allow console access to consolepw
Set the password to allow telnet access to telnetpw
Set the password to allow privilege mode access to privpw

Note: Because routes are not being added to the configurations, you will not be able to ping through the internetwork.
All devices have cable autosensing capabilities disabled.
All hosts are PC’s

assigncableandip

Answer and explanation


Note: You can download this sim to practice here: http://www.9tut.com/download/9tut.com_CCNA_Implementation_question.zip

Specify appropriate devices and drag them on the “Device” boxes

For the device at the bottom-right box, we notice that it has 2 interfaces Fa0/2 and Fa0/4; moreover the link connects the PC on the right with the device on the bottom-right is a straight-through link -> it is a switch

The question stated that this topology contains 3 routers and 1 switch -> two other devices are routers

Place them on appropriate locations as following:

ccna_implementation_1

(Host D and host E will be automatically added after placing two routers. Click on them to access neighboring routers)

Specify appropriate connections between these devices:

+ The router on the left is connected with the Main router through FastEthernet interfaces: use a crossover cable
+ The router on the right is connected with the Main router through Serial interfaces: use a serial cable
+ The router on the right and the Switch: use a straight-through cable
+ The router on the left and the computer: use a crossover cable

(To remember which type of cable you should use, follow these tips:

- To connect two serial interfaces of 2 routers we use serial cable
– To specify when we use crossover cable or straight-through cable, we should remember:
Group 1: Router, Host, Server
Group 2: Hub, Switch
One device in group 1 + One device in group 2: use straight-through cable
Two devices in the same group: use crossover cable

For example: we use straight-through cable to connect switch to router, switch to host, hub to host, hub to server… and we use crossover cable to connect switch to switch, switch to hub, router to router, host to host… )

ccna_implementation_2

Assign appropriate IP addresses for interfaces:

From Main router, use show running-config command:

ccna_implementation_3

(Notice that you may see different IP addresses in the real CCNA exam, the ones shown above are just used for demonstration)

From the output we learned that the ip address of Fa0/0 interface of the Main router is 192.168.152.177/28. This address belongs to a subnetwork which has:

Increment: 16 (/28 = 255.255.255.240 or 1111 1111.1111 1111.1111 1111.1111 0000)
Network address: 192.168.152.176 (because 176 = 16 * 11 and 176 < 177)
Broadcast address: 192.168.152.191 (because 191 = 176 + 16 – 1)

And we can pick up an ip address from the list that belongs to this subnetwork: 192.168.152.190 and assign it to the Fa0/0 interface the router on the left

Use the same method for interface Serial0/0 with an ip address of 192.168.152.161

Increment: 16
Network address: 192.168.152.160 (because 160 = 16 * 10 and 160 < 161)
Broadcast address: 192.168.152.175 (because 176 = 160 + 16 – 1)

-> and we choose 192.168.152.174 for Serial0/0 interface of the router on the right

Interface Fa0/1 of the router on the left

IP (of the computer on the left) : 192.168.152.129/28

Increment: 16
Network address: 192.168.152.128 (because 128 = 16 * 8 and 128 < 129)
Broadcast address: 192.168.152.143 (because 143 = 128 + 16 – 1)

-> we choose 192.168.152.142 from the list

Interface Fa0/0 of the router on the right

IP (of the computer on the left) : 192.168.152.225/28

Increment: 16
Network address: 192.168.152.224 (because 224 = 16 * 14 and 224 < 225)
Broadcast address: 192.168.152.239 (because 239 = 224 + 16 – 1)

-> we choose 192.168.152.238 from the list

Let’s have a look at the picture below to summarize

ccna_implementation_4

Configure two routers on the left and right with these commands:

Router1 = router on the left

Assign appropriate IP addresses to Fa0/0 & Fa0/1 interfaces:

Router1>enable
Router1#configure terminal
Router1(config)#interface fa0/0
Router1(config-if)#ip address 192.168.152.190 255.255.255.240
Router1(config-if)#no shutdown

Router1(config-if)#interface fa0/1
Router1(config-if)#ip address 192.168.152.142 255.255.255.240
Router1(config-if)#no shutdown

Set passwords (configure on two routers)

+ Console password:

Router1(config-if)#exit
Router1(config)#line console 0
Router1(config-line)#password consolepw
Router1(config-line)#login
Router1(config-line)#
exit

+ Telnet password:

Router1(config)#line vty 0 4
Router1(config-line)#password telnetpw
Router1(config-line)#login
Router1(config-line)#exit

+ Privilege mode password:

Router1(config)#enable password privpw

Save the configuration:

Router1(config)#exit
Router1#copy running-config startup-config

Configure IP addresses of Router2 (router on the right)

Router2>enable
Router2#configure terminal
Router2(config)#interface fa0/0
Router2(config-if)#ip address 192.168.152.238 255.255.255.240
Router2(config-if)#no shutdown

Router2(config-if)#interface serial0/0
Router2(config-if)#ip address 192.168.152.174 255.255.255.240
Router2(config-if)#no shutdown

and set console, telnet and privilege mode passwords for Router2 as we did for Router1, remember to save the configuration when you finished

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 EIGRP LAB

CCNA Drag and Drop SIM

Comments
  1. Brian
    December 2nd, 2010

    I have 2 questions for this lab.
    1. After you have setup the IP addresses for ports connected to Main router does it matter what IP addresses you use for ports connected to the switches and pcs? And at that point does it matter which IP address you assign to each PC? It seems as long as you eliminate the IP addresses that are in the hosts range of the Main router, you can put the rest of the IP addresses anywhere you want.

    2. Do you set the passwords on the “Main” router as well??

  2. cisco
    December 2nd, 2010

    Guys .. the question says :
    Configure the interfaces with the correct IP address and enable the interfaces.

    is that means we have to configure the 2 other interfaces facing the switch and the PC ?

  3. 9tut
    December 2nd, 2010

    @Brian:
    1. In the exam, you can only assign one IP address for one interface and surely each port will only have one suitable IP address for it.
    2. No, just set the passwords on Router1 and Router2

    @cisco: Yes, we have to configure interfaces Fa0/0, Fa0/1 of Router1 and S0/0, Fa0/0 of Router2

  4. Arosha
    December 10th, 2010

    I just donn’t understand why have you issued

    Router1(config)#enable password privpw

    instead of

    Router1(config)#enable secret privpw

    can you please explain

  5. al
    December 12th, 2010

    On router1, how did you figure out what interface# is connected to the Main Router and what interface # to the host? In other words, how you found out that fa0/0 must be assigned 192.168.152.190 for example… Thanks!

  6. UthmanHassan
    December 13th, 2010

    @ Arosha

    I just donn’t understand why have you issued
    Router1(config)#enable password privpw
    instead of
    Router1(config)#enable secret privpw
    can you please explain

    ——————————

    Perhaps because the question stated:
    Set the password to allow privilege mode access to privpw

    Instead of:
    Set the secret to allow privilege mode access to privpw

  7. UthmanHassan
    December 13th, 2010

    @ al

    On router1, how did you figure out what interface# is connected to the Main Router and what interface # to the host? In other words, how you found out that fa0/0 must be assigned 192.168.152.190 for example… Thanks!

    ————————————————–

    You have access to the Main Router’s config. Find out the fa0/0 on the Main router. The IP address of fa0/0 interface of attaching router must be from the same subnet.

    fa0/0 of Main router is:
    192.168.152.177
    255.255.255.240

    network block size is 256-240=16 in last octet. Counting networks from subnet 0, 192.168.152.177 belongs to the subnet 192.168.152.176 – 192.168.152.191.

    What other address from this range is given as an option for the interface fa0/0 of neighbor router? Answer: 192.168.152.190/28

  8. dipankar dutta
    December 17th, 2010

    Pls upload the new dumps of dec 2010

  9. XOR
    December 23rd, 2010

    how come you are connecting host A with the Router with crossover cable, is not should be Rolledover ?

  10. atul
    December 26th, 2010

    Network address: 192.168.152.176 (because 176 = 16 * 11 and 176 < 177 .. did not understood this have exam due in tue .. any one can explain … thanx in advance……

  11. nayeem
    January 3rd, 2011

    hi! A wish u happy new year to all of 9tut.com members,i want to write ccna exam on next month plz give me advice ,how to prepaid for the exam
    my emailid is nayeem_707@yahoo.co.in or nayeem414@gmail.com

  12. Wilfrid aka DARYL
    January 6th, 2011

    When you look at the given ip addresses you see that they all have a /28 notation. This means that they have a block size of 16 (255.255.255.240).
    0-15 = 1st network if ip subnet = 0
    16-31 = 2nd network
    32-47 = 3rd network
    .
    144-159
    160-175
    176-191
    192-207
    208-223
    224-239
    240-…

    1) Now go to MAIN router and type in SHOW RUN, this will display the ips assigned on the router and the associated interfaces. for the question you posted; notice intrface f0/0 has an ip address of 192.168.152.177. From this you know that the routers interfce at the other end has to be on the same subnet. so that would be from 192.168.152.176 through 192.168.152.191 subnet. If you look at the given chart the only ip address in that range is 192.168.152.190. so 192.168.152.190 is the interface ip address for the router on th left.

    2) PC A has a address of 192.168.152.129. This is in the subnet 192.168.152.128 through 192.168.152.143. In the chart 192.168.152.142 is the only IP in that subnet range. Remember all segments are in the same subnet block. so int f0/1 on the router is 192.168.157.142.

    3) for the router on the right MAIN s0/0 ip is 192.168.152.161, which is in the subnet range 192.168.152.160 through 192.168.152.176. in the chart 192.168.152.174 is in that range. that is the addres for s0/0 on the router to the right connected to that segment.

    4th last) PC B ip is 192.168.152.225 which is in the subnet 192.168.152.224 through 192.168.152.240. in the chart ip 192.168.152.238 fit in that range. That is ip belongs interface f0/0 on the router to the right on that segment.

    Remeber you do not assign ip addresses to switch ports

    pretty long but i hope i help out! new to it all too

  13. Sairakesh
    January 9th, 2011

    A small change to the above solution.
    Host A should be connected to router using rollover cable not the cross over one…

  14. Olivier
    January 9th, 2011

    @Sairakesh

    We use a crossover cable because we connect the PC to the router Fa0/1 port, not to the console one.

  15. anti
    January 10th, 2011

    it’s correct!!!!, asi mismo es…

  16. Costin
    January 10th, 2011

    For Router1, the ipadd should be between 176-192. Why 177 its not good? Why is the only choise 190?
    Also for Router2 the ipadd should be between 160-176.Why 161 its not good? Why is the only option 174?
    Please explain. Thank you.

  17. Nimal raj
    January 11th, 2011

    I want the latest dumps for exams. Friends this my humble request.

  18. jobin
    January 13th, 2011

    I want the latest dumps for exams

  19. D.A.R.Y.L
    January 14th, 2011

    @Costin, the reason why you cannot use 177 is because that is the address for int f0/0 on the MAIN router. We see this by running th show run commad MAIN router. 174 is the only option left in that subnet.

  20. Eugine
    January 16th, 2011

    Router “Main” has 192.168.152.178, maybe it’s a mistake in this lab. But if not, all(177 and 190) can be assing to Router1 f0/0.

  21. Costin
    January 17th, 2011

    @Eugine: you’re right, its a mistake in the lab, different add to the main router.
    thx

  22. guru
    January 20th, 2011

    can any one tell me how to identify that is a switch at the bottom right corner

  23. zulfiqar ali
    January 22nd, 2011

    thanx

    9tut and ACME
    i pass today ccna 936
    labs
    VTP , ACL, Eigrp

    zulfiqarsoomro@yahoo.com

  24. Rio Exe
    January 26th, 2011

    Thanks All …

    I’ll take CCNA Exam this friday…

    Wish me luck…

    rio.asepta@yahoo.com

  25. Gidson
    January 30th, 2011

    can someone clearify this lab, i think there is an error here, why is Router left ip not 192.168.152.177, why did u choose 192.168.152.190, pls can u guys explain, i have exam tommorow, thanks

  26. BB
    February 2nd, 2011

    did any one see this question in the exam??

  27. Alex G
    February 2nd, 2011

    Gidson,
    192.168.152.177 is in use by the main router interface on this segment.

  28. Julio
    February 5th, 2011

    A simulation very much like this is on the CCENT, which I missed passing by 2-points.

    This sim is towards the end of the test –when you’re running out of time. If this lab isn’t intuitively obvious here, with no stress, your heart rate will increase and you’ll start sweating in the test cubicle. It’s a horrible feeling, just like I had when my motorcycle slid into a barbwire fence after slipping on a fresh pile of cow manure. One of the barbs ripped through the crotch of my jeans and underware, catching my scrotum. You don’t want that feeling when taking a Cisco exam. Fortunately my balls didn’t fall out, but it sure hurt and I smelled like shit.

    Why did I fail? Mainly because I wasn’t fast enough and comfortable enough subnetting in my head. If you don’t recognize a /28 as a .240 mask with increments of 16 you too will FAIL my friend. Same thing goes for a /30 .252 4.

    You need to be able to quickly determine the subnet, broadcast, and the host addresses in between or you will FAIL.

    Trying to put the same subnet (or overlapping subnets in VLSM) on more than one of a router’s interfaces? Fail baby. Fail.

    Don’t waste your time, money, self-confidence and pride taking the test unless this simulation is intuitively obvious. As confirmation, my test proctor was kind enough to tell me this is why most of his test takers fail.

    Don’t be a failure. KNOW THIS SIM INSIDE, OUTSIDE, UPSIDE DOWN, RIGHT SIDE UP, ON TOP, FROM THE BOTTOM, SIDEWAYS, … you get the idea. Practive enough so you don’t have to imagine the pain of your testicles dangling over the precipice leading to freshly stirred bovine feces.

  29. bakh
    February 10th, 2011

    Hi, i have a question
    where did these numbers come from the 11 10 8 and 12

    192.168.152.176 (because 176 = 16 * 11 and 176 < 177)
    192.168.152.160 (because 160 = 16 * 10 and 160 < 161)
    192.168.152.128 (because 128 = 16 * 8 and 128 < 129)
    192.168.152.224 (because 224 = 16 * 14 and 224 < 225)

    thank you

  30. Rob
    February 12th, 2011

    What logic are used to determine the device connected to host C is switch …??
    Reply

  31. 9tut
    February 12th, 2011

    @Rob:
    + host C connected with it through a straight cable.
    + The question says “This topology contains 3 routers and 1 switch”.
    -> It is a switch

  32. Rob
    February 13th, 2011

    thx

  33. Rob
    February 13th, 2011

    Opening vce files has become hell to me please assit ….contact robert.sigei@gmail.com

  34. TheSnake
    February 15th, 2011

    @9tut

    Can you just clarify for me that in the PacketTracer Lab that there are two valid addresses available in the list for the use on the Serial int of the NON-main router;

    i.e.
    192.168.152.161
    192.168.152.174

    My reasoning: The Main Router s0/0 is 192.168.152.172 /28 which Subnet provides a host range = .161 – .174

    Apologies is my maths / understanding is wrong and any feedback greatly appreciated.

  35. 9tut
    February 15th, 2011

    @TheSnake: We can’t assign 192.168.152.161 as it’s the IP of S0/0 interface of the Main router. The only choice is .174

  36. Rio Exe
    February 28th, 2011

    Great I’ve got 987 point!

    Please be aware of Objective question…

    There are some different answers for certain questions…

    rio.asepta@yahoo.com

  37. ballor @ bakh
    March 8th, 2011


    Hi, i have a question
    where did these numbers come from the 11 10 8 and 12

    192.168.152.176 (because 176 = 16 * 11 and 176 < 177)
    192.168.152.160 (because 160 = 16 * 10 and 160 < 161)
    192.168.152.128 (because 128 = 16 * 8 and 128 < 129)
    192.168.152.224 (because 224 = 16 * 14 and 224 < 225)

    thank you

    The subnet range is 16 from the given /28 which equals 1111 0000 in binary or 255.255.255.240. The 16 is from borrowing 4 bits (hence the 4 zeroes) and thus 2^4 equals 16.

    So the valid subnets are all multiples of 16.

    192.168.152.0 – subnet 1
    192.168.152.16 – subnet 2
    192.168.152.32 – subnet 3 and so forth
    192.168.152.48
    192.168.152.64
    192.168.152.80
    192.168.152.96
    192.168.152.112
    192.168.152.128
    192.168.152.144
    192.168.152.160
    192.168.152.176
    192.168.152.192
    192.168.152.208
    192.168.152.224
    192.168.152.240
    192.168.152.255 (counting from zero…)

    The 11 10 8 and 12 are just multiples of 16 to find what subnet the given IP's fit in. Clear as mud?

  38. dinesh
    March 14th, 2011

    we shld set clock rate for the main router???????

  39. Manpueblo
    March 16th, 2011

    @9tut
    what about using show cdp neighbor detail from the Main router to gather information for the devices on the let and right of the Main.
    Will it help? Is it a possible solution during real test?

  40. Okramas
    March 20th, 2011

    @Manpueblo

    Nope, it’s not, because you have to figure out the IPs from your neighbors, so you can issue the command, but it will not return good information for you.

    Okramas,

  41. Mr.L
    April 17th, 2011

    should we add command “clock rate 64000″ on MAIN router or not?

  42. ICECOLD
    April 18th, 2011

    @ Mr.L

    Use information gathered from the Main router to complete the configuration of any additional routers. No passwords are required to access the Main router. The config terminal command has been disabled for the HQ router. The router does not require any configuration.

    answer: No, you cant it is not possible for this lab

  43. Palestine
    April 28th, 2011

    @ Manpueblo
    I think show cdp neighbours detail command will not work because there is no cable attached between the routers.
    m not sure!

  44. jnbasstango
    May 7th, 2011

    In the real exam ,will host D and E be there or we can directly configure the added devices by clicking into them?

  45. 9tut
    May 7th, 2011

    @jnbasstango : Host D and host E will be automatically added after placing two routers into their positions. Click on these hosts to access the respective routers.

  46. jnbasstango
    May 7th, 2011

    Thank you 9tut for the quick response.I’ll be writing next week.So far this site has been very helpful.

  47. wayne
    May 30th, 2011

    Can someone kindly send me the latest dumps for CCNA 802 exam to cts1234586@hotmail.com
    Many Thanks

  48. CiscoCCNA
    June 15th, 2011

    @9tut: thanks men, I pass my CCNA exam with 970¡¡. The same questions

  49. ramya
    June 16th, 2011

    @hi i am going to take my exam on monday anybody send me recent dumps to rumk08@gmail.com

  50. david
    June 28th, 2011

    are short forms of words allowed?eg.RTD(config)#conf t
    instead of configure terminal.

  51. Jim
    July 3rd, 2011

    Is there software to download for these simulations OR do we just follow the text to prepare for CCNA? Thank you in avance.

    Jim

  52. shamail
    July 14th, 2011

    i am writing the CCNA exam next week. please tell me the correct dump and lab simulation questions…..

  53. Anonymous
    July 24th, 2011

    plz plz i need the last exam of ccna plz (modmod1984_2005@hotmail.com)

  54. nic
    August 5th, 2011
  55. Ranjeeta
    August 6th, 2011

    @9 tut I am confused with configuring password there its given:
    + Console password:

    Router1(config-if)#exit
    Router1(config)#line console 0
    Router1(config-line)#password consolepw
    Router1(config-line)#login
    Router1(config-line)#exit

    + Telnet password:

    Router1(config)#line vty 0 4
    Router1(config-line)#password telnetpw
    Router1(config-line)#login
    Router1(config-line)#exit

    But in ICND1 Book its given:

    for console line:
    line console 0
    login
    password………….

    for telnet:

    line vty 0 15
    login
    password……….

    why the value of vty is taken 5?

    9 TUT COULD U EXPLAIN IT.

  56. 9tut
    August 6th, 2011

    @RanjeetaL It depends on the number of vty line on that device. To learn that number just type “line vty ?”
    “line vty 0 4″ means that 5 connections (users) can telnet to that device simultaneously.
    “line vty 0 15″ means that 16 connections (users) can telnet to that device simultaneously.

  57. Prashant Chandrashekar
    August 6th, 2011

    Are these simulations enough for my ccna exam???
    i am givin my ccna exam on 16th aug, if any body has the latest dumps please mail me at rashant_7@yahoo.com….

  58. Ranjeeta
    August 6th, 2011

    @ 9 TUT
    THX….. COULD YOU EXPLAIN ME REGARDING TO PASSWORD CONFIGURATION

  59. mobi
    August 16th, 2011

    i finally can say the words “got certified today”.

    was acl, vtp and eigrp sims. formats in display here on 9tut. study them properly and u’d be there.

    read up enough dumps. helps too. all d best people and thanx to 9tut.

  60. mobi
    August 16th, 2011

    pls does 9tut have any idea of a site like this one for CCNP assistance?

  61. 9tut
    August 16th, 2011

    @mobi: We have http://www.digitaltut.com for ROUTE, http://www.certprepare.com for SWITCH & http://www.networktut.com for TSHOOT.

  62. Honey
    September 4th, 2011

    Can any body will tell me as i have gone through all the literature mentioned in this site for the CCNA prepration I want to give the test in the next week without reading any other material can i pass the exam easily

  63. R & R
    September 12th, 2011

    awesome work 9tut, my doubts are crystal clear:)

  64. Anan
    September 15th, 2011

    In exam…. is this question like packet tracer simulation work…? or different pls explain….?

  65. RaD
    September 19th, 2011

    To Honey, no if you don’t know how to do this stuff and rely on just this than you are not going to pass it.

  66. Anan
    September 21st, 2011

    what are the major topics that we have to cover mostly in CCNA……?

  67. Ganeshamoorthy
    October 9th, 2011

    wich simulation s will come most of the time??? pls share frnds…

    thanks & regards,
    Ganesh

  68. MANILA
    October 17th, 2011

    @9tut

    i can also assign 192.168.152.177 instead of 192.168.152.190 to the interface fa0/0 of router to the left. still it is in the same subnet. i used the first usable address instead of the last usable address.

    i can also assign 192.168.152.161 instead of 192.168.152.174 to the interface of s0/0 of router to right. still it is in the same subnet. i used the first usable address instead of the last usable address.

    correct me on that.

  69. gacemer
    October 17th, 2011

    Are these simulations enough for my ccna exam?
    i am givin my ccna exam on 21th oct, if any body has the latest dumps please mail me at musa_gacemer@windowslive.com

    pls share frnds

  70. jrm
    October 18th, 2011

    @manila

    yes .177 and .190 were on the same subnet but you can’t use that on int fa 0/0 of router 1 because .177 is already assigned to int fa 0/0 of main router, you can issue the show run syntax on the main router to verify.

    …. same case with the router on the right side.

  71. happycamper
    October 20th, 2011

    the simulation is causing confusion.

    view the show run output from main in the simulation, and it is wrongly assigned the ip addresses : .178 (fa0/0) and .172 (s0/0)..instead of the .177 and .161 which would’ve eliminated both of these answers as possible answers (per Manila’s & jrm’s comment).

    if the Main was indeed assigned .177 and .161, then the right answers are obvious.

    request to 9tut to please correct the sim configuration..and ofcourse great site, thanks 9tut for everything.

  72. 9tut
    October 21st, 2011

    @happycamper: Yes, thanks for your detection. I updated the sim.

  73. pp
    October 23rd, 2011

    hello 9 tut

    we can use

    192.168.152.177/28 instead of 192.168.152.190
    for Router1 fastethernet interface

    cos the two Ip address are same subnet.

    that is right?

  74. 9tut
    October 24th, 2011

    @pp: We can’t use 192.168.152.177 because interface fa0/0 of the Main router has used it.

  75. Eng-Support
    November 15th, 2011

    Ips in the sim differs from the demonstration pic ,,, so answers not valid

  76. Alicia
    November 18th, 2011

    I did the CCNA test on Wednesday and passed it with 881. This web is very helpful. Thank you all

  77. Lan. A
    November 24th, 2011

    how can download this lab simulations and attempt them like a realtime eaxam

  78. Lan. A
    November 24th, 2011

    Pls how can download this lab simulations and attempt them like a realtime exam. Can someone respond immediately @ alvinlannie@yahoo.com

  79. Trond
    December 8th, 2011

    With this cheat sheet you can easily solve any subnetting assignment without using any math. Most questions solved in matter of seconds.

    http://quest4.org/ccna/subnet_cheat_sheet.htm

    There’s a guide regarding how to use it as well.

    Hope you like it!

  80. Karthik
    December 15th, 2011

    May the Dumps is valid that is 486 till now.

  81. ashok
    December 17th, 2011

    ip address assin to pc

  82. CHarles
    December 29th, 2011

    Do we need to put that line “transport input telnet” after setting the telnet password?

  83. Mestan
    December 29th, 2011

    @ CHarles—-> NO.

  84. Ashwini
    January 10th, 2012

    Wat is the passing marks for CCNA Certification…??

  85. Manchaft
    January 11th, 2012

    passing marks for CCNA is825

  86. usGhana
    January 14th, 2012

    @9tut
    pls how do you come by the choice of ip for A and C hosts, couldn`t you have given any of the two remaining ips to any of the hosts?

  87. rashid
    January 16th, 2012

    Router1(config-if)#ip address 192.168.152.142 255.255.255.240
    Router2(config-if)#ip address 192.168.152.238 255.255.255.240
    i don,t understand why these address are given to f0/1 and f0/0 please tell me

  88. Dharamjeet Brar (djbrar@gmail.com)
    January 17th, 2012

    @rashid: Because the other end of the interface should fall in the same subnetwork.
    In this case, 192.168.152.142 falls in “192.168.152.128 – 192.168.152.143″ so does 192.168.152.129.
    And 192.168.152.238 falls in “192.168.152.224 – 192.168.152.239″ as well as 192.168.152.225.

    Subnetting simply! (i.e. multiples of 16 in this example)

  89. panyang
    January 18th, 2012

    would like to know if this is included in the exam?

  90. Dharamjeet Brar (djbrar@gmail.com)
    January 18th, 2012

    @panyang: Of course! the stuff you will find on this web site will certainly help you get through the exam, but the matter of fact is you should grasp this information too!

  91. jhon
    January 28th, 2012

    actualtest.com dumps are valid or not plz tell me?

  92. furqan
    January 29th, 2012

    there is some confusi0n here.router fa 0/0 interface connected t0 the main r0uter has ip .178 ,not 177 ,s0 for fa 0/0 we have 2 ip 0pti0ns which are .177 & .190.b0th these are valid .can anyone answer this????

  93. furqan
    January 29th, 2012

    same issue with serial ip.show running sh0w that ip on serial link is .172 so we have 161 & 174 option .

  1. No trackbacks yet.
Add a Comment