Home > New CCNA – SNMP Questions

New CCNA – SNMP Questions

April 27th, 2014 Go to comments

Note: If you are not sure about SNMP, please read our SNMP tutorial.

Question 1

Which three are the components of SNMP? (Choose three)

A. MIB
B. SNMP Manager
C. SysLog Server
D. SNMP Agent

 

Answer: A B D

Explanation

SNMP is an application-layer protocol that provides a message format for communication between SNMP managers and agents. SNMP provides a standardized framework and a common language used for the monitoring and management of devices in a network.
The SNMP framework has three parts:

+ An SNMP manager
+ An SNMP agent
+ A Management Information Base (MIB)

The SNMP manager is the system used to control and monitor the activities of network hosts using SNMP. The most common managing system is called a Network Management System (NMS). The term NMS can be applied to either a dedicated device used for network management, or the applications used on such a device. A variety of network management applications are available for use with SNMP. These features range from simple command-line applications to feature-rich graphical user interfaces (such as the CiscoWorks2000 line of products).

The SNMP agent is the software component within the managed device that maintains the data for the device and reports these data, as needed, to managing systems. The agent and MIB reside on the routing device (router, access server, or switch). To enable the SNMP agent on a Cisco routing device, you must define the relationship between the manager and the agent.

The Management Information Base (MIB) is a virtual information storage area for network management information, which consists of collections of managed objects.

