N10-005 · Question #872
Which of the following protocols could the below packet capture be from? Port: 161 msgVersion: <masked> msgUsername: <masked> msgAuthenticationParameters: <masked> msgPrivacyParameters: <masked>…
The correct answer is A. SNMPv3. The packet capture reveals port 161 (the standard SNMP port) along with fields like msgUsername, msgAuthenticationParameters, and msgPrivacyParameters - these security fields are exclusive to SNMPv3, which introduced user-based authentication and privacy (encryption). SNMPv1…
Question
Which of the following protocols could the below packet capture be from? Port: 161 msgVersion: <masked> msgUsername: <masked> msgAuthenticationParameters: <masked> msgPrivacyParameters: <masked> msgData:
data: get-request request-iD. <masked> error-status: noError (0) error-index: 0 variable-bindings: 0 items
Options
- ASNMPv3
- BSSH
- CHTTP
- DSNMPv1
How the community answered
(41 responses)- A71% (29)
- B7% (3)
- C20% (8)
- D2% (1)
Explanation
The packet capture reveals port 161 (the standard SNMP port) along with fields like msgUsername, msgAuthenticationParameters, and msgPrivacyParameters - these security fields are exclusive to SNMPv3, which introduced user-based authentication and privacy (encryption). SNMPv1 uses port 161 but has no authentication or privacy fields; it uses a simple community string. SSH uses port 22 and HTTP uses port 80/443, and neither uses SNMP message structures.
Topics
Community Discussion
No community discussion yet for this question.