Hi, I use net-snmp 5.2.1 on windows platform, and follows the instructions in netsnmp help documents.
in my snmpd.conf file,following lines: # VACM configuration entries rwuser initial # lets add the new user we'll create too: rwuser myuser # USM configuration entries createUser initial MD5 12345678 DES I use user intial to create another user: in command line: $snmpusm -v3 -u initial -n "" -l authNoPriv -a MD5 -A 12345678 localhost create myuser initial User successfully created. then,I want to change the auth password for user "myuser" in command line: $ snmpusm -v 3 -u myuser -n "" -l authNoPriv -a MD5 -A 12345678 127.0.0.1 passwd 12345678 myuserpasswd no encryption type specified, which I need in order to know to change the key I got error message:no encryption type specified, which I need in order to know to change the key what is wrong here ? ------------------------------------------------- ZTE Corporation,Naning R&D Center MSN Messenger: [EMAIL PROTECTED] Tel:025-52871719 E-mail: [EMAIL PROTECTED] Alternative E-mail : [EMAIL PROTECTED] *********************************************** 信息安全声明:本邮件包含信息归ZTE所有, ZTE对该邮件拥有所有权利。请接收者注意 保密,未经发件人书面许可,不得向任何第 三方组织和个人透露本邮件所含信息的全部 或部分。以上声明仅适用于工作邮件。 Information Security Notice: The information contained in this mail is solely property of ZTE Corporation. This mail communication is confidential. Recipients named above are obligated to maintain secrecy and are not permitted to disclose the contents of this communication to others. ***********************************************
