New CCNA – SNMP Questions
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.
120 dumps to me please piccilo12@hotmail.com
Q1,Q2 …18 Dec
Q2& 3 in my exam today. Passed
plz any one can help me? urgent I needed to last update VCE EXAM player on E-mail;
eng.muhanad88@gmail.com
Hi guys,
I take CCNA in 2 weeks and I need a 200-120 Acme dump with more than 600 question and answers. The VCE player cracked does not work. Can anyone send me a PDF version of 200-120 acme dump?
About No5 Questioin: “Section 6 describes the HMAC-MD5-96 authentication protocol which is
the first authentication protocol that MUST be supported with the
User-based Security Model. Section 7 describes the HMAC-SHA-96
authentication protocol which is another authentication protocol that
SHOULD be supported with the User-based Security Model. In the
future additional or replacement authentication protocols may be
defined as new needs arise.” (https://tools.ietf.org/html/draft-ietf-snmpv3-usm-v2-05)
q6 in today’s exam
Q6 today
these questions are on the test?
Can anybody please send me the latest dumps for ccna 200-120 to jaikiran123@gmail.com.
thank you in advance
can someone please send the dumps to me ?trishla92@hotmail.com
pleaseanyone can send me the dumps nguegangpaulin@yahoo.com
can someone send me the ccna 4 WAN, LAN, Routing, IP & Protocols to me with a working player pls.
thanks in advance. fks42@hotmail.com
Can someone send me the dump at fanellrecords@gmail.com
Thanks in advance
Can someone send me the dumps to zerony@gmail.com
Please send latest dumps to patrickl12@msn.com
pls send me the latest dumps with vce….@nabaanwar7@gmail.com
in Q.6 i think inform messages are in snmpv3
SNMP provides two options to send these unsolicited messages from a managed device to the NMS. Figure 19-3 shows the
trap message. Devices send trap messages with no acknowledgment that the NMS received the message; using protocol
terminology, these messages are considered unreliable. A later version of the SNMP protocols (Version 3) supports an
alternative process with inform messages, which use an acknowledgment process, so they are called reliable.
in Q3 who send the inform messeges the agents or the managers ?
Send me dumps plz wasifmehmod12@yahoo.com
hi, please share your latest version of VCE please send to 22.imee@gmail.com thanks a lot :)
i passed 200-120. Q6 was in my exam. Please focus only 9tut. dont waste yourtime reading other site and forum.
Hi, Please send me latest dumps 200-120 at losenmess@gmail.com.
****** Passed My Exam******
i passed my exam with 965 numbers.
i bought latest pass4sure dumps
mail me if you want them to pass the exam at ourcisco@ outlook.com
Hi, The users who login here after making payment are able to view more questions?? I can see only 6 questions.
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
Why answer not “A” ??
Q6 in my exam today. Passed
I passed today 972/1000. Q6
As i m taking my exam soon, can anyone email me the latest dump for 200-120 to asemnusair89@gmail.com thanks to all
can someone please send the latest CCNA dumps to nagags_2000@yahoo.com
I passed my exam on 21/1/2015…scored 1000/1000. Thank you 9tut!!
can anyone email me the latest dump for 200-120 to kevinhch@hotmail.com please :)
***************************************************
IPrip , in order to answer to your question:
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
Why answer not “A” ??
Because Netflow cause slow network performance not high CPU
**************************************************************
http://www.ccnp2015.com/200-120-ccna-online-test-cisco-certified-network-associate-exam/
Q1 today, except there were a lot more choices. One of the other choices was AES. Can’t remember the rest. Score 958.
vickey_1@hotmail.com plz send latest CCNA dumps i have paper at 16 Feb.
I took the exam with a Lab which is not here. Is it possible the pass the exam failing 1 lab?
Thank you all.
Alberto,
I have the exam next week. What was the Lab about (the lab, that is missing here)?
Thanks.
Please send me the lastest CCNA 200-120 dump or direct me to where I can get it. Looking to take the exam soon.
gsxr0761684@yahoo.com
thanks
me too! please send me the latest CCNA 200-120 dump :)
here is my email josh_15852004@yahoo.com
Thank you so much!
passed my exam just now and I got 1000/1000. Thank you my lord and 9tut.
9tut is enough to pass the exam. one new question regarding OSPF.
OSPFV3 QUESTION – What are 2 differences when comparing OSPFV3 and OSPFV2 ?
1. OSPFv3 is advertised on per-interface basis rather than networks.
2. OSPFv3 facilitates ipv6.
ACL1, ACL2 (Mod. 3, HOST B ) and EIGRP with AS 2.
Dear
Please mail me latest dumps because my exam schedule is before 15feb
Regards
Deepak singh
Dear,
Please mail me latest dumps at deepak.scurious@gmail.com because my exam is on 15 feb
regards
deepak singh
Q1 today
New question today(at least new to me) on 7th Feb
Which security model is used by SNMPv2. Correct answer is community string based model. Don’t remember the other options
COULD ANYONE TELL ME PLEASE WHAT ARE THESE DUMPS THAT ANYONE IS LOOKING FOR?????PLEASEEEEE
@Anonymous
its the collection of questions that come on the exam, they are similar to the questions here on 9tut so dont bother looking for them
hi
Can someone send me the dumps to kt_por@hotmail.com
Can someone please email me the latest dumps samuelvarajames@gmail.comw