200-101 · Question #104
What authentication type is used by SNMPv2?
The correct answer is D. community strings. SNMPv1 and SNMPv2 (both v2c and v2) use community strings as their only form of authentication. A community string acts like a shared password transmitted in plaintext within SNMP messages. Because community strings are sent unencrypted over the network, they are easily intercept
Question
Options
- AHMAC-MD5
- BHMAC-SHA
- CCBC-DES
- Dcommunity strings
How the community answered
(47 responses)- A2% (1)
- B6% (3)
- C2% (1)
- D89% (42)
Explanation
SNMPv1 and SNMPv2 (both v2c and v2) use community strings as their only form of authentication. A community string acts like a shared password transmitted in plaintext within SNMP messages. Because community strings are sent unencrypted over the network, they are easily intercepted, which is a well-known security weakness of SNMPv1/v2. HMAC-MD5 (A) and HMAC-SHA (B) are cryptographic authentication methods introduced in SNMPv3. CBC-DES (C) is an encryption algorithm also used in SNMPv3. None of these cryptographic mechanisms are available in SNMPv2.
Topics
Community Discussion
No community discussion yet for this question.