Re: problems: agentSecName, llinkUpDownNotification, defaultMonitors

2006-10-12 Thread Dave Shield
On 03/10/06, Ilia K. <[EMAIL PROTECTED]> wrote: I get the following message in a system log: /etc/snmp/snmpd.conf: line 104: Error: You must specify a default user name using the agentSecName token Ok - I've managed to track down and fix this problem. The agentSecName setting wasn't being

Re: 5.4 Open Issues

2006-10-12 Thread chris jalbert
On 12-Oct-2006, at 2:58 AM, Dave Shield wrote:On 11/10/06, chris jalbert <[EMAIL PROTECTED]> wrote:  I'll post these patches shortly; I haven't yet because I was still  fighting with some of the build issues and I have to break them up. Patches posted. OK - now applied to the CVS repository. Note

Re: Looking for the patch for fetch_var_val()

2006-10-12 Thread Emi . Yanagi
Hi Dave, I copied the netsnmp_query_xxx code from 5.3 to 5.2.1, and compiled without problem. My next question is how do I get session ID from a AgentX subagent? Since RMON support is required in our subagent, netsnmp_query_get() needs to be called from the subagent. I appreciated your advice. T

Re: Snmpusm application

2006-10-12 Thread Thomas Anders
Passera Pablo-APP015 wrote: > One question about this application, Is it possible to > clone/create an user with an engineID different than the one in the > agent? snmpusm in net-snmp 5.3 and later supports a "-CE " option for exactly this purpose. +Thomas -- Thomas Anders (thomas.ander

Re: 5.4 Open Issues

2006-10-12 Thread Dave Shield
On 10/10/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > Dave Shield wrote: > > 7) perl compiler warnings > > If they're simply warnings (rather than errors), then leave till > > 5.4.1 > > Unless they actually indicate a more serious problem? > > Compiler warnings often point to

Re: Timeout for proxied get requests

2006-10-12 Thread Dave Shield
On 12/10/06, Passera Pablo-APP015 <[EMAIL PROTECTED]> wrote: > It fixes the timeout problem for the set, but the errorIndex returned is > not correct. Yes - I already said that I knew that would be the case. I was particularly interested in whether this fixed the timeout problem, which was the fun

RE: help attaching files to a bug

2006-10-12 Thread Passera Pablo-APP015
Ok, I'll do that. Thanks > -Original Message- > From: Robert Story [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 10, 2006 2:58 PM > To: Wes Hardaker > Cc: [email protected]; Passera Pablo-APP015 > Subject: Re: help attaching files to a bug > > On Thu, 05 Oct 20

Re: SNMPWalk

2006-10-12 Thread Dave Shield
On 12/10/06, Ritwik, Basu <[EMAIL PROTECTED]> wrote: > I am writing an extension agent based on Net-SNMP. Should a SNMPWalk call > display all the trap variables/attributes that are specified in the > concerned MIB file or should it simply skip over them ? There is no such thing as an "SNMPWalk ca

Snmpusm application

2006-10-12 Thread Passera Pablo-APP015
Hi everybody, One question about this application, Is it possible to clone/create an user with an engineID different than the one in the agent? Or this can only be done adding the user in the persistency file? Thanks, Pablo -

RE: Timeout for proxied get requests

2006-10-12 Thread Passera Pablo-APP015
It fixes the timeout problem for the set, but the errorIndex returned is not correct. Since the set request has other states (RESERVE1, 2, COMMIT, etc) , is it possible that the errorIndex to be set in other part of the code? Pablo > -Original Message- > From: [EMAIL PROTECTED] > [mailto

SNMPWalk

2006-10-12 Thread Ritwik, Basu
I am writing an extension agent based on Net-SNMP. Should a SNMPWalk call display all the trap variables/attributes that are specified in the concerned MIB file or should it simply skip over them ?   Thanks   Ritwik Basu

Re: 5.4 Open Issues

2006-10-12 Thread Dave Shield
On 11/10/06, chris jalbert <[EMAIL PROTECTED]> wrote: >> I'll post these patches shortly; I haven't yet because I was still >> fighting with some of the build issues and I have to break them up. > Patches posted. OK - now applied to the CVS repository. Note that most of the hr_storage.c changes