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