Home > CCNA – Cisco IOS Questions 2

CCNA – Cisco IOS Questions 2

November 6th, 2011 Go to comments

Here you will find answers to Cisco IOS – Part 2

Note: If you are not sure about the boot sequence of a router/switch, please read my Cisco Router Boot Sequence Tutorial.

Question 1

When you are logged into a switch, which prompt indicates that you are in privileged mode?

A. %
B. @
C. >
D. $
E. #

 

Answer: E

Explanation

The “#” (like Switch#) indicates you are in privileged mode while the “>” indicates you are in user mode.

Note: The “#” sign in “Switch(config)#” indicates this is only accessible at privileged EXEC mode. The “(config)#” part indicates we are in configuration mode.

Below lists popular modes in Cisco switch/router:

Router> User EXEC mode
Router# Privileged EXEC mode
Router(config)# Configuration mode
Router(config-if)# Interface level (within configuration mode)
Router(config-router)# Routing engine level (within configuration mode)
Router(config-line)# Line level (vty, tty, async) within configuration mode

Question 2

Which command is used to copy the configuration from RAM into NVRAM?

A. copy running-config startup-config
B. copy startup-config: running-config:
C. copy running config startup config
D. copy startup config running config
E. write terminal

 

Answer: A

Explanation

The running-config is saved in RAM while the startup-config is saved in NVRAM. So in order to copy the configuration from RAM into NVRAM we use the command “copy running-config startup-config” (syntax: copy).

Question 3

Which command is used to load a configuration from a TFTP server and merge the configuration into RAM?

A. copy running-config: TFTP:
B. copy TFTP: running-config
C. copy TFTP: startup-config
D. copy startup-config: TFTP:

 

Answer: B

Explanation

The syntax of the copy command is “copy” so to copy a configuration from a TFTP server into RAM we use the command “copy TFTP: running-config”.

Question 4

There are no boot system commands in a router configuration in NVRAM. What is the fallback sequence that router will use to find an IOS during reload?

A. Flash, TFTP server, ROM
B. Flash, NVRAM, ROM
C. ROM, NVRAM, TFTP server
D. NVRAM, TFTP server, ROM
E. TFTP server, Flash, NVRAM

 

Answer: A

Explanation

When you turn the router on, it runs through the following boot process.

The Power-On Self Test (POST) checks the router’s hardware. When the POST completes successfully, the System OK LED indicator comes on.
The router checks the configuration register to identify where to load the IOS image from. A setting of 0×2102 means that the router will use information in the startup-config file to locate the IOS image. If the startup-config file is missing or does not specify a location, it will check the following locations for the IOS image:

1. Flash (the default location)
2. TFTP server
3. ROM (used if no other source is found)

The router loads the configuration file into RAM (which configures the router). The router can load a configuration file from:

+ NVRAM (startup-configuration file)
+ TFTP server
If a configuration file is not found, the router starts in setup mode.

Question 5

A Cisco router is booting and has just completed the POST process.It is now ready to find and load an IOS image. What function does the router perform next?

A. It checks the configuration register
B. It attempts to boot from a TFTP server
C. It loads the first image file in flash memory
D. It inspects the configuration file in NVRAM for boot instructions

 

Answer: A

Explanation

Same as Question 4

 

Question 6

Refer to the partial command output shown. Which two statements are correct regarding the router hardware? (Choose two)

system image file is “flash:c2600-do3s-mz.120-5.T1″

Cisco 2621 (MPC860) processor (revision 0×600) with 53248K/12288K bytes of memory
Processor board ID JAD05280307 (3536592999)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, version 3.0.0.
2 FastEthernet/IEEE 802.3 interface(s)
2 Serial(sync/async) network interface(s)
2 Low-speed serial(sync/async) network interface(s)
16 terminal line(s)

32K bytes of non-volatile configuration memory.
16384K bytes of processor board system flash (Read/Write)

A. Total RAM size is 32 KB
B. Total RAM size is 16384 KB (16 MB)
C. Total RAM size is 65536 KB (64 MB)
D. Flash size is 32 KB
E. Flash size is 16384 KB (16 MB).
F. Flash size is 65536 KB (64 MB)

 

Answer: C E

Explanation

The line “Cisco 2621 (MPC860) processor (revision 0×600) with 53248K/12288K bytes of memory” tells how much RAM in your router. The first parameter (53248) specifies how much Dynamic RAM (DRAM) in your router while the second parameter (12288K) indicates how much DRAM is being used for Packet memory (used by incoming and outgoing packets) in your router. Therefore you have to add both numbers to find the amount of DRAM available on your router -> C is correct.

Note: Cisco 4000, 4500, 4700, and 7500 routers have separate DRAM and Packet memory, so you only need to look at the first number to find out the DRAM in that router.

The flash size is straightforward from the line “16384K bytes of processor board system flash (Read/Write)” -> E is correct.

(Reference: http://www.cisco.com/en/US/products/sw/iosswrel/ps1834/products_tech_note09186a00800fb9d9.shtml)

Question 7

Which router IOS commands can be used to troubleshoot LAN connectivity problems? (Choose three)

A. ping
B. tracert
C. ipconfig
D. show ip route
E. winipcfg
F. show interfaces

 

Answer: A D F

Explanation

The ping command can be used to test if the local device can reach a specific destination -> A is correct.

“tracert” is not a valid command in Cisco IOS commands, the correct command should be “traceroute” -> B is not correct.

The ipconfig command is not a valid command in Cisco IOS too -> C is not correct.

The “show ip route” command can be used to view the routing table of the router. It is a very useful command to find out many connectivity problems (like directly connected networks, learned network via routing protocols…) -> D is correct.

“winipcfg” is an old tool in Windows 95/98 to view IP settings of the installed network interfaces. But it is not a valid command in Cisco IOS commands -> E is not correct.

The “show interfaces” command is used to check all the interfaces on the local device only. It has very limited information to trouble LAN connectivity problem but it is the most reasonable to choose -> F is acceptable.

Question 8

Which two locations can be configured as a source for the IOS image in the boot system command? (Choose two)

A. RAM
B. NVRAM
C. flash memory
D. HTTP server
E. TFTP server
F. Telnet server

 

Answer: C E

Explanation

The following locations can be configured as a source for the IOS image:

  1. + Flash (the default location)
  2. + TFTP server
  3. + ROM (used if no other source is found)
  4. (Please read the explanation of Question 4 for more information)

Question 9

Refer to the exhibit. Why is flash memory erased prior to upgrading the IOS image from the TFTP server?

Router# copy tftp flash
Address or name of remote host []? 192.168.2.167
Source filename []? c1600-k8sy-mz.123-16a.bin
Destination filename [c1600-k8sy-mz.123-16a.bin]?
Accessing tftp://192.168.2.167/ c1600-k8sy-mz.l23-16a.bin…
Erasing flash before copying? [confirm]
Erasing the flash filesystem will remove all files! continue? [confirm]
Erasing device
Eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee …erased
Erase of flash: complete
Loading c1600-k8sy-mz.l23-16a.bin from 192.168.2.167 (via Ethernet0):
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 6888962/13777920 bytes]

verifying checksum… OK (0x7BF3)
6888962 bytes copied in 209.920 secs (32961 bytes/sec)
Router#

A. The router cannot verify that the Cisco IOS image currently in flash is valid
B. Flash memory on Cisco routers can contain only a single IOS image.
C. Erasing current flash content is requested during the copy dialog.
D. In order for the router to use the new image as the default, it must be the only IOS image in flash.

 

Answer: C

Explanation

During the copy process, the router asked “Erasing flash before copying? [confirm]” and the administrator confirmed (by pressing Enter) so the flash was deleted.

Note: In this case, the flash has enough space to copy a new IOS without deleting the current one. The current IOS is deleted just because the administrator wants to do so. If the flash does not have enough space you will see an error message like this:

%Error copying tftp://192.168.2.167/ c1600-k8sy-mz.l23-16a.bin (Not enough space on device)

Question 10

Which command reveals the last method used to powercycle a router?

A. show reload
B. show boot
C. show running-config
D. show version

 

Answer: D

Explanation

The “show version” command can be used to show the last method to powercycle (reset) a router

show_version.gif

