python snmpwalk memory leak

2008-10-24 Thread Gabriele Messineo
Hi, I would like to re-open netsnmp Bug "[ 1868278 ] A bug in python useing netsnmp.snmpwalk". That's because cited patch ( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497656 ) was addressing a seg fault. I did some tests in order to find the memory leak, I hope it can be avoided by app

Re: mib api configuration

2008-10-24 Thread Roy M. Silvernail
On Fri, Oct 24, 2008 at 06:14:40PM +0100, Daniel Quintero wrote: > The question is: how can I turn that option on, since I don't believe > that just using the mib api functions will cause the snmp.conf file to > be processed? netsnmp_ds_set_boolean(NETSNMP_DS_LIBRARY_ID, NETSNMP_DS_LI

SNMP problem of broadcast

2008-10-24 Thread Wang, ShunDe
Dear all, The client sends a broadcast request via the gateway (for example, 192.168.1.255), but can not receive the response from the Net-SNMP server. Also, the same problme was described at: http://sourceforge.net/mailarchive/message.php?msg_id=9F6ACAE02B6DD040A1E259977622CFDB012693AA%40oslexcp

mib api configuration

2008-10-24 Thread Daniel Quintero
Hi, I'm writing a program that uses the c mib api to display the mib tree. I've come across a problem with a mib that contains underscores in object names. I have read about the "mibAllowUnderline 1" in the snmp.conf file. The question is: how can I turn that option on, since I don't believe th