Re: discepancy between v1 and v2c

2006-10-06 Thread Wes Hardaker
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes: DS> Because that's how the two protocols are defined as working. DS> [Sorry Wes - read the question again] Whoops. I shouldn't respond to mail when I only have a few moments. Of course, that may mean I'm going to be very silent from now on .

Re: Discovering peer engineID while sending INFORMS

2006-10-06 Thread Wes Hardaker
> "EBP" == Enric Bel Prim <[EMAIL PROTECTED]> writes: EBP> I've found that when the first inform is not 'aknowledged' by the trap EBP> receiving system (after 5 retries), the agent doesn't send any inform to it EBP> anymore. I believe this is fixed in very recent versions... Or I thought it

RE: SNMPD exists after error: "nlist: No such file or directory"

2006-10-06 Thread Jain, Anshul
Even if I will make it up with -r option, I am not able to retrieve the Network Information by snmpget or snmpwalk (mainly IF-MIB::if...). Other information seems to be fine. Any links will help. Thanks in advance. -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent

Re: Error "No access configuration - dropping trap" with snmptrapd

2006-10-06 Thread Dave Shield
On 06/10/06, Arnaud BODENAN <[EMAIL PROTECTED]> wrote: > In terms of security, what mechanisms do I have while using SNMP v2c ? The same as SNMPv1 - a (plain-text) community string. You can control which community strings are recognised, and from what IP addresses. But that's basically it. If yo

Re: Error "No access configuration - dropping trap" with snmptrapd

2006-10-06 Thread Arnaud BODENAN
OK, thanks; now it works. In terms of security, what mechanisms do I have while using SNMP v2c ? >From: "Dave Shield" <[EMAIL PROTECTED]> >To: "Arnaud BODENAN" <[EMAIL PROTECTED]> >CC: net-snmp-users@lists.sourceforge.net >Subject: Re: Error "No access configuration - dropping trap" with snmptra

RE: Net-snmp-users Digest, Vol 5, Issue 13

2006-10-06 Thread jitendra.sanghani
snmplib/snmp_api.c     if (slp->session->securityEngineIDLen == 0) {     DEBUGMSGTL(("snmp_api",     "unable to determine remote engine ID\n"));     session->flags &= ~SNMP_FLAGS_DONT_PROBE; /* EBP */    

Re: Error "No access configuration - dropping trap" with snmptrapd

2006-10-06 Thread Dave Shield
On 06/10/06, Arnaud BODENAN <[EMAIL PROTECTED]> wrote: > When I launch snmptrapd with net-snmp-5.0.11, I can see my traps > But with net-snmp-v-5.3.1, I get the error message: > "No access configuration - dropping trap" Please see the FAQ entry "How do I handle traps and notifications?" and i

Error "No access configuration - dropping trap" with snmptrapd

2006-10-06 Thread Arnaud BODENAN
Hi, I have a subagentX which is sending traps (with the function sendv2trap) on the port 1500. I configure the snmpd.conf with: trapsink localhost public 1500 When I launch snmptrapd with net-snmp-5.0.11, I can see my traps But with net-snmp-v-5.3.1, I get the error message: "No access configu

Re: Multiple row creation

2006-10-06 Thread Dave Shield
On 06/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have one question is it possible for > scalar attribute . For example in a single SNMPSET request if manager is > trying to set three attribute (say ipaddress, netmask, and gateway). > Suppose setting

Regarding traps

2006-10-06 Thread Ravi S M
Hi   I am monitoring free radius server, so when I shutdown radius server in the manager side I am getting the following traps. I am not understanding these terminologies whether these traps received are correct or not. If somebody can help it would be great.   Minor    10/06/2006 12

RE: Multiple row creation

2006-10-06 Thread somenath.pal
Hi Dev , Many thanks for your response. I am using mib2c.iterate.conf . I have one question is it possible for scalar attribute . For example in a single SNMPSET request if manager is trying to set three attribute (say ipaddress, netmask, and gateway). Suppose setting of gateway fails then is it

RE: Can we make pipefds[0] in netsnmp_callback_transport() asnon-blocking fds.?

2006-10-06 Thread Pamidipati Suresh-G20238
Title: Message All,   We found the problem of read() on fd getting blocked when select() returns with a read-fd set. We were calling snmp_read() twice in our code flow and hence read() was getting blocked. This problem is now solved without any change in the net-snmp code.   Regards, Suresh.

Re: Net SNMP traphandler problem...

2006-10-06 Thread Dave Shield
> We are trying to run our application whenever my snmptrapd daemon > receive a trap. > my snmptrap daemon is receiving the trap but my aplication doesn't get > initialize (Run). Which version of snmptrapd are you using? Dave --

Re: Multiple row creation

2006-10-06 Thread Dave Shield
On 06/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Many thanks for your answer. Suppose I want to create two rows for two > different tables in a single SNMPSET request. But the handler (CREAT AND > GO) for two different rows will be different. Suppose the second > creation fails. Now how

Net SNMP traphandler problem...

2006-10-06 Thread jitendra.sanghani
Title: Net SNMP traphandler problem... Hi All, We are trying to run our application whenever my snmptrapd daemon receive a trap. I had made changes in my snmptrapd.conf as traphandle “default” /usr/local/bin/test.out test.out will just open a text file and write a string in it. my snmptr

Discovering peer engineID while sending INFORMS

2006-10-06 Thread Enric Bel Prim
Hi. I'm trying to develop a snmp sub-agent, and one of its missions is to send informs to a Network Management System when an alarm/warning occurs in our device. I've found that when the first inform is not 'aknowledged' by the trap receiving system (after 5 retries), the agent doesn't send any inf

RE: Multiple row creation

2006-10-06 Thread somenath.pal
Hi Dev, Many thanks for your answer. Suppose I want to create two rows for two different tables in a single SNMPSET request. But the handler (CREAT AND GO) for two different rows will be different. Suppose the second creation fails. Now how we can delete the first row? As execution of first handler

Re: Multiple row creation

2006-10-06 Thread Dave Shield
On 06/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Thanks for your response. But suppose one create (SNMPSET) success and > one create (SNMPSET) request fails Are these two separate SNMP SET requests, or two row creation assignments, bundled within a single SNMP SET request?I'm assumi

RE: Multiple row creation

2006-10-06 Thread somenath.pal
Hi Dev, Thanks for your response. But suppose one create (SNMPSET) success and one create (SNMPSET) request fails then do we need to delete the first row as SET request is atomic? Regards, Somenath -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Sh

Re: Compiling Binaries for HP UX

2006-10-06 Thread Johannes Schmidt-Fischer
Hello, I'd suggest that you run configure with the option --prefix=dir where dir is an empty directory like $HOME/inst-net-snmp on any of your HP-UX servers with ANSI-C installed. After that you run make on that machine. Finally you'll have all files that are to be installed on all of your HP-UX

Re: Multiple row creation

2006-10-06 Thread Dave Shield
On 06/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is it possible to create multiple rows in single SNMPSET request? Yes Dave - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay pane