I actually just found the problem: I set up by mistake a context name into my
MIB browser. Removing that fixed the problem.
Thanks
--- On Mon, 5/23/11, Wes Hardaker wrote:
> From: Wes Hardaker
> Subject: Re: SNMPv3 on embedded system
> To: "Adrian Bica"
&
> On Thu, 19 May 2011 12:49:43 -0700 (PDT), Adrian Bica
> said:
AB> rwuser user1
The default access granted by rwuser is 'authNoPriv'. You need to
change that to:
rwuser user1 noauth
if you are using it without authentication/privacy as you indicated.
--
Wes Hardaker
Cobham Analytic
?
--- On Thu, 5/19/11, Ron Rader wrote:
> From: Ron Rader
> Subject: RE: SNMPv3 on embedded system
> To: "Adrian Bica" , net-snmp-users@lists.sourceforge.net
> Date: Thursday, May 19, 2011, 5:20 PM
> > From: Adrian Bica [mailto:adrianb...@yahoo.com]
>
> > The en
om: Ron Rader
> Subject: RE: SNMPv3 on embedded system
> To: "Adrian Bica" , net-snmp-users@lists.sourceforge.net
> Date: Thursday, May 19, 2011, 5:20 PM
> > From: Adrian Bica [mailto:adrianb...@yahoo.com]
>
> > The engineID seems to be ok (again, forcing a bad one
> From: Adrian Bica [mailto:adrianb...@yahoo.com]
> The engineID seems to be ok (again, forcing a bad one will conduct to
some
> rejection message, good one - no message)
Lack of an engine ID error does not equal engine ID success. There
are many layers that the SNMPv3 traffic needs to pass be
, forcing a bad one will conduct to some
rejection message, good one - no message)
> From: Ron Rader
> Subject: RE: SNMPv3 on embedded system
>
> I see that Dave addressed your configuration
> issue. From my own
> experience, don't assume you are actually using the
> From: Adrian Bica [mailto:adrianb...@yahoo.com]
> when everything ok, it does not answer at all.
I see that Dave addressed your configuration issue. From my own
experience, don't assume you are actually using the same engine IDs.
snmpd creates its own engine ID that does not match the "engin
On 19 May 2011 20:49, Adrian Bica wrote:
> In my snmpd.conf file I have the lines:
>
> createUser user1
$ man snmpd.conf
createUser username (MD5|SHA) authpassphrase [DES|AES] [privpassphrase]
Try adding the missing parameters
Dave