(Reference: http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf014.html#wp1017597)

Question 2

Which protocol can cause overload on a CPU of a managed device?

A. Netflow
B. WCCP
C. IP SLA
D. SNMP

 

Answer: D

Explanation

Sometimes, messages like this might appear in the router console:

%SNMP-3-CPUHOG: Processing [chars] of [chars]

They mean that the SNMP agent on the device has taken too much time to process a request.

You can determine the cause of high CPU use in a router by using the output of the show process cpu command.

Note: A managed device is a part of the network that requires some form of monitoring and management (routers, switches, servers, workstations, printers…).

(Reference: http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00800948e6.shtml)

Question 3

What is the alert message generated by SNMP agents called ?

A. TRAP
B. INFORM
C. GET
D. SET

 

Answer: A B

Explanation

A TRAP is a SNMP message sent from one application to another (which is typically on a remote host). Their purpose is merely to notify the other application that something has happened, has been noticed, etc. The big problem with TRAPs is that they’re unacknowledged so you don’t actually know if the remote application received your oh-so-important message to it. SNMPv2 PDUs fixed this by introducing the notion of an INFORM, which is nothing more than an acknowledged TRAP.

Question 4

Which three features are added in SNMPv3 over SNMPv2?

A. Message Integrity
B. Compression
C. Authentication
D. Encryption
E. Error Detection

 

Answer: A C D

Explanation

Cisco IOS software supports the following versions of SNMP:

+ SNMPv1 – The Simple Network Management Protocol: A Full Internet Standard, defined in RFC 1157. (RFC 1157 replaces the earlier versions that were published as RFC 1067 and RFC 1098.) Security is based on community strings.

+ SNMPv2c – The community-string based Administrative Framework for SNMPv2. SNMPv2c (the “c” stands for “community”) is an Experimental Internet Protocol defined in RFC 1901, RFC 1905, and RFC 1906. SNMPv2c is an update of the protocol operations and data types of SNMPv2p (SNMPv2 Classic), and uses the community-based security model of SNMPv1.

+ SNMPv3 – Version 3 of SNMP. SNMPv3 is an interoperable standards-based protocol defined in RFCs 2273 to 2275. SNMPv3 provides secure access to devices by a combination of authenticating and encrypting packets over the network. The security features provided in SNMPv3 are as follows:

– Message integrity: Ensuring that a packet has not been tampered with in transit.
– Authentication: Determining that the message is from a valid source.
– Encryption: Scrambling the contents of a packet prevent it from being learned by an unauthorized source.

(Reference: http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf014.html#wp1010901)

Question 5

What is SNMPv3 authentication protocol?

Answer: HMAC-MD5 or HMAC-SHA (Maybe either of them will appear in the exam)

Question 6

Which three statements about the features of SNMPv2 and SNMPv3 are true? (Choose three)

A. SNMPv3 enhanced SNMPv2 security features
B. SNMPv3 added the Inform protocol message to SNMP.
C. SNMPv2 added the Inform protocol message to SNMP.
D. SNMPv3 added the GetBulk protocol messages to SNMP.
E. SNMPv2 added the GetBulk protocol message to SNMP.
F. SNMPv2 added the GetNext protocol message to SNMP.

Answer: A C E

Explanation

SNMPv1/v2 can neither authenticate the source of a management message nor provide encryption. Without authentication, it is possible for nonauthorized users to exercise SNMP network management functions. It is also possible for nonauthorized users to eavesdrop on management information as it passes from managed systems to the management system. Because of these deficiencies, many SNMPv1/v2 implementations are limited to simply a read-only capability, reducing their utility to that of a network monitor; no network control applications can be supported. To correct the security deficiencies of SNMPv1/v2, SNMPv3 was issued as a set of Proposed Standards in January 1998. -> A is correct.

(Reference: http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_1-3/snmpv3.html)

The two additional messages are added in SNMP2 (compared to SNMPv1)

GetBulkRequest The GetBulkRequest message enables an SNMP manager to access large chunks of data. GetBulkRequest allows an agent to respond with as much information as will fit in the response PDU. Agents that cannot provide values for all variables in a list will send partial information. -> E is correct.

InformRequest The InformRequest message allows NMS stations to share trap information. (Traps are issued by SNMP agents when a device change occurs.) InformRequest messages are generally used between NMS stations, not between NMS stations and agents. -> C is correct.

Note: These two messages are carried over SNMPv3.

Comments (337) Comments
Comment pages
1 2 3 7 2101
  1. ciscoicpna19@hotmail.com Richard
    April 28th, 2014

    gracias i9tut pase con 931

  2. faisal
    April 30th, 2014

    Which is answers list 3 components of snmp?

  3. faisal
    April 30th, 2014

    Explanation

  4. Very good website
    May 1st, 2014

    Read the reference first, and we can feel ease to answer the questions. Thank you very much!

  5. Roy
    May 2nd, 2014

    Question 6

    SNMFV3 is corrrect?

  6. help
    May 4th, 2014

    Please help me out how many lab is coming ccna exam

  7. Tivoli
    May 6th, 2014

    Thanks really it works…

  8. sudhakar
    May 7th, 2014

    Dear All , Kindly share the recent ccna dump

  9. sudhakar
    May 7th, 2014

    Kindly share the recent ccna dump

  10. Anonymous
    May 7th, 2014

    @ 9tut, do avail the snmp tutorial please

  11. download
    May 8th, 2014

    get VCE Player new version just for 1$ email me if you want copy abidlatki9@gmail.com

  12. Gattu
    May 10th, 2014

    I passed my exam yesterday with good marks. I studies from the pass4sure dumps which are a 100% valid. I am willing to share them. If anyone is interested email me at gattumania@outlook.com

  13. Ionel
    May 11th, 2014

    Hy, can anyone please send me the latest dump on mail? Got the exam tomorrow, mail is ionelradu93@yahoo.com

    Thanks

  14. fortunat
    May 11th, 2014

    whats the point of question 5? no options, just a question and answer?

  15. Jamjam
    May 12th, 2014

    Hi to all! Kindly email me the latest dumps for CCNA 200-120, I plan to take CCNA exam by end of May. Email me at jamjamalaca@yahoo.com
    Thanks!

  16. Faith
    May 13th, 2014

    please, help with a link to a valid VCE player. Thank you :)

  17. Talha
    May 13th, 2014

    can any one send me the lastest dumps and VCE software at haroon.talha@gmail.com..thankul to you

  18. Emmanuel
    May 14th, 2014

    am gona have my exams soon…could anyone please send me the previous dumps,,all be grateful email me at emmankangogo2gmail.com..thanks!!

  19. RFJ
    May 15th, 2014

    @9 TUT, today i passed the 200-120.

    There is a new question about SNMPV2
    Dont remember the specifid question, but i guess that someone here commented it.

    What king of security policy is using by SNMP V2

    Correct answer “Comunity string”.
    I really sure cause I had 1000..

  20. sandya
    May 16th, 2014

    can any1 tell me where to prepare to get pass in ccna? thnks in advnce..

  21. Luke
    May 18th, 2014

    Explanation to question 3 is wrong. Inform messages were introduced with version 3 of SNMP not version 2c. Version 2c uses community strings (RO, RW) which are sent in clear text.

  22. Anonymous
    May 20th, 2014

    Today i passed the 200-120.
    i had similar question like Q5 but with diferent SNMP version, something like this:

    SNMPv2 authentication protocol?

    I response HMAC-SHA

    Thanks @9 TUT

  23. Anonymous
    May 20th, 2014

    download free dumps from

    wurl.cc/52R

  24. rxd034000
    May 22nd, 2014

    Q1 was in today exam

  25. Anonymous
    May 23rd, 2014

    hi guys, am preparing for my certification pliz frd send for me the lastest dumps.
    send in babra.adong@yahoo.com.
    thks!

  26. arappalaraju@gmail.com
    May 24th, 2014

    hiii guys,plz send me latest dumps arappalaraju@gmail.com

  27. Siva
    May 24th, 2014

    ***** Passed My Exam*******
    Hey guys i just passed my exam.thanks to 9tut and pass4sure dumps
    I have the latest dumps.mail me to get them at gattumania@outlook.com

  28. Adrian
    May 27th, 2014

    Hi, please helpme and send me last DUMPS.

    ing.mendoza@live.com.mx

    Thxs all!

  29. shishir
    May 27th, 2014

    @9tut – you are a real super hero..a real super man.

    I think i should call you AMAZING 9TUT-MAN

    Thank you so much for all your assist.
    I got 986/1000.
    All questions were from 9tut.
    There were few new questions..some one has already discussed here earlier.

    sim were ACL,ACL2(with 3rd modification and host was “B” instead of “C”.wrong IP address was configured on interface which was connected to ISP.I tried to remove that, but command “no ip address 192.168.18.2 255.255.255.0 was not working.strange !! just “NO IP ADDRESS ” resolved that problem ) & EIGRP with AS 12 and passive interface on ISP interface,main router was advertising one extra network which was not in topology.Remove that one.

    New questions were :
    authentication type of SNMPV2
    Benefit of multi-area in ospf
    Ether-channel – out put was given & que was “which configuration is required to get this out put.? you will found mode- “passive” and channel-group no. with this you can select correct option.

    DUMPS are very helpfull,please practice all dumps.ALL QUESTIONS ARE FROM THESE DUMPS
    I FOLLOWED-
    Cisco.Passguide.200-120.v2013-12-30.by.Matthew.319q.vce
    Cisco.Actualtests.200-120.CCNA.v2013-10-01.by.examtut.278q.vce
    Cisco.Actualtests.200-120.v2013-12-10.by.Watson.314q.vce
    these all are available on examcollection.com

    9tut gives a big help.practice here daily.
    All the best friends !!

  30. needDumps
    May 28th, 2014

    Hello all can any 1 send me the latest dumps king@easyInfomail.co.za. Thanks in advance

  31. jayesh
    May 29th, 2014

    can any 1 send me latest dumps and please give me the lab practical for exam

  32. jayesh
    May 29th, 2014
  33. dasv
    May 29th, 2014

    Hi everyone can anyone send me the pass4sure please…I wanna past my CCNA exam, send to my e mail dionisio03sanchez@hotmail.com…Grettings from Panama

  34. Alexander
    May 29th, 2014

    Thanks a lot 9tut. I passed yesterday 200-120.

    All questions in 9tut and the three sim EIGRP, ACL, ACL2.

    Thanks for existing 9tut.

  35. Enoch Selvam
    May 30th, 2014

    Can any one pls send me the latest DUMP to me at selcis@gmail.com ?

  36. sebastian
    May 30th, 2014

    friends someone bought the voucher for the ccna precentar who can recommend me and tell me if it is true that the discount
    which offers voucher adeel someone called me report

  37. sebastian
    June 2nd, 2014

    Hi, please helpme and send me last DUMPS

  38. Bekit
    June 7th, 2014

    Hi to all! Kindly email me the latest dumps for CCNA 200-120, I plan to take CCNA exam by end of July. Email me at aeancs14@yahoo.com
    Thanks!

  39. Bekit
    June 7th, 2014

    Hi everyone can anyone send me the pass4sure please…I wanna past my CCNA exam, send to my e mail aeancs14@yahoo.com …Grettings from Orivale

  40. kundan
    June 8th, 2014

    can 9tut share the new oue. plz…i have exam of ccna in coming days…dumps are upadte now so plz u can update that new ques…

  41. Mohamed suhaib
    June 11th, 2014

    Hi can anyone share the latest ccna dumps please, planning to give ccna exam

  42. Mohamed suhaib
    June 11th, 2014

    Hi can anyone share the latest ccna dumps please, planning to give ccna exam

    my id : suhaibss.mail@gmail.com

  43. Zara
    June 12th, 2014

    Latest dumps 200-120 available at gattumania@outlook.com

  44. Anup
    June 13th, 2014

    What is the alert message generated by SNMP agents called ?
    A. TRAP
    B. INFORM

    In this question they have not said to choose two answers..So in exam also like this only they’ll ask or what?

  45. correction
    June 14th, 2014

    if only about snmp then it is trap

  46. kelvin
    June 19th, 2014

    Passed today with 958.
    All questions from Watson 314, examtut 278, and N.S. 32 and Sims here on 9tut.
    Sims were ACL 1 ACL 2 and EIGRP (change AS number).
    Thanks 9tut.

  47. Eric
    June 20th, 2014

    I crashed the exam today at 917.

    Thank you 9tut.

    Q3 in the test today.

  48. goldstien
    June 23rd, 2014

    Please help Need dumps for the exam 200-120

    Olaf.steingass@gmail.com

  49. azad
    June 24th, 2014

    azadii2013@gmail.com

    Hi all, i’ll be grateful if you share any dump you have. thank you so much.

  50. Killer
    June 25th, 2014

    ************Passed My Exam*************
    Thank GOD.i just passed my exam with the help of this website and pass4sure dumps
    i have the latest dumps.If anybody needs it, email me at gattumania@outlook.com

Comment pages
1 2 3 7 2101
Add a Comment