350-701 · Question #718
Refer to the exhibit. A network engineer wants to reduce the operational costs of SNMPv3 by using trapping instead of polling. Which code snippet completes the configuration to enable authentication…
The correct answer is B. snmp-server user trapuser trapgroup v3 auth sha AuthPass. Option B uses the correct Cisco IOS syntax for configuring an SNMPv3 user for trapping: 'snmp-server user <username> <group> v3 auth <algorithm> <password>'. The keyword 'v3' (not 'version 3') is the correct abbreviated form accepted in this command context, and 'auth sha…
Question
Refer to the exhibit. A network engineer wants to reduce the operational costs of SNMPv3 by using trapping instead of polling. Which code snippet completes the configuration to enable authentication for SNMPv3 trapping? A. B. C. D.
Exhibit
Options
- Asnmp-server user trapuser trapgroup version 3 auth sha AuthPass
- Bsnmp-server user trapuser trapgroup v3 auth sha AuthPass
- Csnmp-server user trapgroup v3 auth sha AuthPass
- Dsnmp-server user trapuser trapgroup version 3 AuthPass
How the community answered
(48 responses)- A8% (4)
- B73% (35)
- C15% (7)
- D4% (2)
Explanation
Option B uses the correct Cisco IOS syntax for configuring an SNMPv3 user for trapping: 'snmp-server user <username> <group> v3 auth <algorithm> <password>'. The keyword 'v3' (not 'version 3') is the correct abbreviated form accepted in this command context, and 'auth sha AuthPass' properly specifies the authentication protocol and password required for SNMPv3 authentication-level security.
Topics
Community Discussion
No community discussion yet for this question.
