Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Users can configure authentication-mode for a group. If authentication-mode is configured, authentication-key also needs to follow up.
Command Syntax
set protocols snmp v3 usm-user <text> authentication-mode <authentication-mode >
delete protocols snmp v3 group <text> security-level
Parameter
•<text> the name of the user
•<authentication-mode > authentication-mode for the user
• md5
• none
• sha
Example
•This example configures md5 for user1
admin@XorPlus# set protocols snmp v3 usm-user user1 authentication-mode md5 admin@XorPlus# commit