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?
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 is D
See:
https://www.networkstraining.com/how-to-configure-snmp-on-cisco-asa-5500-firewall/
And:
https://www.cisco.com/c/en/us/td/docs/security/asa/snmp/snmpv3_tools/snmpv3_1.html
ASA(config)# snmp-server host inside 10.255.254.1 version 3 ?
configure mode commands/options:
Current available user name(s):
ASA(config)# snmp-server host inside 10.255.254.1 version 3 andy
require "Current available user name(s):"
so D is correct
An attempt to add the SNMP server with the command on the ASA firewall:
See what the firewall expect as the input
fw(config)# snmp-server host inside 172.16.0.94 ver 3 ?
configure mode commands/options:
Current available user name(s):
snmpuser
Anser D is correct.
snmp-server enable traps
!
! …or insted select just some traps, for example:
! snmp-server enable traps envmon fan shutdown supply temperature status ospf cpu
!
snmp-server group trapgroup v3 priv
snmp-server user trapuser trapgroup v3 auth sha AuthPass priv 3des PrivPass
snmp-server host 10.1.1.161 traps version 3 priv trapuser
100% D
For community-string, when version 1 or version 2c is specified, enter the password-like community string sent with the notification operation. When version 3 is specified, enter the SNMPv3 username
https://www.cisco.com/c/en/us/td/docs/routers/ir910/software/release/1_1/configuration/guide/ir910scg/swsnmp.html
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
Correct answer is D, administrator here is equal to andy
myv3 is the snmp v3 group name. D is the correct answer
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.350-701 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Jeeves69
Highly Voted 4 years, 2 months agowillroute
Most Recent 6 months agoMarshpillowz
1 year, 1 month agoTerry0987
2 years, 5 months agohz033
3 years agorbrain
3 years, 4 months agozheka
3 years, 5 months agoSarbi
3 years, 8 months agoSarbi
3 years, 8 months agojshow
3 years, 10 months agoZoli6
3 years, 11 months agodeathfrom
3 years, 11 months agoCyberG
4 years agonemeses667
2 years, 9 months ago