Comments (196) Comments
Comment pages
  1. Vman
    September 5th, 2012

    Can any one plz send me latest dumps to my email suse_x@hotmail.com

    Thanks a lot

  2. varun sarolkar
    September 7th, 2012

    plz send latest dumps at sarolkar.varun@gmail.com

  3. Lance Bah
    September 7th, 2012

    Can anyone plz send me the latest dumps to lancebah@yahoo.ca ?

    Thanks in advance

  4. ropam
    September 17th, 2012

    Just cleared my exam with a perfect perfomance (1000/1000)…..GRATITUDES: First and foremost to the almighty God for everythng he has been since i started preparing for this exam abt a year ago! the Todd lamlle (6th edition), this book gave me the foundation i needed and i consider myself one of the fastest subnetting geek thanks to Todd’s chapter on subnetting…then seriously, who wud forget this guy (9tut) thanks alot man,i finished my exam 40 minutes before time thanks to the speed you gave me in simulations…examcollection, thanks alot guys i ddint see any qn that i hadnt met in the dumps before, then the CBT nuggets videos….they cleared (enhanced) all of the concepts i have learned from all of the materials i have already mentioned! thank you all so much…..i will DONATE when i get my credit card! keep the good work going 9tut

    ABOUT MY EXAM:
    I had total of 50 questions….
    Had three simulations….ACL2, same as here at 9tut but modified as the third table of modifications above and i was dealing with host B plus different IP addresses, EIGRP almost the same as here, had to change the AS in router Home 2 from somethng 21 to 221 and add the appropriate networks also i had to delete and add some networks from router Home 1 (central router) and finaly the VTP…same as here just different question to follow the same procedures in resolving
    NB: i ddnt see anythng that i had not come across before

    for any other enquiries find me at ropamson@gmail.com …..best of luck for everybody working on CCNA

  5. Dinesh
    September 29th, 2012

    THANK YOU ropam for ur encouraging towards other ccna aspirants by ur positive comment

  6. Dhinesh
    October 4th, 2012

    thanks for sharing ur experiance …………..ropam….

  7. nancy pelosi
    October 10th, 2012

    eat my shorts

  8. xyz
    October 17th, 2012

    got it

  9. ANITA
    October 24th, 2012

    I’ll give CCNA exam in first week of November..
    please contact me who recently passed CCNA exam or planning to give CCNA exam…
    please tell me which dump is good and sims…

    er.anita.annu@gmail.com

  10. Denilson
    November 9th, 2012

    Guys i will be taking The CCNA by the and of December. Can u guys give me the tips for it !
    Thank you all in advance!

    Regards,

    denilson@consultant.com

  11. rohit kumar
    November 10th, 2012

    I’ll give CCNA exam in end of December
    please contact me who recently passed CCNA exam or planning to give CCNA exam…
    please tell me which dump is good and sims

    or send me dumpss plz

    iterrohit90@gmail.com

  12. tshons
    November 14th, 2012

    I will be taking ccna exam next week friday 23rd november 2012 could anyone send me the latest dumps pliz good pipo!!!! send tshons@gmx.com

  13. Augustine
    November 18th, 2012

    plse send me the latest dumbs nd simulations to augustinepaul7361@gmail.com

  14. EleniyanFather
    November 21st, 2012

    I was about to register to become a premium member, only to find out that I can’t use even my credit card to pay the $9 fee because my country-Nigeria is not included. Kindly modify and include Nigeria bcos am keen on writing the ccna exam by dec.

  15. TheDman
    November 22nd, 2012

    can someone please send me the latest dumps…. dawgs….dylan_doorknob@hotmail.com

  16. Anthony has a option
    November 25th, 2012

    Liang Yusen think several peculiar found a couple Qi Yun explained: “Well, My spouse and i went along to find Zhang Jin just isn’t to be able to.In .
    Anthony has a option http://www.crewcruisecritic.net/activity/p/215863/

  17. 15 words
    November 25th, 2012

    “Do you probably realize him or her? The Eleventh person Jiaozhang on the?” Chen Xinlan mouth area and also overstated Zhang.
    15 words http://freebrowsergamelist.com/activity/p/268715/

  18. best mtb footwear relationresultJi agar .
    November 25th, 2012

    Chenxin Lan viewed safety, mentioned with: “the staff to find out the soccer ball!”
    best mtb footwear relationresultJi agar . http://www.ethanelder.com/node/1#comment-2160

  19. calzado mbt specially nuclear weapons along with missile
    November 25th, 2012

    Next to the Liangyu Sen initial mentioned: “His give will not be to help harness harmed it? As well as seen who is consequently questionable harness?In
    calzado mbt specially nuclear weapons along with missile http://www.rodisecurity.com/simple/product/e3500-chemilux#comment-54845

  20. Suman
    November 27th, 2012

    can someone pls send me latest dumps and sims ……usivakumar99@yahoo.com

  21. shah
    November 28th, 2012

    I will sit for exam next week.. any update on dumps or sim…

  22. Thiyagu
    November 28th, 2012

    can any explain the Q10??

  23. suresh
    November 28th, 2012

    @thiyagu Q10..
    it means how was the router booted currently..its shows the congiuration register value at lost it means the router booted in ROM monitor mode.the reason is it skips the nvram by pass the way to ROM monitor mode. bcz they forget to save the confiuration file or Erase the stratup config

  24. Anonymous
    December 4th, 2012

    I’ll sit CCNA exam next week.
    plz contact me who recently passed CCNA exam or planning to give CCNA exam…
    plz tell me which dump is good and sims
    or send me dumpss plz

    simret30@gmail.com

  25. brent
    December 5th, 2012

    Hi guys! Can someone please sent me dumps in PDF or Word format from sekhar and brah. I am failing to open them using VCE. My ccna exam is on the 11th of december. One more thing what is the difference between 640-802 with official practice exam and just 640-802? I’ve seen these 2 exams when i opened the Pearson VUE to schedule my exam and i am confused. I want to know which one to choose. brentrobertson7@gmail.com

  26. rjohn
    December 10th, 2012

    Hey guys I also am taking CCNA this month. Would like to get the latest dumps if possible. Please email me. appreciate it. rjohn326@gmail.com

  27. MAA
    December 12th, 2012

    could you please send me the latest dumps please? special_k40@yahoo.com

  28. CAN ANY ONE ANSWER PLZ
    December 12th, 2012

    Hi guys! Can someone please sent me dumps in PDF or Word format from sekhar and brah. I am failing to open them using VCE. One more thing what is the difference between 640-802 with official practice exam and just 640-802? I’ve seen these 2 exams when i opened the Pearson VUE to schedule my exam and i am confused. I want to know which one to choose.

  29. TDy11
    December 13th, 2012

    TY 9tut.

    Today I have passed the CCNA. (860/825)
    50 questions 3 labs (VTP, EIGRP, ACL). 35 from 9tut.

    Also thanks a lot Brar and Sekhar (still valid from examcollection)

    Ty again 9tut

  30. John
    December 14th, 2012

    could you please send me the latest dumps please? laus_johnit4@yahoo.com

  31. paras
    December 17th, 2012

    can anyone send me latest dumps in pdf format……..

  32. Renolph
    December 18th, 2012

    Guys can any1 send me the latest dumps,lets work together my email is renojefa@gmail.com from South Africa

  33. Silent
    December 20th, 2012

    Can someone send me latest dumps please? quickla2005@gmail.com

  34. ayo
    December 22nd, 2012

    Hi guys, I will like to say thank you to the 9tut family. I passed my ccna today with 920/1000. Usual suspects for the sims are access list, eigrp, and vtp. All the sims and questions came out(50 q). Study it.

  35. ayo
    December 22nd, 2012

    Most of all I thank Almighty God. Without Him I wouldn’t have made it.study the sims and question. They are the key.

  36. Mohammed
    December 25th, 2012

    Pls Can some one send me Prepking 680Q? to mbalumi@gmail.com thanks

  37. Marco
    January 11th, 2013

    Can someone please send me the latest dumps please? mgiurni@gmail.com

  38. Memomax
    January 17th, 2013

    I’ll sit CCNA exam next week after 3 days.
    plz contact me who recently passed CCNA exam or planning to give CCNA exam…
    plz tell me which dump is good and sims >>>>mse_milod@yahoo.com

  39. dimple
    January 21st, 2013

    I will be taking ccna exam next week 28Jan could anyone send me the latest dumps please to dipvishk11@gmail.com thanks

  40. emad mohamed
    January 26th, 2013

    I want to make sure you ccna exam will not come out of questions 9tut I Makrt all those questions you can enter the exam please reply to email emadahmed_emadahmed@yahoo.com

  41. emad mohamed
    January 26th, 2013

    Can someone please send me the latest dumps please?
    emadahmed_emadahmed@yahoo.com

  42. Rooki3
    January 31st, 2013

    Valid Que :D

    Q:4

  43. Anonymous
    February 5th, 2013

    Can any one plz send me latest dumps to my email tareq.career@gmail.com
    Thanks a lot

  44. Tareq
    February 5th, 2013

    Can any one plz send me latest dumps to my email: tareq.career@gmail.com
    Thanks a lot

  45. Anil
    February 6th, 2013

    Can i get the latest exams ? freesbe33@hotmail.com

  46. Osito
    February 13th, 2013

    please send me the latest dumps. robertomiranda123233@hotmail.com

  47. Suresh
    February 14th, 2013

    Can Anyone Please send me latest dumps. dhungana_suresh@hotmail.com

  48. Anees
    February 15th, 2013

    I am planning to take CCNA exam (CCNA 640-802) in next 2 week. I would be very thankful if some one send me latest dumps @ anees_shakir@hotmail.com

  49. reza
    February 15th, 2013

    thank you for golden sites

  50. Search
    February 19th, 2013

    Can any one plz send me latest dumps to my email abdessamad.elaouni@gmail.com
    Thanks a lot

Comment pages
Add a Comment