hello friends,
Greetings
i have created netsnmp v3 user as follows
[EMAIL PROTECTED] root]# /etc/init.d/snmpd stop
Shutting down snmpd:                                       [  OK  ]
[EMAIL PROTECTED] root]#  net-snmp-config --create-snmpv3-user -a "my_password"  -A MD5 -x "my_password"   -X AES myuser
adding the following line to /var/net-snmp/snmpd.conf:
   createUser myuser MD5 "my_password" AES my_password
adding the following line to /usr/share/snmp/snmpd.conf:
   rwuser myuser

then i started agent & i run this command
[EMAIL PROTECTED] bhushans]# snmpwalk -v 3 -a MD5 -A my_password -l authPriv -n "" -u myuser -x AES -X my_password  localhost                                                  
Invalid privacy protocol specified after -x flag: AES
USAGE: snmpwalk [OPTIONS] AGENT [OID]
SNMP Version 1 or 2c specific
  -c COMMUNITY          set the community string
SNMP Version 3 specific
  -a PROTOCOL           set authentication protocol (MD5|SHA)
  -A PASSPHRASE         set authentication protocol pass phrase
  -e ENGINE-ID          set security engine ID (e.g. 800000020109840301)
  -E ENGINE-ID          set context engine ID (e.g. 800000020109840301)
  -l LEVEL              set security level (noAuthNoPriv|authNoPriv|authPriv)
  -n CONTEXT            set context name (e.g. bridge1)
  -u USER-NAME          set security name (e.g. bert)
  -x PROTOCOL           set privacy protocol (DES|AES)
  -X PASSPHRASE         set privacy protocol pass phrase
  -Z BOOTS,TIME         set destination engine boots/time


 so what i have made wrong in this  i have specified proper
 protocol ie AES still it give me error.
 what may be the reason ?
 Please help me.
 Regards
 - bhushan. E . Sonawane
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to