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:<IOS image>” 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.

<output omitted>

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)

Comments (29) Comments
  1. Jamalos
    December 18th, 2011

    Q6 :

    As you explain the register value is 0×2102 so the router must load IOS from flash and not from TFTP so the answer A is wrong, Am I wrong ?

  2. Anonymous
    December 19th, 2011

    @Jamalos

    0×2101 means to load 1st IOS file in flash.
    0×2102 means to check startup config for boot commands, if none load 1st file in flash.
    So the 2 answers are correct:-
    1. Boot from flash but no IOS found so the router booted from TFTP, answer C.
    2. Boot commands in startup file instuct router to boot straight from TFTP, answer A.

    Hope that helps.

  3. Steven
    December 21st, 2011

    Would it be possible for there to be an explanation to question 3? A screenshot of the show commands and maybe a description of what a “cisco router chassis” is. I have no clue haha.

  4. tohritz
    January 8th, 2012

    Q6:
    A. Router1 has specific boot system command that instruct it to load IOS from TFTP server.
    How do you execute this command? or where and how do you configure the bootstrap to run IOS from tftp?

  5. 9tut
    January 8th, 2012

    @tohritz: Here is an example of configuring the bootstrap to run IOS from tftp:
    Router(config)#boot system tftp://10.16.130.182/c2800nm-advipservicesk9-mz.124-15.T8.bin

    Next time you reboot your router it will look for IOS in the TFTP first.

  6. Sunil
    January 17th, 2012

    Q3: THE ANSWERS DONT SEEM RIGHT since they dont work on a router.

  7. Vandesh
    January 18th, 2012

    Q Which Cisco IOS diagnostics command can disrupt the operation of a router under high load
    conditions?
    A. debug all
    B. show running-config
    C. show processes cpu
    D. logging host ip address

    correct option A or B

    What is correct answer and why ? Can anybody please help me

  8. Vandesh
    January 18th, 2012

    Q Which Cisco IOS diagnostics command can disrupt the operation of a router under high load
    conditions?
    A. debug all
    B. show running-config
    C. show processes cpu
    D. logging host ip address

    I think Correct option A or C but i am not sure please guys help me

  9. Sreya
    January 19th, 2012

    Q Which Cisco IOS diagnostics command can disrupt the operation of a router under high load
    conditions?
    A. debug all
    B. show running-config
    C. show processes cpu
    D. logging host ip address

    The Answer to this question is Option A . As when you run Debug all command there will be additional load to the router which will increase the CPU utilization and in turn will disrupt the functionality.
    Option C will not be the correct answer as it is a command which shows the CPU utilization of the router without putting any additional load on it.

  10. Vandesh
    January 19th, 2012

    Thank you Sreya for your reply.

  11. Ranjitha
    February 2nd, 2012

    q.4 i got for today xam

  12. 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!

  13. uday
    February 4th, 2012

    @Ranjitha
    did u clear ur exam………………. this time.

  14. uday
    February 4th, 2012

    Q3)
    The commands mentioned in the answer sh inventory and sh diag does’nt work. what is the meaning of chassis serial number. can anyone please help me regarding this………….

  15. Arpit
    February 5th, 2012

    @9tut:
    I am not agree with the Answer You have given for Q. 3. There is no such commands like show inventory or show diag. only the valid command from the given Answer is Show Controllers. Kindly help us to clear the same.

  16. xallax
    February 5th, 2012

    @arpit
    packettracer does not have all the commands available on real devices.
    please trust 9tut on this and accept the answer: “show diag” and “show inventory” :)

  17. prabhu
    February 6th, 2012

    @arpit
    the commands exist
    type the commands in GOOGLE you will find out their function

  18. aleks
    February 7th, 2012

    update us guys, when you already take an exam this year..

  19. M2h
    February 9th, 2012

    Q4 is it the right answer ???
    I m trying at packet tracer to find this command , doesent exist

  20. M2h
    February 9th, 2012

    same prob as @arpit

  21. Anonymous
    February 10th, 2012

    Packet tracer is limited in its functions… try the functions(show diag, show inventory) on GNS3 or an actual router and they will work

  22. Anonymous
    February 14th, 2012

    The command sh diag and sh inventory works..i used it with 1841s as the least while looking at chassis…trust 9tut on this

    Oh i hope i pass the ccna…

  23. Arpit
    February 14th, 2012

    @9tut: Soory i have mistaken…
    @Xallax: Thanks Buddy..!!

  24. Majid
    February 15th, 2012

    which command will show the mac addresses of the station connected to stations connectec to swithc ports?

    A. Show Mac-address
    B. Show arp
    C. Show table
    D. Show switch port.

    The correct answer in the dumps is option A. Is it because the “show mac-address” is short for the command “show mac-address-table” ? waitinfg for the response from you guys specially 9tut and Xallas.

  25. tony Mares
    February 16th, 2012

    Show inventory and show diag the commands exist, those Functions commands you can use on the GNS sofware!

  26. BEBOXIII
    February 17th, 2012

    @ Majid

    answer is B

  27. Vaibhav078
    February 18th, 2012

    @9TUT

    If configuration register (0×2102,0×2142 etc) is saved in NVRAM,
    How ROM (bootstrap program) will locate the IOS file BEFORE loading startup configuration?

  28. Anonymous
    February 18th, 2012

    hey ,
    cn any one send me dumps and nuggets if they have sushantarora1990@gmail.com

    regards
    sushantarora

  29. kamlesh
    February 20th, 2012

    For Q3 sh diag command is right, its work on CISCO IOS 12.2 and later…….

Add a Comment