Home > ICND1 – Router Questions

ICND1 – Router Questions

June 19th, 2017 in ICND1 100-105 Go to comments

[am4show have=’p2;’]

Premium Member: You can test your knowledge with these questions first via this link.

[/am4show]

Question 1

[am4show have=’p2;’]Which two of these functions do routers perform on packets? (Choose two)

A. examine the Layer 2 headers of inbound packets and use that information to determine the next hops for the packets
B. update the Layer 2 headers of outbound packets with the MAC addresses of the next hops
C. examine the Layer 3 headers of inbound packets and use that information to determine the next hops for the packets
D. examine the Layer 3 headers of inbound packets and use that information to determine the complete paths along which the packets will be routed to their ultimate destinations
E. update the Layer 3 headers of outbound packets so that the packets are properly directed to valid next hops
F. update the Layer 3 headers of outbound packets so that the packets are properly directed to their ultimate destinations

 

Answer: B C[/am4show]

Explanation

When packets travel through many routers, the source and destination IP addresses do not change but the source and destination MAC do change.

Question 2

[am4show have=’p2;’]Refer to the exhibit. An administrator cannot connect from R1 to R2. To troubleshoot this problem, the administrator has entered the command shown in the exhibit. Based on the output shown, what could be the problem?

cable_connections.jpg

A. The serial interface is configured for half duplex.
B. The serial interface does not have a cable attached.
C. The serial interface has the wrong type of cable attached.
D. The serial interface is configured for the wrong frame size.
E. The serial interface has a full buffer.

 

Answer: C[/am4show]

Explanation

The output above is unclear. Normally when we use this command we can see the type of serial connection on this interface, for example “V.35 DCE cable. Below is an example of the same command as above:

RouterA#show controllers serial 0
HD unit 0, idb = 0xECA4C, driver structure at 0xF1EC8
buffer size 1524 HD unit 0, V.35 DTE cable
cpb = 0x62, eda = 0x403C, cda = 0x4050
RX ring with 16 entries at 0x624000
00 bd_ptr=0x4000 pak=0x0F5704 ds=0x62FFB8 status=80 pak_size=22

Or

RouterB#show controllers serial 0
buffer size 1524 HD unit 0, V.35 DCE cable, clockrate 64000
cpb = 0x62, eda = 0x408C, cda = 0x40A0
RX ring with 16 entries at 0x624000
00 bd_ptr=0x4000 pak=0x0F2F04 ds=0x627908 status=80 pak_size=22

but in this case we only get “V.35 cable”. So in fact we are not sure about the answer C. But the output above also does not have any information to confirm other answers are correct or not.

Just for your information, the V.35 male and V.35 female cable are shown below:

v.35_female.jpgv.35cable_male.jpg

Question 3

[am4show have=’p2;’]What two things does a router do when it forwards a packet? (Choose two)

A. switches the packet to the appropriate outgoing interfaces
B. computes the destination host address
C. determines the next hop on the path
D. updates the destination IP address
E. forwards ARP requests

 

Answer: A C[/am4show]

Question 4

[am4show have=’p2;’]Refer to the exhibit. A network device needs to be installed in the place of the icon labeled Network Device to accommodate a leased line attachment to the Internet. Which network device and interface configuration meets the minimum requirements for this installation?

network_device_middle.jpg

A. a router with two Ethernet interfaces
B. a switch with two Ethernet interfaces
C. a router with one Ethernet and one serial interface
D. a switch with one Ethernet and one serial interface
E. a router with one Ethernet and one modem interface

 

Answer: C[/am4show]

Question 5

[am4show have=’p2;’]Which two commands will display the current IP address and basic Layer 1 and 2 status of an interface? (Choose two)

A. Router#show version
B. Router#show ip interface
C. router#show protocols
D. router#show controllers
E. Router#show running-config

 

Answer: B C[/am4show]

Explanation

The outputs of “show protocols” and “show ip interface” are shown below:

