Home > New CCNA – IOS Questions

New CCNA – IOS Questions

September 27th, 2013 Go to comments

Note: If you are not sure about Cisco IOS, please read our Cisco Router Boot Sequence Tutorial and Cisco Command Line Interface CLI.

Question 1

Which command encrypts all plaintext passwords?

A. Router# service password-encryption
B. Router(config)# password-encryption
C. Router(config)# service password-encryption
D. Router# password-encryption

 

Answer: C

Question 2

What can be done to secure the virtual terminal interfaces on a router? (Choose two)

A. Administratively shut down the interface.
B. Physically secure the interface.
C. Create an access list and apply it to the virtual terminal interfaces with the access-group command.
D. Configure a virtual terminal password and login process.
E. Enter an access list and apply it to the virtual terminal interfaces using the access-class command.

 

Answer: D E

Explanation

It is a waste to administratively shut down the interface. Moreover, someone can still access the virtual terminal interfaces via other interfaces -> A is not correct.

We can not physically secure a virtual interface because it is “virtual” -> B is not correct.

To apply an access list to a virtual terminal interface we must use the “access-class” command. The “access-group” command is only used to apply an access list to a physical interface -> C is not correct; E is correct.

The most simple way to secure the virtual terminal interface is to configure a username & password to prevent unauthorized login -> D is correct.

Question 3

Refer to the exhibit. Why is flash memory erased prior to upgrading the IOS image from the TFTP server?

Router# copy tftp flash
Address or name of remote host []? 192.168.2.167
Source filename []? c1600-k8sy-mz.123-16a.bin
Destination filename [c1600-k8sy-mz.123-16a.bin]?
Accessing tftp://192.168.2.167/ c1600-k8sy-mz.l23-16a.bin…
Erasing flash before copying? [confirm]
Erasing the flash filesystem will remove all files! continue? [confirm]
Erasing device
Eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee …erased
Erase of flash: complete
Loading c1600-k8sy-mz.l23-16a.bin from 192.168.2.167 (via Ethernet0):
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 6888962/13777920 bytes]

verifying checksum… OK (0x7BF3)
6888962 bytes copied in 209.920 secs (32961 bytes/sec)
Router#

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 4

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 5

What is a global command?

A. a command that is available in every release of IOS, regardless of the version or deployment status
B. a command that can be entered in any configuration mode
C. a command that is universal in application and supports all protocols
D. a command that is implemented in all foreign and domestic IOS versions
E. a command that is set once and affects the entire router

 

Answer: E

Explanation

A global command is a command in this form:

Device(config)#

This mode can affect the entire router/switch.

For more information about modes in Cisco devices, please read my Cisco Command Line Interface CLI tutorial.

Question 6

Refer to the exhibit.

line vty 0 4
password 7 030752180599
login
transport input ssh

What is the effect of the configuration that is shown?
A. It configures SSH globally for all logins.
B. It tells the router or switch to try to establish an SSh connection first and if that foils to use Telnet.
C. It configures the virtual terminal lines with the password 030752180500.
D. It configures a Cisco network device to use the SSH protocol on incoming communications via the virtual terminal ports.
E. It allows seven failed login attempts before the VTY lines are temporarily shutdown.

 

Answer: D

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 command shows your active Telnet connections?

A. show sessions
B. show cdp neighbors
C. show users
D. show queue

 

Answer: A

Question 9

Which command would you configure globally on a Cisco router that would allow you to view directly connected Cisco devices?

A. enable cdp
B. cdp enable
C. cdp run
D. run cdp

 

Answer: C

Question 10

A network administrator needs to allow only one Telnet connection to a router. For anyone viewing the confguration and issuing the show run command, the password for Telnet access should be encrypted. Which set of commands will accomplish this task?

A. service password-encryption
access-list 1 permit 192.168.1.0 0.0.0.255
line vty 0 4
login
password cisco
access-class 1

B. enable password secret
line vty 0
login
password cisco

C. service password-encryption
line vty 1
login
password cisco

D. service password-encryption
line vty 0 4
login
password cisco

 

Answer: C

Question 11

What is the effect of using the service password-encryption command?

