Home > CCNA – Cisco IOS Questions 3

CCNA – Cisco IOS Questions 3

November 5th, 2011 Go to comments

Here you will find answers to Cisco IOS Questions – Part 3

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

Question 1

Refer to the exhibit. A router boots to the prompt shown in the exhibit. What does this signify, and how should the network administrator respond?

rommon 1>

A. This prompt signifies that the configuration file was not found in NVRAM. The network administrator should follow the prompts to enter a basic configuration.
B. The prompt signifies that the configuration file was not found in flash memory. The network administrator should use TFTP to transfer a configuration file to the router.
C. The prompt signifies that the IOS image in flash memory is invalid or corrupted. The network administrator should use TFTP to transfer an IOS image to the router.
D. The prompt signifies that the router could not authenticate the user. The network administrator should modify the IOS image and reboot the router.

 

Answer: C

Explanation

If a Cisco router boots in ROMmon mode, it means:

+ The value of the configuration register is set to XXX0 (the boot field – fourth bit – is 0)
+ The router is unable to locate a valid Cisco IOS software image (you can use the “dir flash:” command in ROMmon mode to look for the IOS in the Flash then try to boot that flash with the “boot flash:” command).

If the IOS image is invalid or corrupted, the fastest way to re-install a new Cisco IOS software image on the router is to copy a new one from TFTP (with “tftpdnld” command).

Question 2

What should be done prior to backing up an IOS image to a TFTP server? (Choose three)

A. Make sure that the server can be reached across the network.
B. Check that authentication for TFTP access to the server is set.
C. Assure that the network server has adequate space for the IOS image.
D. Verify file naming and path requirements.
E. Make sure that the server can store binary files.
F. Adjust the TCP window size to speed up the transfer.

 

Answer: A C D

Question 3

Which two privileged mode cisco ios commands can be used to determine a cisco router chassis serial number? (choose two)

A. show inventory
B. show flash filesys
C. dir flash:|include chassis
D. show diag
E. show controllers

 

Answer: A D

Question 4

Which command helps a network administrator to manage memory by displaying flash memory and NVRAM utilization?

A. show secure
B. show file systems
C. show flash
D. show version

 

Answer: B

Question 5

A network administrator changes the configuration register to 0×2142 and reboots the router. What are two results of making this change? (Choose two)

A. The IOS image will be ignored.
B. The router will prompt to enter initial configuration mode.
C. The router will boot to ROM.
D. Any configuration entries in NVRAM will be ignored.
E. The configuration in flash memory will be booted.

 

Answer: B D

Explanation

The router bypasses the startup configuration stored in NVRAM during its boot sequence so the router will enter initial configuration mode. This feature is normally used during a password recovery procedure.

Question 6

Refer to the exhibit. For what two reasons has the router loaded its IOS image from the location that is shown? (Choose two)

Router1> show version
Cisco Internetwork Operating System Software
IOS ™ 7200 Software (C7200-J-M), Experimental Version 11.3tl997091S:1647S2)
[hampton-nitro-baseline 249]
Copyright (c) 1986-1997 by cisco Systems, Inc.
Compiled Wed 08-0ct-97 06:39 by hampton
Image text-base: 0×60008900, data-base: 0x60B98000

ROM: System Bootstrap, Version 11.1(11855) [beta 2], INTERIM SOFTWARE
BOOTPLASH: 7200 Software (C7200-BOOT-M), Version 11.1(472), RELEASE SOFTWARE (fcl)

Router1 uptime is 23 hours, 33 minutes
System restarted by abort at PC 0x6022322C at 10:50:SS PDT Tue Oct 21 1997
System image file is “tftp://112.16.1.129/hampton/nitro/c7200-j-mz”

cisco 7206 (NPE150) processor with 57344K/8192K bytes of memory.

 

Configuration register is 0×2102

A. Router1 has specific boot system command that instruct it to load IOS from TFTP server.
B. Router1 is acting as a TFTP server for other routers.
C. Router1 cannot locate a valid IOS image in flash memory.
D. Router1 defaulted to ROMMON mode and loaded the IOS image from a TFTP sewer.
E. Cisco routers will first attempt to load a image from TFTP for management purposes.

 

Answer: A C

Explanation

When powered on, the router first checks its hardware via Power-On Self Test (POST). Then it checks the configuration register to identify where to load the IOS image from. In the output above we learn that the Configuration register value is 0×2102 so the router will try to boot the system image from Flash memory first.

