snmptrapd is taking too much CPU time

2006-06-27 Thread sailaja.banda
Hi , We are using Net-SNMP 5.3.0.1 version. We are also using snmptrapd to receivetraps. But we are observing that snmptrapd is taking 50% of the CPU time. Below are the configuration file entries. ### #format1

Re: snmptrapd is taking too much CPU time

2006-06-27 Thread Thomas Anders
[EMAIL PROTECTED] wrote: We are using Net-SNMP 5.3.0.1 version. We are also using snmptrapd to receive traps. But we are observing that snmptrapd is taking 50% of the CPU time. Please apply the official patches from http://www.net-snmp.org/official_patches or update to 5.3.1.rc1 or later.

MIB - OID Question

2006-06-27 Thread Donald Lohr
I am trying to document some processes I have running that uses the Net-snmp program. I am trying to figure out how I can explain (by using the NET-snmp command-line exe files) how I actually obtained the specific OID numbers my script is using. I originally started out using a trial version of

Engine Ids and IP Addresses

2006-06-27 Thread Buchupalli Sasidevi-CSB056
I'm trying to register v3 managers dynamically with the agents, using SNMP SETs. In the process, I would like to know how the ipaddresses of managers are mapped to engine ids. Can somebody help. Thanks. Sasi. Using Tomcat but need to do more? Need to support web services, security? Get

Re:

2006-06-27 Thread Dave Shield
Donald Tse wrote: The agent will *always* probe the status of the link at regular intervals [without -r 60] this is done once every 10 minutes (the default), instead of every minute. Is it means : if I disconnection the Link and resume it within 10 mins (say exactly between the

Connot send

2006-06-27 Thread Vlad Shafransky
This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals computer viruses.

Cannot send V1 PDU on V2 session

2006-06-27 Thread Vlad Shafransky
Hi everybody. I work with netsnmp on Linux. I have config my snmpd.conf as follows : trapsink 192.168.0.169 trap2sink 192.168.0.169 In snmp.conf defined version 2c as default version. I wrote some dll and i work in dlmod with loadable dll I don't create any sessions , and send

net-snmp as v3 bridge to microsoft agent

2006-06-27 Thread Jorge Aguilera
I' ve read at http://net-snmp.sourceforge.net/docs/README.win32.html that I can run both services at the same station and configure net-snmp to redirect the commands to the microsoft agent.Is it possible to send a v3 request to the net-snmp service and redirect them to the microsoft agent ?thanks

RE: net-snmp as v3 bridge to microsoft agent

2006-06-27 Thread Fernández Piñas , David
Check proxy support section at http://www.net-snmp.org/docs/man/snmpd.conf.html De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Jorge AguileraEnviado el: martes, 27 de junio de 2006 12:45Para: net-snmp-users@lists.sourceforge.netAsunto: net-snmp as v3 bridge to microsoft

Re: net-snmp as v3 bridge to microsoft agent

2006-06-27 Thread Thomas Anders
Jorge Aguilera wrote: I' ve read at http://net-snmp.sourceforge.net/docs/README.win32.html that I can run both services at the same station and configure net-snmp to redirect the commands to the microsoft agent. Is it possible to send a v3 request to the net-snmp service and redirect

Re: Engine Ids and IP Addresses

2006-06-27 Thread Thomas Anders
Buchupalli Sasidevi-CSB056 wrote: I'm trying to register v3 managers dynamically with the agents, using SNMP SETs. In the process, I would like to know how the ipaddresses of managers are mapped to engine ids. Can somebody help. Thanks. SNMPv3/USM does not care about IP addresses, just USM

[no subject]

2006-06-27 Thread Vlad Shafransky
Hello all! I'm using NET-SNMP version 5.3.0.1 on Linux 2.6.9-5.EL When i use : snmp_register_callback (SNMP_CALLBACK_LIBRARY,SNMP_CALLBACK_POST_READ_CONFIG, lib_sys_post_read_config , pManager); When i shut_down snmp i receive follow error : *** glibc detected *** double free or

Renaming a MIB entity

2006-06-27 Thread cnelson
I was a little short sighted in creating a MIB a year or so ago. I have an entity with too-restictive a name. I'd like to revise the MIB so that with the new one in place users can use symbolic names to get the entity with a more meaninful name. Basically, I've got a branch in my MIB tree

Memory leak due to memory allocated in init_snmp_enum(snmp_enum.c)

2006-06-27 Thread Rohit Sabhlok
Hi I am using the netsnmp library for making snmp request to a snmp agent. I am getting a memory leak. The memory for which leak is coming is allocated in the fc init_snmp_enum in the file snmp_enum.c. At the start of my application, I call the fc void init_snmp(const char *type). This in