A. Only passwords configured after the command has been entered will be encrypted.
B. Only the enable password will be encrypted.
C. Only the enable secret password will be encrypted
D. It will encrypt the secret password and remove the enable secret password from the configuration.
E. It will encrypt all current and future passwords.

 

Answer: E

Explanation

The secret password (configured by the command “enable secret “) is always encrypted even if the “service password-encryption” command is not used. Moreover, the secret password is not removed from the configuration with this command, we still see it in encrypted form in the running-config -> D is not correct.

The “enable password ” does not encrypt the password and can be viewed in clear text in the running-config. By using the “service password-encryption” command, that password is encrypted (both current and future passwords) -> A is not correct, E is correct.

Answer B – Only the enable password will be encrypted seems to be correct but it implies the secret password will not be encrypted and stay in clear text, which is not correct.

For your information, the secret password is encrypted with MD5 one-way hash algorithm which is harder to break than the encryption algorithm used by the “service password-encryption” command.

Comments (234) Comments
Comment pages
1 2 3 5 1791
  1. goodlucktoall
    September 27th, 2013

    Question 4 and Question 11 were in today’s exam.

  2. goodlucktoall
    September 27th, 2013

    Question 6 was in exam too, though my ans was incorrect, gone for option A :-(
    I was confused between virtual ports and lines….bc’z VTY is virtual terminal lines….

  3. Anonymous
    September 28th, 2013

    Do we still need 640-802 or just go for the new one only

  4. Adeel
    September 29th, 2013

    Hello Guys I hope you will be fine there.Now New CCNA (200-120) and CCNA security (640-554) Vouchers on special discount of 58% for World wide, with six months expiry date till you purchase. Each voucher cost 70USD.

    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)
    7-Date of birth
    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.

    Thanks,
    Best regards,
    Adeel

  5. etg
    October 1st, 2013

    wat is difference between the new exam and 640-802

  6. ABC
    October 3rd, 2013

    Which command shows your active Telnet connections?

    I think Answer should be sh users and not sh sessions

  7. kgotso
    October 3rd, 2013

    I agree with you show users shows active telnet connections

  8. Moatasem Salman
    October 5th, 2013

    show sessions shows your active telnet connections
    show users shows the users using telnet to connect to you

  9. mohsen
    October 6th, 2013

    answer sh session false

  10. ken
    October 7th, 2013

    bsr est ce que toutes ces questions de new ccna 200-120 sont dans la nouvelle version de ccna?

  11. Waiyan Myint Thu
    October 8th, 2013

    I will answer new exam next month, I want to know 9 tut site is enough for exam. Another has?

  12. Asif Rizwi
    October 9th, 2013

    ”show sessions” to show ur active telnet connections.

  13. jeremy
    October 10th, 2013

    can somebody plz send me the latest dump on ccna 200-120
    am avn an exam on saturday
    send to my email makarajeremiah964@gmail.com

  14. gein
    October 23rd, 2013

    LATEST FREE CCNA TRAINING VIDEOS

    youtube.com/CiscoTrainingVideos

  15. Man jay
    November 2nd, 2013

    Are you sure about the answer for question 10?why its not answer B

  16. russ
    November 5th, 2013

    @Man jay…
    B is not correct because the command “enable password secret” will literally set the password to the word “secret”.. If you want to encrypt the password it must be “enable secret PASSWORD” or use the “service password-encryption” command. That’s why C is the correct answer..

  17. satya
    November 7th, 2013

    i need more questions

  18. satya
    November 7th, 2013

    give suggestions in exam point of view

  19. hslice
    November 12th, 2013

    anyone ever inquire, purchase or use the voucher, which is listed in this post?

  20. Nava
    November 21st, 2013

    Question 8:
    show sessions : It list the active connections from your router to other devices.
    show users: It lists other users connected to your router.

    As per the question, your active telnet connection would be achieved with “show sessions”.

  21. DON
    November 22nd, 2013

    Hi Guys! How r u doing…..

  22. Karolina
    November 22nd, 2013

    can somebody plz send me the latest dump on ccna 200-120
    my e-mail kkowalska82@gmail.com

  23. koko
    November 23rd, 2013

    no update again?

  24. biacosta
    November 28th, 2013

    Just took it yesterday, I PASSED with a 920, thanks to 9tut…woooohhhooooo!!!!

  25. justice kipkirui
    December 4th, 2013

    planning to do exam this month kindly if you have helping heart sent me set of quiz that are asked current justicengeno@gmail.com thanks in advance

  26. Adnan Waheed
    December 4th, 2013

    Hello Guys, writing exam in 2 wks. any one with latest dumps can help please!!

  27. kole
    December 7th, 2013

    hello everyone. my exam is coming up this month, pls anyone with latest quiz should send to me. angel_eve@ymail.com. thanks n God bless.

  28. ubaid_swati
    December 9th, 2013

    Can anyone please give me the latest dumps for 200-120, it would be greatly appreciated

  29. ubaid_swati
    December 9th, 2013
  30. Jack
    December 11th, 2013

    Hi,

    Answer C for Q10 is wrong. In fact all answers are wrong, because none of them fulfill all requirements:)

    If we have router with default vty settings and we set:
    line vty 1
    login
    password cisco

    We won’t be able to telnet cuz vty 0 is first to use.

    Answer B would be ok but there should be “service password-encryption”.

    Correct answer would be:
    service password-encryption
    line vty 0
    login
    password cisco

  31. Miguel
    December 13th, 2013

    I’m agree with Jack

  32. Marco Mwaimu
    December 16th, 2013

    Thanx for the nice questions please im still insisting can some body here give me the new dumps,cause im about to sit for my exam please

  33. Shahroz Jabbar
    December 26th, 2013

    Hello ,
    can someone tell me what is the procedure to apply for CCNA exam. I have created account in VUE but what to do next ? and how to submit the fee ?
    plz tell me
    FB and Email add is this
    sherrithelegend@yahoo.com

  34. infidelweasel
    December 28th, 2013

    Question 10 possible type O?
    Answer C:
    line vty 1 is supposed to be line vty 0?
    Just curious. It would make much more sense and fall into line with some of the other comments.

  35. Anonymous
    January 1st, 2014

    Hi everyone
    Please ,send me latest CCNA (200-120) dumps.
    mh.abbasi@live.com

  36. Anonymous
    January 2nd, 2014

    download latest dumps from
    9
    t
    u
    t
    .
    w
    e
    b
    s
    .
    c
    o
    m

  37. help
    January 4th, 2014

    please help. This will be my second time trying to pass the exam. Please send me the latest dumps. I am desperate. My e-mail is vmarti01@grandecom.net

  38. anonymous
    January 5th, 2014

    show users shows active consoles, show sessions shows active connections. The answer is correct.

  39. Waleed_naggar
    January 5th, 2014

    Hi everyone,

    Please help ,send me CCNA (200-120) dumps.
    waleed4n@gmail.com

    Great Thanks

  40. craigs
    January 9th, 2014

    dumps please… forcraigs2@gmail.com

  41. Black rose
    January 13th, 2014

    I agree with jack about question 10

  42. Rocky
    January 15th, 2014

    Hi Jack & Black,

    you both are wrong… line vty 0 won’t allow to connect it thro’ telnet.

    checked with a real router today…

    the answer is the “line vty 1″

  43. Abdullah
    January 17th, 2014

    Hi, can anyone ps email me info on how to get the latest VCE 3.4.2 crack version or the version that can open recent dumps.
    My email address is: mehdi01912330796@gmail.com
    Thanks.

  44. Queued
    January 21st, 2014

    Please send me the latest CCNA dumps (200-120). Thank you.

    qindustriesph@gmail.com

  45. Nigel
    January 24th, 2014

    Can somebody send me latest dumps at nigel.davis234@gmail.com would be greatly appreciated.

  46. Nigel
    January 24th, 2014

    Dumps for the CCNA 200-120* exam

  47. Elias
    January 29th, 2014

    I passed mine today the only thing you need to do know the answers by heart

  48. Sabry
    January 29th, 2014

    Q8 was in today’s exam.

  49. MOHSIN
    January 30th, 2014

    hi … i am writing my ccna exam on monday please could u sent me the latest dumps that u people got… mohsinfida489@yahoo.com

  50. jerry
    January 31st, 2014

    please send ccna latest dumps @ gerardoalmira@yahoo.com

Comment pages
1 2 3 5 1791
Add a Comment