But we also see a line “System image file is “tftp://112.16.1.129/hampton/nitro/c7200-j-mz”. Please notice that this line tells us the image file that the device last started. In this case it is from a TFTP server. Therefore we can deduce that the router could not load the IOS image from the flash and the IOS image has been loaded from TFTP server.

Note:

If the startup-config file is missing or does not specify a location, it will check the following locations for the IOS image:

+ Flash (the default location)
+ TFTP server
+ ROM (used if no other source is found)

Question 7

Which Cisco IOS command can help to determine the timing of various debug events, relative to each other, when you are debugging a complicated router issue?

A. service timestamps log datetime msec
B. clock calendar-valid
C. show clock detail
D. service timestamps debug datetime msec

 

Answer: D

Explanation

The service timestamps command is used to configure the system to apply a time stamp to debugging messages or system logging messages. If the service timestamps command is specified with no arguments or keywords, the default is service timestamps debug uptime.

The “service timestamps debug datetime msec” command tells the device to indicate time-stamping for system logging messages in the format of MMM DD HH:MM:SS.mmm (Month, date, hour, minute, second, millisecond corresponding). For example: Sep 1 06:45:26.523.

Note: Answer A “service timestamps log datetime msec” is used for logging messages, not debugging messages.

(Reference: http://www.cisco.com/en/US/docs/ios/fundamentals/command/reference/cf_r1.html#wp1030116)

Comments (178) Comments
Comment pages
  1. nerry
    October 21st, 2012

    Question 2

    What should be done prior to backing up an IOS image to a TFTP server? (Choose three)

    A. Make sure that the server can be reached across the network.
    B. Check that authentication for TFTP access to the server is set.
    C. Assure that the network server has adequate space for the IOS image.
    D. Verify file naming and path requirements.
    E. Make sure that the server can store binary files.
    F. Adjust the TCP window size to speed up the transfer.

    Why is option B wrong pls advice!

  2. pol
    October 23rd, 2012

    because Tftp not uses authentication for work.

  3. 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

  4. Terence
    October 26th, 2012

    If the Flash memory of a Cisco router becomes corrupted, the router can boot from which of the following components?

  5. Pavan
    November 4th, 2012

    Question 6:

    Why the choice A is correct and what are the commands that instruct the Router to load IOS from TFTP server?

  6. Jay4
    November 4th, 2012

    I passed the CCNA exam today ! Thank Lord and thank 9tut for the tutorials and eveybody for you invaluable comments and suggestions =)

  7. Jorge
    November 10th, 2012

    Hi Nerry,

    TFTP does not require user nor password.

    FTP uses user and password since it is more secure than tftp.

    That´s the reason.

    Jorge

  8. tshons
    November 14th, 2012

    could anyone who passed the exam recently send me the latest dumps and some exam tips at tshons@gmx.com

  9. Azz
    November 22nd, 2012

    9tut simply rocks…….

  10. Vinay
    November 24th, 2012

    Hi, I will be giving my ccna exam in the month of december.Can you guys pls mail me the latest dumps. My mail id is vinay8887@gmail.com.Thanks in advance

  11. jek
    November 27th, 2012

    Hi, i will take the ccna exam on the next month. Please email to me the latest dumps. my email add:jekstore@gmail.com. Thank you.

  12. erikson team
    December 4th, 2012

    please can you send the latest dump for me please?
    jadranka.loncar@erikson.com

  13. sam
    December 9th, 2012

    i am a bit confused. answers say load from flash if that does not work tftp or rom but notes say its loaded from nvram. what is the right one? pls advise

  14. 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

  15. Keith a
    December 14th, 2012

    Please send me the latest dump to keitha999@yahoo.com….appreciate it…

  16. heba
    December 14th, 2012

    please can you send the latest dump for me please?
    hebaothman50@live.com

  17. mohan
    December 18th, 2012

    need more …. for practice and learning

  18. Pijush
    December 30th, 2012

    Question 3
    answer should be:
    E. show controllers

    not A or D
    I’m using packet tracer , i didn’t find such Commands (A and D). Though “E show controllers” working!

  19. Cham
    January 7th, 2013

    can anyone explain me question 3 please packet tracer not supports for mentioned answers .

  20. qais
    January 7th, 2013

    Please send me the latest dump to qaisersimple72@gmail.com….appreciate it…

  21. Marco
    January 11th, 2013

    Could someone please send me the latest dump to mgiurni@gmail.com? Thank you in advance.

  22. Nay Linn
    January 12th, 2013

    Could anybody send the latest dumps to me please? i will take the exam the next week naylinnisme@gmail.com . Thanks..

  23. bejjo
    January 14th, 2013

    Hi, please somebody send me the latest DUMPS, taking test next week
    tbabiker2005@yhaoo.com
    Thanks

  24. nadee
    January 21st, 2013

    Could anybody send the latest dumps to me please? i will take the exam the next week hasindugihan@yahoo.com thanks….

  25. nadee
    January 21st, 2013

    Could anybody send the latest dumps to me please? i will take the exam the next week hasindugihan555@yahoo.com thanks…

  26. roblu
    January 24th, 2013

    yes for a price, the only reply I received was somebody wanting 9.95 for latest

  27. Rooki3
    January 31st, 2013

    Valid Que :D

    Q:6

  28. Emma
    February 1st, 2013

    Please can anyone send me the lastest dump at emmanwala@yahoo.com thanks.

  29. Anonymous
    February 3rd, 2013

    very good

  30. Search
    February 19th, 2013

    could anyone who passed the exam recently send me the latest dumps and some exam tips at abdessamad.elaouni@gmail.com

  31. Anonymous
    February 20th, 2013

    PLease i beg you to send dumps to ajaytheetharappan@live.com

  32. kashif
    February 21st, 2013

    This is for those who need latest dumps. This dumps and 9tut, its enough for you to pass exam. just remember me in your prayers. Best of luck…..
    http://www.examcollection.com/cisco/Cisco.ActualTests.640-802.v2012-07-15.by.Sekhar.697q.vce.file.html

  33. nk
    February 26th, 2013

    Question #3: I do not see any commands like Show inventory and show diag.. are these the right answers??

  34. vsha
    March 7th, 2013

    Wt is the function of Chassis Serial Number ?

  35. Seb
    March 13th, 2013

    thank you 9tut ! Lots of questions on the exam ! thanks a lot for the SIM !!!!

    Score : 907
    To pass: 825

  36. LATEST DUMPS
    March 19th, 2013

    IF u Need the Latest dumps ..mail me here

    dushto-ami@msn.com

  37. Wolijam
    March 19th, 2013

    Can someone please email me the latest Dumps to kmyllagm@hotmail.com ?
    Thank you.

  38. Anonymous
    March 27th, 2013

    i am going to write ccna exam.kindly suggest me any advise

  39. Anonymous
    March 27th, 2013

    for theory questions whether 9tut is enough for exam ah ?

  40. mazhar hussain
    April 3rd, 2013

    please some one send me licenced version of visual_certexam_suite_setup .i m thank full 2 u.my mailing add: its_md.5277@yahoo.com.

  41. Anonymous
    April 11th, 2013

    hi you guy,i have download the dump but only 5 questions,can some explain why and how i get all questions

  42. Anonymous
    April 14th, 2013

    Q4 was in 4/12 exam

  43. chocolat02
    April 21st, 2013

    if anybody have the lastest dump please send me its urgent akimchocolat@yahoo.fr

  44. moneim
    April 26th, 2013

    in question 5 the config register last value is 2 so router will go to nvram to look boot config
    fill as in the tutorial the default value of Configuration Register is 2102, in hexadecimal), the router first looks for “boot system” commands in startup-config file. If it finds these commands
    so why the answer D is right

  45. romedea
    April 28th, 2013

    Can someone please email me the latest Dumps to cristian.romedea@gmail.com

  46. CM
    April 29th, 2013

    Latest dumps please. Planning to write CCNA very shorty
    cmodiprofessional@gmail.com

  47. Anisetti.sureshbabu
    April 30th, 2013

    hi all,

    To the bellow question given answer is sh diag, sh inventory. But in cisco packet tracer those commands are no displaying.

    can any one help me?

    Which two privileged mode cisco ios commands can be used to determine a cisco router chassis serial number? (choose two)

  48. aravinda
    May 9th, 2013

    Could anyone can send me the latest pass4sure exam materials to aravinda2004@yahoo.com

  49. Josh
    May 17th, 2013

    Q3 is correct, Show diag and show inventory shows hardware information, There are organizations where expire contracts makes a device EOL, switches like 450x and 690x have Chassis, Supervisor cards or line cards that can become EOL… In design you have you check this with those command.

  50. Josh
    May 17th, 2013

    For question 5, I work as a network Designer for CITIBank, and I can tell you that this is correct. This type of register config is used to recover passwords.

Comment pages
Add a Comment