nerdexam
Cisco

350-701 · Question #152

A network engineer has entered the snmp-server user andy myv3 auth sha cisco priv aes 256 cisc0380739941 command and needs to send SNMP information to a host at 10.255.254.1. Which command achieves…

The correct answer is D. snmp-server host inside 10.255.254.1 version 3 andy. Configuration Example of SNMP v3 Currently the most secure SNMP version is v3. To configure this version you need first to create an SNMP group, then an SNMP server and lastly a host (NMS) which will communicate with the firewall for management purposes. Let’s configure SNMP v3…

Submitted by javi_es· Mar 30, 2026Network Security

Question

A network engineer has entered the snmp-server user andy myv3 auth sha cisco priv aes 256 cisc0380739941 command and needs to send SNMP information to a host at 10.255.254.1. Which command achieves this goal?

Options

  • Asnmp-server host inside 10.255.254.1 snmpv3 myv3
  • Bsnmp-server host inside 10.255.254.1 snmpv3 andy
  • Csnmp-server host inside 10.255.254.1 version 3 myv3
  • Dsnmp-server host inside 10.255.254.1 version 3 andy

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    9% (2)
  • D
    83% (19)

Explanation

Configuration Example of SNMP v3 Currently the most secure SNMP version is v3. To configure this version you need first to create an SNMP group, then an SNMP server and lastly a host (NMS) which will communicate with the firewall for management purposes. Let’s configure SNMP v3 with the example below: ASA(config)# snmp-server enable ASA(config)# snmp-server group snmpgroup v3 auth <- create v3 group with authentication ASA(config)# snmp-server user administrator snmpgroup v3 auth sha strongpass <- create user “administrator” belonging to group “snmpgroup” ASA(config)#snmp-server host inside 10.1.1.1 version 3 administrator <- specify the NMS host

Topics

#Cisco SNMPv3#SNMP trap configuration#IOS command syntax

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice