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 2 3 4 1000
  1. mano
    December 15th, 2011

    pls see Q7 answers are mentioned above A,D & F , but in explanation says the F answer is not correct, then which is the correct answer ? Kindly explain..

  2. Koffy
    December 15th, 2011

    @9tut

    Please, kindly take a second look at option F explanation. Is marked as Not Correct. Thanks.

  3. 9tut
    December 15th, 2011

    @mano, Koffy: I don’t think F is a good choice but may be it is the most reasonable choice if we have to choose 3 correct answers. Thanks for your detection, I updated it!

  4. DimS
    December 22nd, 2011

    @9tut: I think F is a good choice. show ip interface gives information for possible L1/L2 problems. (Interface is up/down/administratively down. Line protocol is up/down.)

  5. 9tut
    December 22nd, 2011

    @DimS: The question wants to ask about “LAN connectivity” which means the connectivity with other devices. The “show ip interfaces” command gives us information about the local interfaces, mostly.

  6. DimS
    December 23rd, 2011

    @9tut: May be you are right. I’m not native English speaker so i understood the questions: “There are some troubles with access to LAN. What are IOS commands may help you?” In this case “show interfaces” gives us informations about state of local interfaces on levels L1/L2. From the point of a view Cisco we have to begin troubleshooting from the lowest level OSI.

  7. Dthuti
    January 6th, 2012

    These are great questions. One has to pay close attention to every aspect… Your mind must be sharp and clear when reading all CCNA questions.

  8. aleks
    January 19th, 2012

    i dont understand the question number 1, can anyone elaborate why the answer is c: > instead of #, when the question ask indication if you are in a privileged mode.

  9. ROCK
    January 19th, 2012

    Planning to take CCNA exam last 2 months.However will take within this month.
    Please give advise and ur blessings.

  10. xallax
    January 20th, 2012

    @aleks
    the answer is E…

  11. FUTURE CCIE
    January 28th, 2012

    GOD BLESS 9tut.com

  12. Anonymous
    January 28th, 2012

    Passed ICND2 today with 944!! I had questions #2 and #10 on my test today

  13. Ranjitha
    February 2nd, 2012

    q.6 i got for today xam

  14. Rico
    February 2nd, 2012

    Hi 9tut… Hi Guys! Can you please help me… I will take exam this Feb. Please send me latest dump so that I will have an idea for the exam.. rico.blake@ymail.com

    Thanks Guys!

  15. Abhishek
    February 3rd, 2012

    q9 is not the correct way to ask the question, router will only ask to delete the running ios if there is no more space ,if there is space avaliable then it will load the 2nd ios in the flash .

  16. fatboy69
    February 4th, 2012

    I need the dump ccna640-802 taking exam in March.

    msmith6658@yahoo.com

  17. aleks
    February 7th, 2012

    thanks xallax, i misread it.. i have a pdf same question is written there.. the answer in my copy is > instead of #.. i got confuse

  18. Anonymous
    February 10th, 2012

    Taking the CCNA today… feeling a lot better after reviewing this site, thanks 9tut!!

  19. maja
    February 15th, 2012

    Q5
    Can someone please explain why can’t we choose
    “It inspects the configuration file in NVRAM for boot instructions”
    the ios is loaded based on boot system command in NVRAM
    if there’s no boot instruction you look in flash/TFTP/ROM
    Thanks

  20. fatboy69
    February 24th, 2012

    is vce a freeware and if so where can it be downloaded

  21. xallax
    February 24th, 2012

    @fatboy69
    no, it isnt

    read more here:
    http://www.certprepare.com/forum/index.php?showtopic=1664

  22. fatboy69
    February 25th, 2012

    Thanks XALLAX

  23. canand
    February 25th, 2012

    Q5 was there in today’s exam.

  24. Arpit
    February 25th, 2012
  25. @9tut
    February 25th, 2012

    where i can get vce? i install one but only five question we’re displayed.

  26. a1
    February 25th, 2012

    where i can get vce? i install one but only five question we’re displayed.

  27. xallax
    February 25th, 2012
  28. dique
    March 2nd, 2012

    can anyone plz send me the latest dumps i have my exam on March. Thankz in advance

    linocome@gmail.com

  29. Luk
    March 12th, 2012

    @a1
    Maybe you used trial vce,so it display just 5 questions.

  30. Anjoy
    March 20th, 2012

    Planning to take the exam this coming april 13, 2012… please send me your latest dumps..

    anjoy_galope@hotmail.com

  31. naz\\ping
    March 21st, 2012

    hi gyzzzzzz iiiiiiii
    !!!!!! 22/3/2012 test….

  32. RAJEN
    April 1st, 2012

    Which command will show the MAC addresses of stations connected to switch ports?
    A. show mac-address
    B. show arp
    C. show table
    D. show switchport

    plz send me correct ans???????????

  33. xallax
    April 1st, 2012

    @rajen
    B. show arp
    “show mac-address” is an incomplete command

  34. samer hijazin
    April 4th, 2012

    my score is 894 thnx God
    my mail eng_hijazin@hotmail.com
    contact me for anybody

  35. letcon
    April 6th, 2012

    hi,

    can anyone send me the latest dumps? I’ll take my CCNA exam next friday…

    thanks,

    andrew.letcon@gmail.com

  36. Afsar Iqbal.
    April 8th, 2012

    9tut.com really do good job.

  37. Anonymous
    April 18th, 2012

    @RAJEN,

    The command should be “show mac-address-table” it will display the mac address, interface and ip address.

  38. Poresh
    April 24th, 2012

    @ Samer Hijazin, Please attach current DUMP for sit the CCNA exam.

  39. mohe
    April 24th, 2012

    latest dump please alamournet@hotmail.com

  40. jopy
    April 26th, 2012

    @anonymous show mac-address-table will never show the ip address..it only shows the mac address and the corresponding port where the mac address passed through

  41. Sweet
    May 1st, 2012

    Hi,

    Good day to all.

    If you dont mind me asking favor , please help me pass the ccna exam, i will be taking this probably end of May 2012. Kindly me to my addy cisco_618@yahoo.com or sweet_babe_618@yahoo.com the latest dumps.

    Thank you and God bless you all.

    Sweet

  42. Kris
    May 3rd, 2012

    I’m taking an exam on this Saturday May 5th 2012. Could you guys please send me the latest dump to ultimatearmy@gmail.com

    Thank you!!

  43. tejusurya
    May 4th, 2012

    Hi,

    Q10, what does “last method used to power cycle a router” mean?

  44. xallax
    May 4th, 2012

    @tejusurya
    “power cycle” = reset, reboot

  45. Cezar
    May 4th, 2012

    Thank to Jehovah !

    Yesterday was my CCNA exam…and I passed with 986/1000 score. Lab’s: VTP(Four questions from this page, really the same questions); EIGRP( The same question and the passive interface in the ISP link that we don’t have to take) and the ACL 2 (this lab you should learn the subject “ACL” because the questions are variated a lot but with the same essence from lab 9tut). My personal TIP: 1º you should choose just one dump(in my case it was the Jericho 632) and repeat its untill you reaching between 900 and 1000. 2º step: You should viewing all questions from the 9tut’s link and keep doing the dump. Everyday step 1º plus 2º step. And the 3º step is select the betther dumps and select 50 questions with 30 minuts to response them. You should alternate the dumps. With 4 months you will be completely prepared. Understand the questions, you shouldn´t memorize them. Read the tutorials and the some literature. Good Luck and good preparation! Question 5 it was in my exam!

  46. janypogs
    May 8th, 2012

    Dear all,

    you may also want to check below site for some useful resources. Good luck to all of us!

    careercert.info

  47. geedub
    May 18th, 2012

    Q10 — I dont remember any mention of the last powercycle method in any of the course work or any of the practice exams

  48. puneet
    May 20th, 2012

    Hi all, I am taking CCNA 640-802 exam first time on 30/05/2012. Could anyone please send me latest dumps which are valid for UK? My e-mail address is puneet_gill84@yahoo.co.uk. Many thanks.

  49. chinedu
    May 27th, 2012

    ya … @geedub, me too. pls 9tut, can u pls explain this powercycle of a thing for us. i cant see it in any of my study materials too…. thankx

Comment pages
1 2 3 4 1000
Add a Comment