Global values:
Internet Protocol routing is enabled
Serial0/0 is up, line protocol is down
Internet address is 10.1.1.1/30
Serial0/1 is up, line protocol is down
Internet address is 209.65.200.225/30
Serial0/2 is up, line protocol is down
Serial0/3 is up, line protocol is down
NVI0 is up, line protocol is up
Interface is unnumbered. Using address of NVI0 (0.0.0.0)
Loopback0 is up, line protocol is up
Internet address is 10.1.10.1/32
Loopback1 is up, line protocol is up
Internet address is 10.1.2.1/27
Loopback6 is up, line protocol is up
Serial0/0 is up, line protocol is down
Internet address is 10.1.1.1/30
Broadcast address is 255.255.255.255
Address determined by non-volatile memory
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is disabled
Multicast reserved groups joined: 224.0.0.5
Outgoing access list is not set
Inbound access list is not set
Proxy ARP is enabled
Local Proxy ARP is disabled
Security level is default
Split horizon is disabled
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are never sent
IP fast switching is enabled
IP fast switching on the same interface is enabled
IP Flow switching is disabled
IP CEF switching is disabled
IP Feature Fast switching turbo vector
IP multicast fast switching is enabled
IP multicast distributed fast switching is disabled
IP route-cache flags are Fast
Router Discovery is disabled
IP output packet accounting is disabled
IP access violation accounting is disabled
TCP/IP header compression is disabled
RTP/IP header compression is disabled
Policy routing is disabled
Network address translation is enabled, interface in domain inside
BGP Policy Mapping is disabled
WCCP Redirect outbound is disabled
WCCP Redirect inbound is disabled
WCCP Redirect exclude is disabled

Question 6

[am4show have=’p2;’]Refer to the exhibit. If the resume command is entered after the sequence that is shown in the exhibit, which router prompt will be displayed?

prompt_router-resume.jpg

A. Router1>
B. Router1#
C. Router2>
D. Router2#

 

Answer: C[/am4show]

Explanation

The “Ctrl-Shift-6” and “x” is used to suspend the telnet session. In this case, the telnet session from Router1 to Router2 will be suspended.

If we enter the keyword “resume”, Router1 will try to resume the telnet session to Router2 (you will see the line [Resuming connection 1 to 192.168.9.2 … ]) and we will get back the Router2> prompt.

Question 7

[am4show have=’p2;’]When a router makes a routing decision for a packet that is received from one network and destined to another, which portion of the packet does if replace?

A. Layer 2 frame header and trailer
B. Layer 3 IP address
C. Layer 5 session
D. Layer 4 protocol

 

Answer: A[/am4show]

Explanation

The Layer 2 information (source and destination MAC) would be changed when passing through each router. The Layer 3 information (source and destination IP addresses) remains unchanged.

Question 8

[am4show have=’p2;’]Which two of these functions do routers perform on packets? (Choose two)

A. examine the Layer 2 headers of inbound packets and use that information to determine the next hops for the packets
B. update the Layer 2 headers of outbound packets with the MAC addresses of the next hops
C. examine the Layer 3 headers of inbound packets and use that information to determine the next hops for the packets
D. examine the Layer 3 headers of inbound packets and use that information to determine the complete paths along which the packets will be routed to their ultimate destinations
E. update the Layer 3 headers of outbound packets so that the packets are properly directed to valid next hops
F. update the Layer 3 headers of outbound packets so that the packets are properly directed to their ultimate destinations

 

Answer: B C[/am4show]

Explanation

When packets travel through many routers, the source and destination IP addresses do not change but the source and destination MAC do change.

Question 9

[am4show have=’p2;’]How do you bypass password on Cisco device?

A. Change the configuration register to 0x2142
B. Reset the device
C. Unplug and plug the power

 

Answer: A[/am4show]

Explanation

Change the configuration register to 0x2142. With this setting when that router reboots, it bypasses the startup-config and no password is required.

Question 10

[am4show have=’p2;’]Which router command can be used to determine the status of Serial 0/0?

A. show ip route
B. show interfaces
C. show s0/0 status
D. debug s0/0
E. show run
F. show version

 

Answer: B[/am4show]

