ネットワークエンジニアがsnmp-serveruser andy myv3 auth sha cisco priv aes 256 cisc0380739941コマンドを入力し、SNMP情報を10.255.254.1のホストに送信する必要があります。どのコマンドがこの目標を達成しますか?
正解:A
ExplanationThe command "snmp-server user user-name group-name [remote ip-address [udp-port port]] {v1 | v2c | v3 [encrypted] [auth {md5 | sha} auth-password]} [access access-list]" adds a new user (in this case "andy") to an SNMPv3 group (in this case group name "myv3") and configures a password for the user.In the "snmp-server host" command, we need to:+ Specify the SNMP version with key word "version {1 | 2 | 3}"+ Specify the username ("andy"), not group name ("myv3").Note: In "snmp-server host inside ..." command, "inside" is the interface name of the ASA interface through which the NMS (located at 10.255.254.1) can be reached.