350-501 · Question #451
The networking team must create a golden configuration to monitor and discover network devices, and also support the capability to configure network devices in the future. Not all devices on the netwo
The correct answer is B. snmp-server user Cisco group v3 auth sha Cisco123 priv aes 256 Cisco1234 D. snmp-server group group v3 priv read view. To enable SNMPv3 on network devices and meet the requirements of secure communication, these commands provide authentication and encryption as follows: snmp-server user Cisco group v3 auth sha Cisco123 priv aes 256 Cisco1234 This creates an SNMPv3 user named Cisco within the grou
Question
The networking team must create a golden configuration to monitor and discover network devices, and also support the capability to configure network devices in the future. Not all devices on the network are capable of gRPC or REST-API calls. The solution should use a username and password, and data in transit should be highly secured. The modem NMS system has been configured with IP address 172.14.15.1, and the snmp-server view view iso included command has already been added to the template. Which two commands should the team add to the configuration template to enable SNMPv3 on network devices? (Choose two.)
Options
- Asnmp-server group group v3 authnopriv ro
- Bsnmp-server user Cisco group v3 auth sha Cisco123 priv aes 256 Cisco1234
- Csnmp-server user Cisco group v3 auth she-aes Cisco123 authnopriv aes 128 Cisco1234
- Dsnmp-server group group v3 priv read view
- Esnmp-server user Cisco group v3 auth md5 Cisco123 authpriw aes 192 Cisco1234
How the community answered
(48 responses)- A4% (2)
- B73% (35)
- C15% (7)
- E8% (4)
Explanation
To enable SNMPv3 on network devices and meet the requirements of secure communication, these commands provide authentication and encryption as follows: snmp-server user Cisco group v3 auth sha Cisco123 priv aes 256 Cisco1234 This creates an SNMPv3 user named Cisco within the group group using SHA for authentication (auth sha Cisco123) and AES 256 for encryption (priv aes 256 Cisco1234), ensuring both authentication and privacy (encryption) are implemented. snmp-server group group v3 priv read view This creates an SNMPv3 group named group with the priv security level, which enables both authentication and encryption. The read view specifies which SNMP MIB objects the group can
Topics
Community Discussion
No community discussion yet for this question.