CCNA – Cisco IOS Questions 2
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 32K bytes of non-volatile configuration memory. |
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:
- + Flash (the default location)
- + TFTP server
- + ROM (used if no other source is found)
- (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 verifying checksum… OK (0x7BF3) |
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
Can any one plz send me latest dumps to my email suse_x@hotmail.com
Thanks a lot
plz send latest dumps at sarolkar.varun@gmail.com
Can anyone plz send me the latest dumps to lancebah@yahoo.ca ?
Thanks in advance
Just cleared my exam with a perfect perfomance (1000/1000)…..GRATITUDES: First and foremost to the almighty God for everythng he has been since i started preparing for this exam abt a year ago! the Todd lamlle (6th edition), this book gave me the foundation i needed and i consider myself one of the fastest subnetting geek thanks to Todd’s chapter on subnetting…then seriously, who wud forget this guy (9tut) thanks alot man,i finished my exam 40 minutes before time thanks to the speed you gave me in simulations…examcollection, thanks alot guys i ddint see any qn that i hadnt met in the dumps before, then the CBT nuggets videos….they cleared (enhanced) all of the concepts i have learned from all of the materials i have already mentioned! thank you all so much…..i will DONATE when i get my credit card! keep the good work going 9tut
ABOUT MY EXAM:
I had total of 50 questions….
Had three simulations….ACL2, same as here at 9tut but modified as the third table of modifications above and i was dealing with host B plus different IP addresses, EIGRP almost the same as here, had to change the AS in router Home 2 from somethng 21 to 221 and add the appropriate networks also i had to delete and add some networks from router Home 1 (central router) and finaly the VTP…same as here just different question to follow the same procedures in resolving
NB: i ddnt see anythng that i had not come across before
for any other enquiries find me at ropamson@gmail.com …..best of luck for everybody working on CCNA
THANK YOU ropam for ur encouraging towards other ccna aspirants by ur positive comment
thanks for sharing ur experiance …………..ropam….
eat my shorts
got it
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
Guys i will be taking The CCNA by the and of December. Can u guys give me the tips for it !
Thank you all in advance!
Regards,
denilson@consultant.com
I’ll give CCNA exam in end of December
please contact me who recently passed CCNA exam or planning to give CCNA exam…
please tell me which dump is good and sims
or send me dumpss plz
iterrohit90@gmail.com
I will be taking ccna exam next week friday 23rd november 2012 could anyone send me the latest dumps pliz good pipo!!!! send tshons@gmx.com
plse send me the latest dumbs nd simulations to augustinepaul7361@gmail.com
I was about to register to become a premium member, only to find out that I can’t use even my credit card to pay the $9 fee because my country-Nigeria is not included. Kindly modify and include Nigeria bcos am keen on writing the ccna exam by dec.
can someone please send me the latest dumps…. dawgs….dylan_doorknob@hotmail.com
Liang Yusen think several peculiar found a couple Qi Yun explained: “Well, My spouse and i went along to find Zhang Jin just isn’t to be able to.In .
Anthony has a option http://www.crewcruisecritic.net/activity/p/215863/
“Do you probably realize him or her? The Eleventh person Jiaozhang on the?” Chen Xinlan mouth area and also overstated Zhang.
15 words http://freebrowsergamelist.com/activity/p/268715/
Chenxin Lan viewed safety, mentioned with: “the staff to find out the soccer ball!”
best mtb footwear relationresultJi agar . http://www.ethanelder.com/node/1#comment-2160
Next to the Liangyu Sen initial mentioned: “His give will not be to help harness harmed it? As well as seen who is consequently questionable harness?In
calzado mbt specially nuclear weapons along with missile http://www.rodisecurity.com/simple/product/e3500-chemilux#comment-54845
can someone pls send me latest dumps and sims ……usivakumar99@yahoo.com
I will sit for exam next week.. any update on dumps or sim…
can any explain the Q10??
@thiyagu Q10..
it means how was the router booted currently..its shows the congiuration register value at lost it means the router booted in ROM monitor mode.the reason is it skips the nvram by pass the way to ROM monitor mode. bcz they forget to save the confiuration file or Erase the stratup config
I’ll sit CCNA exam next week.
plz contact me who recently passed CCNA exam or planning to give CCNA exam…
plz tell me which dump is good and sims
or send me dumpss plz
simret30@gmail.com
Hi guys! Can someone please sent me dumps in PDF or Word format from sekhar and brah. I am failing to open them using VCE. My ccna exam is on the 11th of december. One more thing what is the difference between 640-802 with official practice exam and just 640-802? I’ve seen these 2 exams when i opened the Pearson VUE to schedule my exam and i am confused. I want to know which one to choose. brentrobertson7@gmail.com
Hey guys I also am taking CCNA this month. Would like to get the latest dumps if possible. Please email me. appreciate it. rjohn326@gmail.com
could you please send me the latest dumps please? special_k40@yahoo.com
Hi guys! Can someone please sent me dumps in PDF or Word format from sekhar and brah. I am failing to open them using VCE. One more thing what is the difference between 640-802 with official practice exam and just 640-802? I’ve seen these 2 exams when i opened the Pearson VUE to schedule my exam and i am confused. I want to know which one to choose.
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
could you please send me the latest dumps please? laus_johnit4@yahoo.com
can anyone send me latest dumps in pdf format……..
Guys can any1 send me the latest dumps,lets work together my email is renojefa@gmail.com from South Africa
Can someone send me latest dumps please? quickla2005@gmail.com
Hi guys, I will like to say thank you to the 9tut family. I passed my ccna today with 920/1000. Usual suspects for the sims are access list, eigrp, and vtp. All the sims and questions came out(50 q). Study it.
Most of all I thank Almighty God. Without Him I wouldn’t have made it.study the sims and question. They are the key.
Pls Can some one send me Prepking 680Q? to mbalumi@gmail.com thanks
Can someone please send me the latest dumps please? mgiurni@gmail.com
I’ll sit CCNA exam next week after 3 days.
plz contact me who recently passed CCNA exam or planning to give CCNA exam…
plz tell me which dump is good and sims >>>>mse_milod@yahoo.com
I will be taking ccna exam next week 28Jan could anyone send me the latest dumps please to dipvishk11@gmail.com thanks
I want to make sure you ccna exam will not come out of questions 9tut I Makrt all those questions you can enter the exam please reply to email emadahmed_emadahmed@yahoo.com
Can someone please send me the latest dumps please?
emadahmed_emadahmed@yahoo.com
Valid Que :D
Q:4
Can any one plz send me latest dumps to my email tareq.career@gmail.com
Thanks a lot
Can any one plz send me latest dumps to my email: tareq.career@gmail.com
Thanks a lot
Can i get the latest exams ? freesbe33@hotmail.com
please send me the latest dumps. robertomiranda123233@hotmail.com
Can Anyone Please send me latest dumps. dhungana_suresh@hotmail.com
I am planning to take CCNA exam (CCNA 640-802) in next 2 week. I would be very thankful if some one send me latest dumps @ anees_shakir@hotmail.com
thank you for golden sites
Can any one plz send me latest dumps to my email abdessamad.elaouni@gmail.com
Thanks a lot