CCNA – Cisco IOS Questions
Here you will find answers to Cisco IOS Questions
Note: If you are not sure about the boot sequence of a router/switch, please read my Cisco Router Boot Sequence Tutorial.
Question 1
How does using the service password encryption command on a router provide additional security?
A. by encrypting all passwords passing through the router
B. by encrypting passwords in the plain text configuration file
C. by requiring entry of encrypted passwords for access to the device
D. by configuring an MD5 encrypted key to be used by routing protocols to validate routing exchanges
E. by automatically suggesting encrypted passwords for use in configuring the router
Answer: B
Explanation
By using this command, all the (current and future) passwords are encrypted. This command is primarily useful for keeping unauthorized individuals from viewing your password in your configuration file.
Question 2
Refer to the diagram. What is the largest configuration file that can be stored on this router?
R# show version ROM: System Bootstrap. Version 12.3(8r)T8, RELEASE SOFTWARE (fc1) N-East uptime is 5 days, 49 minutes Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory. Configuration register Is 0×2102 R# |
A. 191K bytes
B. 16384K bytes
C. 31369K bytes
D. 114688K bytes
Answer: A
Explanation
Non-volatile RAM (NVRAM) holds the router’s startup configuration file. NVRAM contents are not lost when the router is powered down or reloaded.
Question 3
Which command shows system hardware and software version information?
A. show configuration
B. show environment
C. show inventory
D. show platform
E. show version
Answer: E
Question 4
Refer to the exhibit. If number 2 is selected from the setup script, what happens when the user runs setup from a privileged prompt?
[0] Go to the IOS command prompt without saving this config. Enter your selection [2]: |
A. Setup is additive and any changes will be added to the config script.
B. Setup effectively starts the configuration over as if the router was booted for the first time.
C. Setup will not run if an enable secret password exists on the router.
D. Setup will not run, because it is only viable when no configuration exists on the router.
Answer: A
Question 5
Which command shows your active Telnet connections?
A. show sessions
B. show cdp neighbors
C. show users
D. show queue
Answer: A
Explanation
The “show users” shows telnet/ssh connections to your router while “show sessions” shows telnet/ssh connections from your router (to other devices). The question asks about “your active Telnet connections”, meaning connections from your router so the answer should be A.
Question 6
Which command can you use to determine the cisco ios feature set on a cisco router?
A. show version
B. dir flash:include ios
C. show environment
D. show diag
E. show inventory
Answer: A
Question 7
A system administrator types the command to change the hostname of a router. Where on the Cisco IFS is that change stored?
A. NVRAM
B. RAM
C. FLASH
D. ROM
E. PCMCIA
Answer: B
Explanation
The change is only reflected in the running-config on RAM. It can be lost if we reset the router without saving it.
Note: Cisco IFS means “Cisco IOS File System”
Question 8
Before installing a new upgraded version of the IOS, what should be checked on the router, and which command should be used to gather this information? (Choose two)
A. the amount of available ROM
B. the amount of available flash and RAM memory
C. the version of the bootstrap software present on the router
D. show version
E. show processes
F. show running-config
Answer: B D
Explanation
When upgrading new version of the IOS we need to copy the IOS to the Flash so first we have to check if the Flash has enough memory or not. Also running the new IOS may require more RAM than the older one so we should check the available RAM too. We can check both with the “show version” command.
Question 9
Refer to the exhibit. A network administrator configures a new router and enters the copy startup-config running-config on the router. The network administrator powers down the router and sets it up at a remote location. When the router starts, it enter the system configuration dialog as shown. What is the cause of the problem?
— System Configuration Dialog — Would you like to terminate autoinstall? [yes]: Press RETURN to get started! |
A. The network administrator failed to save the configuration.
B. The configuration register is set to 0×2100.
C. The boot system flash command is missing from the configuration.
D. The configuration register is set to 0×2102.
E. The router is configured with the boot system startup command.
Answer: A
Explanation
The “System Configuration Dialog” appears only when no startup configuration file is found. The network administrator has made a mistake because the command “copy startup-config running-config” will copy the startup config (which is empty) over the running config (which is configured by the administrator). So everything configured was deleted.
Note: We can tell the router to ignore the start-up configuration on the next reload by setting the register to 0×2142. This will make the “System Configuration Dialog” appear at the next reload.
Question 10
Refer to the exhibit. What can be determined about the router from the console output?
1 FastEthernet/IEEE 802.3 interface(s) ———-System Configuration Dialog ———- Would you like to enter the initial configuration dialog? [yes/no]: |
A. No configuration file was found in NVRAM.
B. No configuration file was found in flash.
C. No configuration file was found in the PCMCIA card.
D. Configuration file is normal and will load in 15 seconds.
Answer: A
Explanation
When no startup configuration file is found in NVRAM, the System Configuration Dialog will appear to ask if we want to enter the initial configuration dialog or not.
Planning to take exam next week can someone kindly send the latest dumps to jfrodrin@yahoo.com
Hi Friends
I am planning to CCNA in 2 weeks time. Can you please send me latest dumps please at ahm_1_001@hotmail.com?
Thanks
n someone please send me the latest ccna dumps im taking my ccna in three weeks many thanks to : colmkilmartin.kilmartin@gmail.com
@9tut @Xallax
Re Q5, these are quotation from Todd Lammies CCNA V7 cert guide
“To see the connections made from your router to a remote device, use the show sessions command”
and..
“You can list all active consoles and VTY ports in use on your router with the show users command”
Question 5 states “Active VTY connection” and from the above quotations the sh users command is correct.
Can you please again clarify why the “sh sessions” is correct in respect to the question asked?
@alantheaussie
you’re asked for telnet connections, not open vty ports (lines). just semantics
Today wrote exam…I got Q1,4 and 5questions
@9tut @Xallax
why not show users?
Router#show users
Line User Host(s) Idle Location
* 0 con 0 idle 00:00:00
67 vty 0 idle 00:00:04 192.168.33.3
Interface User Mode Idle Peer Address
Router#show session
% No connections open
hii friendss please check out examcollection.com for letest dumps….!
My suggestion is Jericho.632q & collisio .486q these two dumps r sufficient for 640-802 exam
Thanx
@sly: The “show users” displays information about all terminal lines (console, vty…) while the “show sessions” only displays information about vty (telnet) lines.
Note: The “show sessions” shows how many Telnet connections you are making to other devices (outbound connection), not the Telnet connections to your router.
Therefore “Which command shows your active Telnet connections” should be understood as “Which command shows how many Telnet connections to other devices (from your router)”
@9tut: thank you for your explain. Last doubt. But if the question is “show session” and not “show sessions” it’s correct? idem for show “mac-address” or “show mac-address-table”? I would like understand if in cisco exams it’s valid short notation command.
@sly: Cisco seldom uses short commands in their answer. Maybe the “show mac-address” is just an exception so I believe if the answer is “show session”, it is still correct.
Hi all, I am taking CCNA 640-802 exam first time on 30/05/2012. Could anyone please send me latest dumps which are valid for UK? My e-mail address is puneet_gill84@yahoo.co.uk. Many thanks.
I am planning for CCNA 640-802 next week. Please send me the latest dumps at sujalkpatel@gmail.com. Thanks in advance.
I am planning to take the CCNA 640-802 next week, can someone send me the latest dumps at k.cheerbear85@gmail.com. Thanks in advance! =)
pls xallas, kindly help us with latest ccna dumps so we can practice hard for ccna exams coming up next month.
@alan, can u send urs to me… realitychiboy@yahoo.com
@9tut: Thanks……..for such beatiful concepts
I PASSED CCNA EXAM TODAY THANKS TO ALL MIGHTY ALLAH
960/1000
Hi… I am taking CCNA exam for first time in the month of june. please send a latest dumps to atha.awaiz52@gmail.com..
Thank you..
Why when I use VCE for the dumps, I only see 5 questions and they say you have to register or something?
To all those asking for dumps prior to taking the exam, study for it and dont cheat! you dont learn anything and employers will see straight through you!
Hey guys, i want to confirm from anyone of your here regarding the questions in Collisio;
Which command shows your active Telnet connections?
A. show sessions
B. show cdp neighbors
C. show users
D. show queue
Ans: A
Which command shows you active Telnet connections?
A. show sessions
B. show cdp neighbors
C. show users
D. show queue
Ans: C
If anyone of you have noticed the difference between the two questions, only the word “yours” and “you”. Anyone who can explain especially for those who are from US, Canada, UK or Australia…
Hi, Im Priya from Kerala(India).Im taking ccna exam on 30th June.Really im fed up.Can any one plz send me latest dumps to my email priya.ccna@yahoo.in Love you all .God Bless ..Thanks
priya
I am planning to take my CCNA in a week, would someone kindly send the latest dumps to jenniferlovesalex@gmail.com. Thanks.
good. very helpful to ccna exam.
Hi Friends
I am planning to Icnd1 &2 in 2 weeks time. Can you please send me latest dumps please at akannee@yahoo.com
Thanks
I am taking the CCNA exam in nine days, could someone please send me the latest dumps at rd476@yahoo.com
DR — Have some confidence and don’t worry about the latest dumps — study this site and use your other materials — If you have practiced and studied you should be ready
Can someone please send me exe for packet tracer 5.3 or above. or if there is a link please let me know.
bawapooja26@gmail.com
Thanks
Pooja
Hi all, I am having my CCNA (640-802) exams this week. Can anyone please send me latest dumps: allient@post.sk
Thank you ;)
I love this site
I also had problem with the “show users” and “show session” cmds, but i think it getting clearer
Planning to take the 640 802 exam next week can someone kindly send the latest dumps to tldrules@fsmail.net
I am planning to take the 640-802 exam In few weeks. Please can someone email me the lastest dumps to xtr221899@xtra.co.nz
Thanks
Hi 9tut, very helpfull website!
I’m just a bit confused though regarding Q#2.
I’ve read a book saying that you can also store config file on flash memory.
Please help me to clarify my understanding on this concept.
Thanks in advance!
I am sharif Ahmed I want to take the CCNA \CCNP Class still we are workin on TBSS in Noida plze suggest me which instute will be better for traing In Noida , pls help for Same plze send me details In my Email ID ; Sharif.s@Appnomic.com
Thank You…..
Taking my CCNA really nervous.
I am taking the exam this week. Can someone send me the latest dumps?
Outdoorrecterry@gmail.com
I will pay you by sending you a video of a baby panda sneezing and scaring its mother. I am positive nobody has ever seen it. I am also donating after I get paid this weekend.
@terry go to http://www.examcollection.com, read the comments to know the best dumps to study, I studyied Jericho, collisio and off course 9TUT! and I pass my ccna today. Ques 1 was on exam, also simulation EIRGP, VTP Acesslist2. Best wishes!!! Thanks again to 9TUT.
@Anonymous, it is normal to be nervous, I was very nrevous today when i took my ccna exam, but i passed. Praise God!!!!. For my study I read Tomm Lamme’s book book cnna 6th edition and studied the following dumps jericho, collisio at http://www.examcollection.dom and off course this site. I would recommend you practice the simulation that 9TUT has on this site as well as ALL! the questions here.Practing the simulation using packer tracer or gns3 will relieve much nervousness , because these simulation are set almost upfront before the rest of the questions in the exam. Please read the questions carefully . For the simulation question on VTP click on each question on the screen to answer each question , DO NOT CLICK NEXT UNTIL YOU HAVE ANSWERED ALL 5 QUESTIONS! once you click next you cannot go back. Also please remember to save your configuration, copy run start. Best wishes!
Im trying to download the dumps but having problems opening them
@Confused!
Which command shows your active Telnet connections?
A. show sessions
B. show cdp neighbors
C. show users
D. show queue
Ans: A
Comment: Your active Telnet connections are connections initiated by you to other devices.
Which command shows you active Telnet connections?
A. show sessions
B. show cdp neighbors
C. show users
D. show queue
Ans: C
Comment: These are Telent connections people/users are connected to your device.Active Telnet connections to your device
Thanks from 9tut really i appreciated
thanking you
Planning to take exam next month can someone kindly send the latest dumps to
Thank You,
swapnil
email : swapnilborade@yahoo.com
am planning to take my exams next month can someone kindly send me the latest brain dumps? pls send to; nsikan09@gmail.com. thanks
@Confused!
Use “disconnect” command to kill your sessions.
USe “clear” command to kill other user’s sessions.
Planning to take exam can someone send the latest dumps to “mshimaa5524@yahoo.com”
Can someone give an explanation of Q4. I don’t know if I’m reading it incorrectly, looking at it I’m seeing D as the correct answer, because this is what I do every day at work and this question seems wrong to me. Am I reading it incorrectly?
i appreciate 9tut although i have not written the exams. Pls can you send me d latest dump cos i wil b writing the exam next month by the grace of God
i appreciate 9tut although i have not written the exams. Pls can you send me d latest dump cos i wil b writing the exam next month by the grace of God