Re: snmptrap performance

2007-03-26 Thread Alfredo Dimaunahan
Hello, I would like to give an update regarding the status of this one. Using the "-m """ idea from Mr. Dave Shield, the performance of sending trap had greatly improved. Here's the result of the "time" command: with module loading: real0m4.524s user0m2.014s sys 0m1.932s without mo

Re: HELP: About cross-compile net-snmp to uclinux of ARM platform

2007-03-26 Thread Kelby Rogers
Hi Jin, I suggest you try and maintain the uclinux build process where possible, and adapt my ./configure options in my Makefile to get you cross compiling version 5.4 for the ARM platform. Regards, Kelby Rogers jin zhou wrote: Dear Kelby,   Thank you very much for your help.   I h

snmpd high CPU usage - polling rate?

2007-03-26 Thread Hackney [US], Daniel H.
Hello all, I'm running Net-SNMP snmpd version 5.1.2 on Linux 2.6.11. I have a client application that queries the localhost for eight values from IF-MIB using a single GetRequest packet. The query rate is 4Hz. The snmpd process is using at 10-13% of a 1.7GHz P4. If I back off the polling rate

v3 authentication failure trap not sent

2007-03-26 Thread Makavy, Erez (Erez)
Problem: When accessing the net-snmp master agent with a non-existing v3 user, an authenticationFailure trap is not sent. Analysis: - 1) I got 'authtrapenable 1' configured in my snmpd.conf file. 2) when accessing it with a non-existing community the authenticationFailure

how to register only one handler that handles all requests

2007-03-26 Thread David Wu
Hi all, We have a MIB daemon that can handle all MIB OIDs but no authentication/encription or any SNMP request parsing. I'd like snmpd to handle snmpget/snmpset request and MIB daemon to handle the actual GET/SET work. I know there must exist a function(s) or locations in net-snmp code that

Linker Errors...

2007-03-26 Thread Madan Mohan
Hello all, I am compiling Net-SNMP-5.4 on combined with another code base(typical switching application). I am getting following linker errors. I am not sure if it is to do something with "PERL" options to be used for "configure" script. Please suggest me if you get some idea wit

Re: HELP: About cross-compile net-snmp to uclinux of ARM platform

2007-03-26 Thread jin zhou
Dear Kelby, Thank you very much for your help. I have read the documentations of buildroot carefully and downloaded it.When make,i find it will download all packages from ftp,it is so slow.And unluckily,it stopped because my gcc version is too old. Moreover,i have a lot of warriors.In

Re: How does the master and subagent communicate?

2007-03-26 Thread Dave Shield
On 26/03/07, Ganesh HS <[EMAIL PROTECTED]> wrote: >How does the master and subagent communicate? Through a socket - typically either the named socket /var/agentx/master or the TCP port 705. >Is there any registration mechanism through subagent gets > registered with the ma