Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 28
A network engineer has entered the snmp-server user andy myv3 auth sha cisco priv aes 256 cisc0383320506 command and needs to send SNMP information to a host at 10.255.254.1. Which command achieves this goal?
Answer options
- A. snmp-server host inside 10.255.254.1 snmpv3 andy
- B. snmp-server host inside 10.255.254.1 version 3 myv3
- C. snmp-server host inside 10.255.254.1 snmpv3 myv3
- D. snmp-server host inside 10.255.254.1 version 3 andy
Correct answer: D
Explanation
The correct command is D because it specifies the SNMP version 3 and uses the correct username 'andy' that was configured earlier. Options A and C incorrectly reference 'snmpv3' instead of 'version 3', and option B uses the wrong username 'myv3' instead of 'andy'.