Dave, I am working netsnmp-5.4. Following are commands I used for SNMPv3 configurations:
SNMPv3 user creation: snmpusm -v3 -u syrah -l authPriv -a MD5 -A syrah123 -x DES -X syrah123 localhost create wasimakram syrah3 snmpusm -v3 -u syrah2 -l authPriv -a SHA -A syrah2123 -x DES -X syrah2123 localhost -Ca passwd syrah3123 SNMPv3 view creation: snmpvacm -v3 -u syrah -l authPriv -a MD5 -A syrah123 -x DES -X syrah123 localhost createView wasimakram 1.3.6.1.4.1.2636.3.50.1 SNMPv3 Access creation: snmpvacm -v3 -u syrah -l authPriv -a MD5 -A syrah123 -x DES -X syrah123 localhost createAccess wasimakram 3 2 1 wasimakram "" "" SNMPv3 Group creation: snmpvacm -v3 -u syrah -l authPriv -a MD5 -A syrah123 -x DES -X syrah123 localhost createSec2Group 3 wasimakram wasimakram After this I queried with the following snmp query: snmpwalk -v 3 -u wasimakram -a sha -A wasimakram -x AES128 -X wasimakram -l authNoPriv 10.100.65.251 1.3.6.1.4.1.2636.3.50.1 It work's fine. But after snmpv1 trap configuration the same query is not working. Thanks Revathy.J -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Wednesday, May 06, 2009 12:54 PM To: Revathy Janarthnan Cc: [email protected] Subject: Re: Problem with snmpv3 walk 2009/5/6 Revathy Janarthnan <[email protected]>: > I created a user, view.(createUser and createView) > I associated a view with a group.(createAccess) > In turn I associated a securityname with group (createSec2Group) What are the exact commands you used to create these entries? > I reconfigured "snmpd" using "SIGHUP" signal. > I have done the same snmpv3 query as I have done in step 4. Now snmpv3 walk > is not working as the snmpv3 view, group and sec2group entries are deleted > automatically. Hmmm... that definitely sounds wrong. Which version of the software are you working with? Dave DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. ----------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ 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
