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 2 3 4 1006
  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…….

  30. Arpit
    February 25th, 2012
  31. a1
    February 25th, 2012

    @Majid, the correct answer is A

  32. homeworld
    February 28th, 2012

    @9tut,
    Q6:I guess if we have to choose two answer, the best answer have to be A and C. Through I would question the logic behind it.

    For router to boot from something like “tftp://112.16.1.129/hampton/nitro/c7200-j-mz”, it must have configuration such as “boot XXXXXX”, thus A is for sure, but for answer C, we do not know.

    for register 0×2102, router will check the start-config for boot command first, in case A is right, that means router will boot according to the configured “boot” commands, it is not necessary have to check flash first, unless we also have multi boot commands point to flash too. that means answer C is really irreverent.

    I am not sure I should hate those Cisco guy or love them, they are lazy enough to leave those ridiculous test question for years to confuse us, but other way, if they are not so lazy, we would not have this nice dump would we! :>)

  33. dique
    March 2nd, 2012

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

    linocome@gmail.com

  34. salman
    March 6th, 2012

    any one who have the pass4sure latest dump kindly share it or send to this email
    salman.stm@gmail.com

  35. Anonymous
    March 11th, 2012

    My exam is due soon but i am still finding it a little difficult to analyze outputs of ‘show commands’ is there any help here????

  36. snipy
    March 14th, 2012

    @Majid
    the correct answer is B,
    there is no command like show mac-address, the correct command is sh mac-address-table that will give the same results of sh arp

  37. bunty
    March 17th, 2012

    @Majid, @snipy
    I guess it may be a tricky question, cant say option A is correct or not, but just look at output below i posted
    output from router: 3560

    INE-SW1#show mac?
    mac

    INE-SW1#show mac ?
    access-group MAC access-group
    address-table MAC forwarding table

    INE-SW1#show mac ad
    INE-SW1#show mac address-table ?
    address Address to lookup in the table
    aging-time MAC address table aging parameters
    count Number of MAC addresses in the table
    dynamic List dynamic MAC addresses
    interface List MAC adresses on a specific interface
    learning Display learning on VLAN or interface
    ————Output Ommitted——————
    Now Can anyone tell me does show mac address & show mac address-table has a similar meaning.

  38. buddha173
    March 28th, 2012

    can someone send latest dumps exam in aprl buddha_173@hotmail.com

  39. saieed
    April 5th, 2012

    dear majid & snipy & bunty & other guys

    the show arp command display mapping between ip address and mac address , so on a switch with default configuration it does not show any thing because switch is a layer 2 device and it does not understand ip address !!!. be sure that the answer is show mac-address . yes i now it is not full command but it is the best answer . guys please notice that the show arp command and the show mac-address-table is not same . the show mac-address-table will show you the MAC Address that learned from an interface and from a particular VLAN and the output is same on both ROUTER and SWITCH . question wanted the mac address of station connected to the switchport . please test it .
    but the question is , what is the output of show arp on a switch ? the answer is on a switch with default configuration NOTHING !!! but if you create a vlan interface something like this :
    R1(config)# int vlan 1
    R1(config-int)# ip add 192.168.0.1 255.255.255.0
    R1(config)# no shut
    Now the show arp command will show you mapping between switch vlan interface mac address and its ip address !!!. please test it too

  40. saieed
    April 5th, 2012

    guys i had a little problem on configuration above it is a switch not a router i mean it should be something like this :
    SW1(config)# int vlan 1
    SW1(config-int)# ip add 192.168.0.1 255.255.255.0
    SW1(config)# no shut

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

  42. geedub
    April 17th, 2012

    q6 is hard!!! There are two possibilities to load from tftp for this question

  43. mohe
    April 24th, 2012

    need latest dump alamournet@hotmail.com

  44. miribeni
    April 25th, 2012

    Please i need the latest dumps, my exam next mounth.
    Thanks,
    benimiri2012@gmail.com

  45. ellito
    April 27th, 2012

    Please, can you send me the latest dumps, I am having the exam soon. ruseva.e@gmail.com
    Thanks

  46. Haydar
    April 29th, 2012

    need latest dump please :

    hamasaeedhaydar@gmail.com

  47. christy
    April 29th, 2012

    Could I too have the latest dump, pls. writing icnd2 on Friday… crispy33@hotmail.com

  48. Jacopo
    May 2nd, 2012

    Hi to all,
    to everyone that asking for latest dump … what are dumps first ?? :)
    Do you really get the dumps trough email? … May be easy having this latest dumps in a download area so anyone will be able to get those? Am I in wrong?

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

  50. Jade
    May 3rd, 2012

    Hi everyone…

    Can anyone send me the latest dump for ccna…
    Please send to jade13_raguindin@yahoo.com

    Thank you!!!

Comment pages
1 2 3 4 1006
Add a Comment