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. MUHAMMAD RASHID
    May 28th, 2012

    I PASSED CCNA EXAM TODAY THANKS TO ALL MIGHTY ALLAH
    960/1000

  2. Priya
    May 31st, 2012

    Hi, Im Priya from Kerala(India).Im taking ccna exam on 30th June.Really im fed up.Can any one plz send me latest dumps to my email priya.ccna@yahoo.in Love you all .God Bless ..Thanks

    priya

  3. Bill
    June 2nd, 2012

    Hi folks, I am taking the exam on Monday the 4th of June, can someone please provide me with the Lastest of the DUMPS? My email is spinbp6@yahoo.com. I’d be greatly thankful!

  4. Insomnia
    June 3rd, 2012

    @ Muhammad Rashid, Congratulation! I will be taking my on June 11. Please wish me good luck :) also does anyone have the latest dumps? My email is jenniferlovesalex@gmail.com

  5. jgjag
    June 4th, 2012

    I am taking the exam on Saturday 11 of June, can someone please provide me with the Lastest of the DUMPS …at (kedir_ali@yahoo.com)

  6. anisetti.sureshbabu
    June 4th, 2012

    this is good . Thank you.

  7. MUHAMMAD BHATTI
    June 4th, 2012

    can someone please send me the LATEST dumps i have got ccna exam next week thanks my email address is mbhatti1986@gmail.com

  8. bernie
    June 7th, 2012

    can someone please send me dumps for ccna? thank you thank you thank you!
    itsafreeworldallyouhavetodois@gmail.com

  9. Paul
    June 10th, 2012

    Hi all, I am having my CCNA (640-802) exams this week. Can anyone please send me latest dumps: allient@post.sk

    Thank you ;)

  10. Nilanka
    June 17th, 2012

    how many questions we have to answer?

  11. God’s Grace
    June 20th, 2012

    @Nilanka, sorry for the late response, not sure if you have your answer yet. There are 48 questions in the exam including 3 simulation questions. I passed today, thanks to 9TUT, and dumps from http://www.examcollection.com by Jericho (632 questions) and Collisio (487). Almost all the questions are on this site with clarity , well explained here by 9TUT. Practice simulation question use packet tracer or gns3 , because in the exam, they will throw the simulation questions first at you and if you are not able to do them, it will throw you off the rest of the exam. I was very nervous because I did not practice the simulation with packet tracer or gns3 which took a lot of time from my exam time, but thank God I was able to go through the rest of the questions fairly quickly because i have seen the questions and answers here and the dumps referenced above. Best wishes to all!Please once you pass and have a job donate to keep this site up! or for now at least click on the advertised link here.Im unemployed right now, but intends to donate as soon as I have some money to do so. This is a very helpful website! Lets keep it going!!!

  12. flower
    June 21st, 2012

    @God’s Grace
    Thanks for your sharing!!
    does the Jericho (632 questions) and Collisio (487) need to pay for these questions? coz it just show me 5 questions!
    any recommendation?

  13. God’s Grace
    June 21st, 2012

    @flower, search on google for a free copy of Visual CertExam Suite, vce engine, this will enable you to dowlload full copy to see the dumps. The dumps are free! No, Jericho and Collisio are just good guys like you and me trying to help one another out by posting the dumps, they do not have to pay for it. Hope this helps!

  14. flower
    June 21st, 2012

    @God’s Grace
    congrats!!! and thank you so much! God bless :)

  15. PJ
    June 22nd, 2012

    Praise God!! Passed today – 1000/1000. Thank you 9tut for this site! I hope the CCNP help is just as good! Q5 on this page was on the exam, many questions from this site were. Sims – VTP, EIGRP and the one where SW-X gets added to the network (has a higher revision number so replaces its VLANs with the existing one).

  16. kashif
    June 24th, 2012

    Hi all,
    Many congratulation PJ. i booked my exam on 17 July 12…….lets c

  17. Mandeep
    June 27th, 2012

    Go To Exam Collection & download latest CCNA Dumps its really helpfull

  18. WarFreak
    June 27th, 2012

    @kashif

    im also taking ccna exam this july 5th. Really nervous.

  19. aasif ali
    July 3rd, 2012

    hey guys i have my ccna exams in august ……so i m preparing for the exam so plz guys help me………..

  20. jagajyoti
    July 4th, 2012

    I am taking CCNA exam after 2 weeks pls share me the link of the latest valid dumps.

    Pls be kind friends.. thanks in advance for your help

  21. student
    July 7th, 2012

    Hey guys, I am taking CCNA 640-802 exam in August. Could anyone please send me latest dumps to mean_p@live.com?
    Thank you!

  22. Tommy
    July 8th, 2012

    @PJ, what was the commands you used for correcting the revision number in SIM VTP?

  23. Prakhar
    July 10th, 2012

    Passed CCNA exam.. thank u 9tut & exam collection!
    Got 947/1000..
    anyone want help, can contact me on my email id: prakhar.gour@aol.com

  24. m.manikandan
    July 11th, 2012

    hai frds i done ccna course ..i need previous dumps pls send my mail id mar795@gmail.com

    Thank you

  25. abu zuber
    July 12th, 2012

    I am taking ccna after 4 days. Pls send me the latest dumps to ism_here@yahoo.com

  26. bigSteve
    July 15th, 2012

    Because I am new to the site, what are dumps?

  27. Syed Kamran Adil
    July 15th, 2012

    Many Many Thanks, i m using your gift, GOD Bless u

  28. Rick
    July 19th, 2012

    Please
    Q5
    Can someone please explain why can’t we choose
    “It inspects the configuration file in NVRAM for boot instructions”

    Thanks

  29. Chris
    July 19th, 2012

    Same question from maja and rick.

    Does anyone please help us with the question 5? why not D?

  30. Robert
    July 20th, 2012

    About Question 5, just remember that a router, when it first boots up, takes its directions from the hexadecimal value in the configuration register FIRST. Whatever value the register is set to, that’s what tells the router its next step. “Boot instructions” that tell the router to check NVRAM are encoded in the register 0×2142.

    Happy testing!

  31. Robert
    July 20th, 2012

    ^^INCORRECT

    Sorry, 0×2142 is what to set the configuration register to for BYPASSING the configuration in NVRAM. 0×2142 is used for password recovery.

  32. Anonymous
    July 23rd, 2012

    BigSteve>I have no clue what are dumps. Just practice the SIMS on this site, EIGRP (3rd router added), ACL (3 statements) and Switching (VLANs), all 3 were on my failed attempt on the exam. 775, Ive rescheduled and will get it next time…also, go over each and every question on this site. A lot of them were on it. This site is a plus.

  33. Anonymous
    July 31st, 2012

    @bigsteve, dumps are collections of exam questions posted on the net in Q/A form. you can find them on www examcollection com. be wary though some of the questions are wrongly matched with answers. Being able to spot them i think shows more skill than just remembering the answers.

  34. Mr Geo
    August 1st, 2012

    Is the Pass 4 sure any good?

  35. Mr Geo
    August 1st, 2012

    Or is “Actual Test” any good?

  36. anonymous
    August 1st, 2012

    @Rick
    ques 5 asks for loading IOS image,which is not stored in NVRAM..NVRAM contains config file which is required , once IOS is loaded..

  37. Ahmed
    August 2nd, 2012

    I am taking ccna after 4 days. Pls send me the latest dumps to ahmeddode22@hotmail.com

  38. zaidee
    August 13th, 2012

    hi everyone. may i know whether this valid? thanks

  39. zaidee
    August 13th, 2012

    if it is. could send me the dumps. to twentyseventh9092@gmail.com. thanks

  40. Nandie
    August 14th, 2012

    hI guyz, can u plz help? given: 192.168.1.1 255.255.255.254 How many hosts can u get?

  41. murali
    August 17th, 2012

    pls put more questions like above

  42. Fatboy66
    August 18th, 2012

    Passed the 640-802 yesterday. Eigrp, VTP, and ACL2 were the sims. Also, most questions were from the site . 945/1000

  43. Sasank Choudhury
    August 21st, 2012

    awesome explanation………….thanks a lot 9tut….

  44. Sniffer
    August 24th, 2012

    Please can any body help me with a copy of vce converter. the one i have can get only 5 question. email me at sniffercool@gmail.com. preparing for my ccna in sept. thanks

  45. Sniffer
    August 24th, 2012

    @ Nandie, u cant get any useful host address, the only address u can get from 192.168.1.1 whc is a network address and 255.255.255.254 the subnetmask will b a broadcast address. and the broadcast for this address will b 192.168.1.2

  46. geedub
    August 28th, 2012

    I dont understand the underlined in Q10– this is supposed to tell us the last method to powercycle? Ok — what does it mean? –system returned to rom by unknown reload cause

  47. jacsatx
    August 29th, 2012

    DID IT!!…907…thx 9tut..CCNA certified….tons of questions from this site…read from top to bottom….q4 on exam

  48. Ashok
    August 31st, 2012

    i installed VCE but it allows me to access only 5 questions.
    please help
    Thanks

  49. amila
    September 1st, 2012

    @ashoka
    it should be registered or cracked. it is not freeware.

  50. XXXXXX_XXXXXX
    September 4th, 2012

    I HOPE THAT EVERY ONE THAT HAS PASSED THEIR CCNA TEST WITH THE HELP OF 9TUT.COM DONATES AT LEAST 5 OR $10.00 THE INFO HERE IS PRICELESS!!!!!

Comment pages
Add a Comment