Re: snmpv3 user authorization error

2010-06-22 Thread Dave Shield
On 22 June 2010 11:36, wrote: > 2. snmpget -v 3 -u yellapu -a MD5 -A passphrase  localhost sysLocation.0 > > error inpacket: > reason:authorization errorFrom snmpd.conf "rouser yellapu priv" So the user "yellapu" is only authorised for access when using authPriv. (i.e. encrypted requests).

snmpv3 user authorization error

2010-06-22 Thread ganeshyellapu
hi, i wanted to create snmpv3 users. i succeeded in creating readonly user but not readwrite user. i tried the following commands. 1. snmpget -v 3 -u ganesh -a MD5 -A passphrase localhost sysLocation.0 is working properly. But the following two commands are not working. 2. snmpg

Re: snmpv3 authorization error

2008-02-18 Thread Dave Shield
On 18/02/2008, Steve McCarthy <[EMAIL PROTECTED]> wrote: > I then added rwuser steve1 noauth and rwuser steve3 auth to my snmpd.conf > file that also had rocommunity and rwcommunity settings. I then added > createUser stevev1 and createUser stevev3 MD5 "my_password" DES to my > persistent snmpd.con

snmpv3 authorization error

2008-02-18 Thread Steve McCarthy
Hi, I have been trying to set up a snmpV3 user configuration. So a question you have no doubt been asked millions of times before. I have added snmp master agent code to my embedded code, so I have not extended the snmp agent, nor am I using agentx. I run init_agent, my MIB inits, init_snmp,

Authorization Error

2006-07-19 Thread sudhir.parisaboyina
Hi,   I have a scenario where the agent should catch the authorization error i.e. when the agent fails to send sanity notifications to EMS due to Authorization error.   When I use snmp_synch_response()  for sending the notifications. How I can get to know if the notification failed