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
This is for those who needs latest dumps. This dumps and 9tut, its enough for you to pass exam. just remember me in your prayers.
http://www.examcollection.com/cisco/Cisco.ActualTests.640-802.v2012-07-15.by.Sekhar.697q.vce.file.html
Could it be alright that will put thing about this in my small personal weblog if I post a reference to http://www.9tut.com ?
tnx kashif
Dear Kashif Thanx for your file…But I need registration info for this software…Can u provide me that???
Thanks for innovative questions
Gud job
thanks… :)
Good information
SPIKE ,LABS FROM 9TUT valid 100%
Good question
Can someone please email me the latest Dumps to kmyllagm@hotmail.com ?
Thank you.
before, but no blog you will not find among my esteemed pages. Testifying to the endratorixary discussion that blogs are always niewartosciowym Internet junk, on which there is no reliable knowledge, or objectivity. I’m not talking now about a specific address here, but all is talking about blogs in the form of handbooks, diaries, and information services there is always a lot of unreliable knowledge and unverified information, which translates into my long-standing aversion to these sites. However, its unwillingness to revise its humility, a few days ago I searched the Internet resources in the search for specific knowledge. A little of the case visited a few blogs, because even though the subject matter often appears in the network, but this subject rather superficially presented. Kidy came across this blog, I was more than surprised. It turned out that the issue presented here is very extensive. There is no doubt that in terms of content is the best service of its kind in the Polish network. Not only that even scientific, popular, and service breaks are not able to match this portal. So far not succeeded, and even contact the author of all the major publications. But I hope it succeeds it will write to my email and did not disappoint me, as a faithful reader of the future and will continually grow your blog. Because these sites are thin on the ground in the Polish Internet. Why did I write all this? All through my character, I do not like making mistakes, but if is to admit them. Such is the case here. Of course, one swallow does not make (they say), but on the basis of this blog I’m willing to admit that this kind of sites on the Internet can be very valuable, kind and above all interesting.
Thank you so much for providing nliiuddvais with an exceedingly unique chance to study content articles and blogs out of this website. It truly is very fairly sweet as well as filled with a lot of fun personally as well as my personal office friends to search your site at the very least 3 times every week to determine the most recent guidance you’ve gotten. Not to mention, we are at all times satisfied in regards to the mind-blowing uplifting suggestions offered through a person. Selected 2 factors in this posting tend to be certainly the simplest I have ever had.
Question 5,6 on CCNA 2nd try today
После моих экспериментов команда show kron schedule выдает мне:backup invcitae, will run again in 0 days 01:00:19 at 14:56 onBackup invcitae, will run again in 6 days 22:07:07 at 12:02 on SunBuckup1 invcitae, will run again in 6 days 22:23:15 at 12:19 on SunПодскажите пожалуйста, как мне эти расписания теперь удалить
Alex ну ты и идиот тут же все на англиском а ты со своим русским ну ты мудак
I am having trouble with this question.
Network users are complaining that they cannot access resources on the LAN attached to interface e0 ofthe Production router. Which of the following commands will display current IP addressing and the Layer 1 and Layer 2 status of this interface? (Choose three.)
A. Production# show version
B. Production# show protocols
C. Production# show interfaces
D. Production# show controllers
E. Production# show ip interface
F. Production# show startup-config
Why the answer is BDE and why not CDF ?
please reply me at afmamoon@hotmail.com
Hello Guys I hope you will be fine there. I have CCNA (640-802) Vouchers on
special discount of 58% for World wide, with six months expiry date till you
purchase. Each voucher cost 60USD.
Details Required For CCNA Voucher For Discount Processing:
1-Full Name. 1st Name & Last Name (as you want to appear on certificate & documents)
2-Country.
3-City.
4-State.
5-Pin Code (or Area Code)
6-Residential Address (or where you can collect your Certificate or further correspondence
can be received)
Add me on Skype through this information which is written below:
Skype Name: rockon660
you can also email me at this email address which is written below:
madeelqaiser@gmail.com
If you have any Questions feel free to contact me.
I am also dealing the vocuhers of Microsoft.
Thanks,
Best regards,
Adeel
I need help to open the dump spike or shekter getting only 5 trial copy pls .
Passed today 947 all sims n dumps from 9tute and examcollection. all these are 100% valid. For the guys who are still having doubts my advise is dont worry as long as you have done 9tute labs and other MCQ’s. just go and do it. in the middle of the exam my PC started to shutdown which was really weird i was disturbed and however the institute managed to arrange another PC and reset the exam from UK. Anyway bottom line is dont get distracted take a deep breath and go through it. read every question carefully as the arrangements are changed in the real exam and the ip address as well. best of luck to all of you who are taking the exam and thanks to the all mighty god above all of us. and 9tute n examcollection. CCNP here i come !!!!!!!!!!!!!!!!!!!!!
Can someone please email me the latest Dumps to cristian.romedea@gmail.com
Q5 and q6 in today exam
Could anyone can send me the latest pass4sure exam materials to aravinda2004@yahoo.com
Pliz i will sit for the exam next month, can someone send me the latest dumps on email: olesimbe@yahoo.com?
Please please please guys i am preparing for the exam next month, can someone be kind enough to send me the latest dumps on my e-mail : mastermalganis@hotmail.com
can someone please email me the latest CCNA dumps: anjoy_hstu@yahoo.com
Hello
Can some one please send me the latest Dump? dim22@hotmail.com
Thanks.
can someone please email me the latest CCNA dumps: john.iyob@yahoo.com
Anyone could send me CCNA Dumps. lsfreitas@gmail.com
how to open .vcs files….don’t we have any free software
pls i am about to write on monday can some one update me wit latest lab question found in the ccna exam.help i am on fire
pls update me wit lates dumb and be part of my success i am most greatful
please guys am going attend the exam plz forward me the latest dumb on my mal id riyaz987@gmail.com ill be thankful to you guys….
Please please please guys i am preparing for the exam next week. Can someone be kind enough to send me the latest dumps on my e-mail : vesuvi@outlook.com
We are blessed to have this site. Praise God!
in the last show version, the configuration register indicates that the router must ignore the configuration stored in NVRAM.
Today, size does matter to a woman, and if she tell you she does not mind about the size, obviously she is lying and does not want to hurt your feelings. As a man, it is crucial that you know what you are lacking in
I am studying for the CCNA. I would appreciate if someone could email me the latest dumps. Thank You. immortal96@hotmail.com
Thanks 9tut. I made it. I passed my CCNA 200-120 today. The sim is Access-list 1 , Access-list 2 & EIGRP. A lot of new questions like Netflow, Syslog, SNMP, VRRP, and GLBP.
What are dumps? I’m new to this site.
How i can use examcollection website
LATEST FREE CCNA TRAINING VIDEOS
youtube.com/CiscoTrainingVideos
download latest dumps from
9
t
u
t
.
c
o
m
x
a
.
c
o
m
Is there anyone buy the voucher from Adeel ? It is really weird that he did not reply my email. Can he be trusted ? I afraid after I sent the money he would not provide the voucher. I need ur advice. Pls email me at supportpc84@hotmail.com. Thanks.
I have some confusion about question 10. It states what command can you use to find the last method used to power cycle a router. I agree that show version is the correct command however I don’t understand why the cause of the recycle was underlined and not tftp which the line just under the cause. Can you please explain this to me?