Snmp Get Bulk issue....

2007-03-25 Thread Senthil Nathan
Hi, I am new to this group. I seek your help regarding my projectt. Here, i am using netsnmp5.3.1 version. I have generated c codes by using mib2c which create code skelton based on mib2c iterator conf option . My snmp agent get the values from other sub system not its own. I have two issues.

Re: Looks like net-snmp 5.4 has a memory leak

2007-03-25 Thread Magnus Fromreide
On sön, 2007-03-25 at 18:20 +0700, Duy Doan Khuong wrote: > Hi, > > I am experiencing a memory leak and it looks like the cause is in net-snmp > 5.4 lib used in my program. I checked net-snmp source code and found that a > buffer was not deleted after use: > > File: > net-snmp-5.4\snmplib\snmpUD

Looks like net-snmp 5.4 has a memory leak

2007-03-25 Thread Duy Doan Khuong
Hi, I am experiencing a memory leak and it looks like the cause is in net-snmp 5.4 lib used in my program. I checked net-snmp source code and found that a buffer was not deleted after use: File: net-snmp-5.4\snmplib\snmpUDPDomain.c Function: netsnmp_transport * netsnmp_udp_transport(struct sock

Re: about snmp port in net-snmp 5.4

2007-03-25 Thread Magnus Fromreide
On sön, 2007-03-25 at 12:21 +0700, Duy Doan Khuong wrote: > I use another port different with 161, before opening the session, I > assign session.local_port and session.remote_portby my new port, but > it didn’t successful. > > > > Does net-snmp support user input non-default port? Yes. > If