Comments (100) Comments
Comment pages
1 2 318
  1. Bruce
    October 20th, 2013

    Question 5 answer should be B C..

  2. Moe
    October 21st, 2013

    That’s right …

  3. 9tut
    October 21st, 2013

    @Bruce, @Moe: Yes, it should be B and C. Thanks for your detection. We updated it!

  4. GG
    November 29th, 2013

    Has someone who took the ICND lately have the question 5 on the exam? what were the correct answers? because pass4sure has C and D and the correct answers.

  5. bbk
    December 21st, 2013

    @GG……correct ans is B & C…

  6. Armin
    January 8th, 2014

    Hi, everybody,
    thank you for these answers

    can someone tells me why the answer ‘E’ isn’t the correct in the question 4

    thanks in advance 🙂

  7. MIke
    January 15th, 2014

    @Armin Because the question says it’s a leased line which means a dedicated circuit. Dedicated circuits are normally connected to either an external CSU to a serial interface on the router or an internal WIC card which acts as both.

  8. CCENT Someday
    January 31st, 2014

    Anyone,

    I plan on taking exam next week. What other sims/labs did you get besides the OSPF 6 router?

    Thanks in Advance!

  9. holyleo
    March 6th, 2014

    On Question 4. Can someone tell me why answer A and E are not possible answers. Thanks in advance

  10. Amir Reza
    March 11th, 2014

    Hi
    I had question 2 on my exam today . Is the answer A incorrect ? I chose “wrong cable ” also but in the middle of exam I saw HD in the command output which may refer to HalfDuplex!
    If anyone know what HD refers to please let me know too 😉
    covarac@covarac.com

  11. fez
    April 24th, 2014

    Passed my 100-101 exam today and question 2,3,4 and 5 were there.. all the best Also please correct the answer to question 5. ?It is C & D and i know now for sure because i got 100 % in it today.

  12. Manohar Tn
    May 16th, 2014

    Got 986/1000 Marks, {5/16/2014} 50 Questions, Ospf Sim, Security simlet, and Router and switch Simlet Was also there…..All questions From 9tut. and Examcollections…..Now Heading For Icnd2 And Blogging…..

    For Any Help.
    Manohar Tn
    Website: http://www.techlinko.com
    G+ : https://plus.google.com/u/0/+ManoharTN9/

  13. Ico
    June 8th, 2014

    My opinion is the answers of question 5 should be C and D

  14. young
    June 26th, 2014

    the show controllers command displays physical connectivity. question 5 ask for “IP ADDRESS” and “BASIC” layer 1 and layer 2 status on an interface. Only 2 commands work here, the show ip int brief and show protocols command. Both display ip and physical and protocol status.

  15. German
    July 8th, 2014

    Hi I have the pass4sure questions they said to question 5 ( C & D) what is right ?

  16. hal
    July 16th, 2014

    show controllers –> examines more of the layer1/2 characteristics of the interface, right? so we shouldn’t see the IP address there.

  17. Tim
    August 2nd, 2014

    Agreed hal. just checked it. no ip address under show controllers. answer should be B and C

  18. Wario Bossi
    August 5th, 2014

    Q5 is wrong, c d is the right answer (1000/1000 score)

  19. my turn
    August 6th, 2014

    What answer did you put for the security testlets?

  20. YANICK
    August 10th, 2014

    Q5 is correct is very currect

  21. anywho
    August 12th, 2014

    Wario is correct— q5 is currently wrong as it stands–. The question is asking for layer 1 and layer 2 – NOT layer 3 (ip addressing) — the answers to the question are C and D –
    again, this answer should not include an ip address because that is layer 3.

  22. Jibbu
    August 19th, 2014

    C and D should be right. if you could test it in Packet tracer, IP address does show up in:
    ‘show protocols’ command along with the layer 1 and layer 2 status. Please update the answers thank you!

  23. N8
    August 26th, 2014

    Wow it seems like a few dumps have been using C & D as the answers to Q5.

  24. ICND taker
    August 31st, 2014

    This side show the show controller command and it do not display IP address

    http://www.howtonetwork.net/public/769.cfm

  25. Saudi Mizer
    September 6th, 2014

    took exam yesterday, questions 1.2.3 were on it. passed with a 947.

  26. Anonymous
    September 18th, 2014

    It just makes sense that the answer would be B and C. Because the question asks for the command that displays the ip address and for Basic layer 1 and 2 status, which those two commands give. #sh controllers give detailed layer 1 and 2 information and does not display the ip address. So i don’t know… it’s one of those questions where the answer that looks most correct is indeed incorrect.

  27. mallocymar
    September 18th, 2014

    Please correct 5.answer C and D

  28. Silvio
    September 29th, 2014

    Hi everybody,

    Q5: I found on examcollection as true answers “show controllers” and “show protocols”, not show ip interface.
    I agree with you because effectively show ip interface shows the IP address of an interface and show controllers the basi L1 configuration.
    Can you confirm me that show protocols does not show these information !? Just as double check…

    Cheers guys!

  29. Silvio
    September 29th, 2014

    Oh sorry,

    I did’t see the explanation. But, ok! I was sure that show controllers shows the basic Layer 1 configurations. Am I wrong !?

  30. I love this site
    September 29th, 2014

    Q No 5 answer is c & d

  31. Silvio
    September 30th, 2014

    Ok! Thank you!

  32. watevah
    September 30th, 2014

    Q5 da ansa is C ans D .. MR 9tut can u correct that lol

  33. Gabbie
    October 7th, 2014

    Hi everyone,
    I will have my exam in 2 weeks Please send send me the dumps ICND1 gfedejko@yahoo.com
    much appreciated

  34. Tony
    October 17th, 2014

    Hi,

    Could I also have the dumps for ICND1? I am taking the exam next month.

  35. sprat
    October 22nd, 2014

    Passed today with a 1000/1000 – the correct answer to Q5 is C & D. Please change this!! The dumps on 9tut are 99% valid at 22-10-2014

  36. Pejijan
    October 29th, 2014

    Hi, I beleive the answer to Q5 is C & D

  37. Anon1
    November 6th, 2014

    I executed the show controllers command on IOS and there is no evidence of an IP address or layer 1/2 status in the output. Sho protocols and show ip interface (or show interface) both have the IP address AND the status (up/down, down/up, etc…). I don’t know understand how D can be an answer here (esp. if you got 1000/1000 using C & D). B & C should be right unless Cisco erred in their exam.

  38. phs
    November 17th, 2014

    I am taking my test this week. everyone keeps asking for “dumps”. I am not sure what they are. Would someone be willing to send teh ICND1 dumps to psummers4722@yahoo.com?

    much appreciated!

  39. Yahia Tariq
    November 22nd, 2014

    Questions 1-2-5 were in exam on 20/11/2014, more than 45 questions were from 9tut !

  40. Trekker14
    November 27th, 2014

    I fired up my Cisco 2620 and did “show controllers” like Anon1 did above….no ip address but it does show the L2 address.

  41. furmal
    December 11th, 2014

    every one keep saying ans for q 5 is different thn 9tut, so wat is the correct ans?

  42. Techgique
    December 17th, 2014

    Guys, stop using simulation software and pass4sure as a basis of what is the right answer for Question Five. I setup my 3745 Router (A real one) at home and the correct answer for displaying IP Addresses AND Basic L1 L2 status is B and C. 9tut is correct on this one.

  43. Techgique
    December 17th, 2014

    As an additional note, show controllers is used for troubleshooting layer one problems. For the curious, check out the Cisco learning network regarding show controllers and it details the output and what each section means.

  44. Deriq
    December 17th, 2014

    The man says he got 1000, and used C and D for number 5 what if he is right

  45. Islam Is the Best
    December 23rd, 2014

    Hey this site looks legit!!

  46. Anonymous
    December 30th, 2014

    @Deriq
    Look up show controllers on the Cisco website, it details that it will not show all the required information. It is very possible that @Wario Bossi received a slightly different question and isn’t remembering it correctly or perhaps he didn’t actually get the score he claims. Regardless, 9tut is correct and logging into an actual router or scouring the Cisco website will provide the information to prove it. Additionally, 9tut displayed the output of the commands and the information is there.

    B and C is correct.

    I welcome any links displaying a show controllers output that has the required information for the question, but until then claiming scores doesn’t make a wrong answer more correct.

  47. nobody
    January 12th, 2015

    Why is there any doubt about q.5?

    Both sides of the argument (B,C vs C,D) don’t argue about C.
    Can I get same info from A as from C? No.
    Can I get same info from B as from C? Yes. And much more.
    Can I get same info from D as from C? No.
    Can I get same info from E as from C? No.

    Isn’t the correct answer obvious even for a novice?

  48. Practice Test Depot
    January 12th, 2015

    Practice for this Exam in http://www.practicetestdepot.com

  49. Anon
    January 31st, 2015

    #5 answer is B & C. It really isn’t hard to go check for yourself in either Packet Tracer or with a cheap physical router that ‘show controllers’ does not show any IP information. Please do not just bank on memorizing the answers to these tests. If you won’t do the work to learn the material for yourself then you’re not going to get very far.

  50. Anonymous
    February 9th, 2015

    Hi, can anyone send me icnd1 dump file @rudzani.roger@outlook.com

  51. Dave
    February 11th, 2015

    Hey guys ….. I’d really appreciate it if someone could spare the ICND1 and the ICND2 dumps. I’m going in for my ICND1 test in the next week or two and I have done tons of study but the question layout seems to be tripping me up a bit …. would be great to see what the real question structure looks like.

    Don’t mind throwing a starbucks your way or something for the help …. Thanks guys!

    EMAIL: gam35guru@live.com

  52. mohammed
    February 14th, 2015

    how Q.1 answer will be B and C, i think will be b and D, if there anyone response me for that ?
    because the header of layer 3 is determine the path to destination host, so i wanna correct answer for this question

  53. Annon
    February 19th, 2015

    mohammed,

    Routers are only concerned with the next hop that they need to send their packets to, so D wouldn’t be correct. Routers don’t determine the full path that a packet would need to take, otherwise we wouldn’t have a need for multiple routers on a network.

  54. Annon
    February 19th, 2015

    Regarding question 5, I think B and C are still correct as they are written above. That doesn’t necessary mean that what’s actually on the test is the same, or that some of the answers were flipped around.

    Remember that Layer 1 and 2 are referring to the actual physical medium, so in this case, the cable. The show ip interface command lists this information (if the cable status/protocol status is down), as well as the IP information that they’re looking for. C has to be correct.

    The show protocol command lists the same information in my simulator. I don’t get any IP information, or any Layer 1/2 status information with the show controllers command. It just lists some hardware information, but no IP addressing. B has to be correct here too.

  55. slick
    February 20th, 2015

    Hi. Passed with 933/1000 and 95% of Questions was on this site. So thx Tut.

    Btw i had a lab very much like the Show configuration sim, but there were two Errors in the lab itself. The answer was still, that there was an Interface down due to admin down.

    But… you can do “sh ip int brief” und there was the Interface “admin down” with an IP and if you did “sh Interfaces”, there was the same Interface “up up” with a different IP.
    I checked it three time and left a comment on that… but if you get it, don’t be surprised.

  56. pgcdp
    February 27th, 2015

    Questions 1, 2, 4 and 5 were on the exams I recently took.

  57. HR
    February 27th, 2015

    @slick in that situation what should we do?

  58. Ahmed
    March 28th, 2015

    q1, 2 and 5 in icnd1

  59. Bilbob Baggins
    April 5th, 2015

    First, I’ll just say thank you to everyone involved with this site, and all the people who take the time to help make it all accurate. Pretty much every question on the exam is on this site, and it was such a great resource in helping to prepare! As many others have said, it is very important that you know your stuff, rather than memorizing the questions/answers, for the simulations/teslets/simlets would be incredibly difficult to pass otherwise. Plus, what’s the point of getting Cisco certified if you don’t know what you’re doing?

    I just took the exam a couple of days ago (USA), and wanted to chime in on the Question 5 debate, especially because I spent such a long time trying to figure out who was right before I took the test (as I’m sure many others did). I had that question on my exam, and I got a perfect score, so I know for a fact that I selected the correct answers, whether they are technically correct or not. The answers Cisco wants are C (show protocols) and D (show controllers). I know it can be debated endlessly that other answers are correct as well, but those are confirmed to be correct for the exam.

    Hopefully this helps others, for I want to give back to the community that has helped me so much. Thank you all!

  60. Toto
    April 6th, 2015

    How is it possible to get Ip address from show controllers ?

  61. Mohammad
    April 8th, 2015

    Just scored 947 today. less than 10 questions were not from 9tut…. Thanxxxxxxx

  62. Anonymous
    April 15th, 2015

    hi guys, just took the exam and q2,3 and 5 were there.

  63. Guy
    April 21st, 2015

    Q5 is 100% C and D, I got 1000/1000 so it’s a fact.
    It doesn’t matter if you think it’s right or not since as for Cisco exam these are the answers you should be choosing.

  64. dissolved girl
    April 22nd, 2015

    Hey! are 9tut questions still valid?

  65. Anonymous
    April 24th, 2015

    Q 1, 2and 5 were in a recent exam. Great job 9 tut….

  66. G-10
    April 26th, 2015

    Q 1,2,3,5 is were in the exam, i take it the last friday.

  67. Rob
    May 24th, 2015

    Q 5 for people who keep saying its C&D. Read the question, Which two commands will display the current IP address and basic Layer 1 and 2.

    Display the current IP address – IP address is not displayed in show controllers.

  68. kir
    May 26th, 2015

    @Rob
    I have taken the test last week and got 100%
    The Answers for Q5 is C&D.
    I can include a photo of my exam results if needed.

  69. Jesus
    May 26th, 2015

    @Kir – I believe you but check the command on the equipment and you will see that show controllers doesn’t display the IP address.

  70. Anonymous
    June 1st, 2015

    Answer IS B & C, show controllers will only give you the following output (as below). No IP address is giving using “show controllers”
    Router# show controllers serial
    Serial3/1/0 –
    Framing is c-bit, Clock Source is Internal
    Bandwidth limit is 44210, DSU mode 0, Cable length is 10
    rx FEBE since last clear counter 0, since reset 0
    Data in current interval (0 seconds elapsed):
    0 Line Code Violations, 0 P-bit Coding Violation
    0 C-bit Coding Violation
    0 P-bit Err Secs, 0 P-bit Sev Err Secs
    0 Sev Err Framing Secs, 0 Unavailable Secs
    0 Line Errored Secs, 0 C-bit Errored Secs, 0 C-bit Sev Err Secs
    0 Severely Errored Line Secs
    0 Far-End Errored Secs, 0 Far-End Severely Errored Secs
    0 CP-bit Far-end Unavailable Secs
    0 Near-end path failures, 0 Far-end path failures
    0 Far-end code violations, 0 FERF Defect Secs
    0 AIS Defect Secs, 0 LOS Defect Secs
    Transmitter is sending AIS.
    Receiver has loss of signal.
    Serial3/1/3 –
    Framing is c-bit, Clock Source is Line
    Bandwidth limit is 44210, DSU mode 0, Cable length is 10
    rx FEBE since last clear counter 0, since reset 0
    Data in current interval (757 seconds elapsed):
    0 Line Code Violations, 0 P-bit Coding Violation
    0 C-bit Coding Violation
    0 P-bit Err Secs, 0 P-bit Sev Err Secs
    0 Sev Err Framing Secs, 0 Unavailable Secs
    0 Line Errored Secs, 0 C-bit Errored Secs, 0 C-bit Sev Err Secs
    0 Severely Errored Line Secs
    0 Far-End Errored Secs, 0 Far-End Severely Errored Secs
    0 CP-bit Far-end Unavailable Secs
    0 Near-end path failures, 0 Far-end path failures
    0 Far-end code violations, 0 FERF Defect Secs
    0 AIS Defect Secs, 0 LOS Defect Secs
    No alarms detected.

  71. Dude
    June 4th, 2015

    Just finished the exam and answer Q5 as C&D just for the hell of it. I knew I was passing anyways. and guess what, C&D are the right answers – wanna know why? cause D is the only command that display layer 1 information so C will display layer 2&3 and D will display layer 1& 2.
    Thanks to the dude who said C&D here – highly appreciate it!!

  72. Rich-NiZEr
    June 4th, 2015

    Hi @Dude congrates.
    I’m planning to write the exam next week, can you please tell me what did you study. So far I have studied all the questions from this website and I have read the ICND1 book. What other study material can I use to get myself ready for the exam.

    Thanks in advance.

  73. dude
    June 4th, 2015

    ICND1 is the book I used. Since you are done reading it, study the questions here and understand the answers. that’s more than enough and for sure know your subneting – Honestly, I thought the exam was really easy so don’t stress it. 90% of the questions are on this website and the ones that aren’t are pretty simple or have the same concept as other questions on here.

  74. Atlanta
    June 5th, 2015

    HI! Could someone PLEASE send me the latest ICND1 dumps? THANKS evansj51@yahoo.com

  75. Yacine
    June 8th, 2015

    Well, well, it’s a big debate about #5… the correct answer is B & C, for answer D is a BIG wrong answer I checked it by myself on my company’s router c2900, even in packet tracer they don’t give ip address!!

  76. Rich-NiZEr
    June 9th, 2015

    @Dude thanks, I scored 894/1000, and hey guys my advise is study and understand all the questions here in 9tut.net and know your “show” commands (not only that but have a deeper understanding what they mean and know what to look for when running those show commands). And good luck to those that are writing soon.

  77. Anonymous
    June 26th, 2015

    guys i got the dumps from this link
    wurl. cc/dumps

  78. Anonymous
    July 1st, 2015

    in Question #5 it should be CD

  79. 9tut
    July 13th, 2015

    @all: We had to move all the questions and answers out of 9tut. We can only keep the explanation. You can download the questions and answers at: https://mega.co.nz/#!oIdESYbD!yyu33vygrfKPy4rcmcbV6qW2fxINNoTokuDM3CjA_og

  80. JB
    July 14th, 2015

    I cant see the questions. I only see answers. Admin, please fix. Thank you.

  81. JB
    July 14th, 2015

    got it. Thanks 9tut.

  82. wagnermk67
    July 20th, 2015

    what happened what happened to the login ? I am a premium member and know there is no where to log in. 🙁

  83. 9tut
    July 20th, 2015

    @wagnermk67: Please login at https://www.9tut.net/member/login

  84. Carlos
    July 24th, 2015

    @9tut this questions are similar or the same to the ICND certification exam?

  85. Ann
    August 1st, 2015

    @ 9tute is there any IPv6 it rip question in icnd 1 exam

  86. Anonymous
    August 6th, 2015

    hi all.
    I took ICND1 06-08-2015 and passed 947/1000………….thanks 9tut. I only study this site.There is no any configuration only practice “show COMMANDS” and practice all the SIMs.

  87. Anonymous
    September 17th, 2015

    I don’t see the questions

  88. Anonymous
    September 17th, 2015

    where do I go

  89. Mr. Anon
    September 17th, 2015

    I cannot see the questions, only the answers. Anyone know of an issue?

  90. 9tut
    September 17th, 2015

    @Mr. Anon: We had to move all the questions and answers out of 9tut because of copyrighted issues. We can only keep the explanation. You can download the questions and answers at: http://www.mediafire.com/view/686kvdms48m67k7/ICND1_2_Questions_July_2015.pdf

  91. Gamba
    October 12th, 2015

    I passed ICND 1 10/10/2015 with 1000/1000.Thanx 9tut.Premium Membership is the best.Question 5 the correct answer is CD

  92. Anon
    November 3rd, 2015

    To answer this once and for all. The answer to question 5 is SHOW PROTOCOLS & SHOW CONTROLLERS. If you pick show ip interface you will get the question wrong on the exam. Show controllers is the only command that shows layer 1 & 2 statuses

  93. Anon
    November 10th, 2015

    oops I meant #show controllers is the only command that shows Layer 1 status

  94. jeje
    February 12th, 2016

    Hi everyone,
    I will have my exam in 2 weeks Please send send me the latest dumps ICND1 {email not allowed}
    much appreciated

  95. csgo skins black
    April 19th, 2016

    I love this site – its so usefull and helpfull.|
    csgo skins black http://classifieds.wcguru.com/item/311

  96. CCIE
    May 6th, 2016

    Question 5 answer is B + C.

    1000/1000 doesn’t prove anything, cisco mention that some questions are not marked and are only there for research – This could be such a question.

    The only commands that show the information needed are B + C:

    Router#show protocols
    Global values:
    Internet Protocol routing is enabled
    GigabitEthernet0/0 is up, line protocol is down
    Internet address is 192.168.1.1/24
    GigabitEthernet0/1 is administratively down, line protocol is down
    GigabitEthernet0/2 is administratively down, line protocol is down
    Vlan1 is administratively down, line protocol is down

    Router# show ip interface
    GigabitEthernet0/0 is up, line protocol is down (disabled)
    Internet address is 192.168.1.1/24
    Broadcast address is 255.255.255.255
    Address determined by setup command
    MTU is 1500 bytes

  97. liang
    May 10th, 2016

    who can tell me where is the question? i can see that!

  98. otown
    May 12th, 2016

    Q5 is C&D

    The English used in the question makes it difficult. I am a native English speaker and even for more it took some time to check..

    The reason is commands C and D will together (this is key) provide ALL ip, 1 and 2 info. B&C will not provide the same, together they provide less info on layer 1.

    Do not feel angry if you missed it because the English used makes it unclear.

  99. Stop
    May 31st, 2016

    Stop sharing information about the test -Be professionals and Suck it up -Learn, study hard, and do your best.

    You sign a nondisclosure stating you will not cheat, you will not share your answers or ideas expressed on the exams.

    I am sure sites such as this one are being monitored for illegal activity and disclosure of Exam questions.

    So stop sharing the information and dumps and learn the materials!

Comment pages
1 2 318