Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 603
A network engineer entered the snmp-server user asmith myv7 auth sha cisco priv aes 256 cisc0123456789 command and needs to send SNMP information to a host at 10.255.255.1. Which command achieves this goal?
Answer options
- A. snmp-server host inside 10.255.255.1 version 3 myv7
- B. snmp-server host inside 10.255.255.1 snmpv3 myv7
- C. snmp-server host inside 10.255.255.1 version 3 asmith
- D. snmp-server host inside 10.255.255.1 snmpv3 asmith
Correct answer: C
Explanation
The correct answer is C because it specifies the correct SNMP version and the user 'asmith' that was defined earlier. Options A and B incorrectly use 'myv7' which is the authentication key, not the username, while option D also uses 'asmith' but does not specify the version correctly.