problem with mib2c.notify.conf

2007-05-16 Thread Ashwini Bomble
Hello, We are developing SNMPv2C agent. We are using linux platform.(kernel -2.4) & Net snmp 5.0.9 We have to generate enterprise specific traps. mib2c.scaler.conf, mib2c.conf configuration files are there but mib2c.notify.conf file is not there to produce template routine for trap. I had

Re: net-snmp compile on hp-ux

2007-05-16 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > I have compiled net-snmp version 5.4 using the following command: > ./configure --with-libs=-lnm CFLAGS="-g +DD64 +z" --without-openssl > --disable-embedded-perl --disable-shared --without-perl-modules > # snmptrapd -Le -f -d > Memory fault(coredump) Fixed in SVN Rev.

python-bindings and adding MIBS

2007-05-16 Thread Noah Gift
In looking through the README for the Python module, I noticed this: " Access to the parsed MIB database is not yet implemented." Does this mean if I compile 3rd party MIBS, say Cisco, I can't access them? Thanks, Noah -

Re: Net-SNMP 5.4 Solaris 9-10 build problems

2007-05-16 Thread Pradhap D
Mark, Try this ~#./configure --prefix=/usr/local --with-cflags="-g -Dsolaris_2" --libdir=/usr/local/lib ~ Pradhap.D On 5/16/07, Mark Khan <[EMAIL PROTECTED]> wrote: Hello: I have a couple of problems as follows: On Solaris 9 I am trying to compile/build net-snmp version 5.4 so

Net-SNMP 5.4 Solaris 9-10 build problems

2007-05-16 Thread Mark Khan
Hello: I have a couple of problems as follows: On Solaris 9 I am trying to compile/build net-snmp version 5.4 so I do not have to set the LD_LIBRARY_PATH to include /usr/local/lib and /usr/local/ssl/lib. I have tried using the configure options of --with-ldflags=-L/usr/local/lib along wi

Problems with porting my mib module from 5.2.1 to 5.4 ...

2007-05-16 Thread Heiko Gerstung
Hi! I just tried to update my net-snmp installation, which includes my own mib module. Everything seems to compile just fine, but the build process breaks down at this point: /bin/sh ../libtool --mode=link gcc -DNETSNMP_ENABLE_IPV6 -I xyzproduct -I ./ -I /product/src/xyzlib/product -I /produc

Re: 'looks like a 64bit wrap, but prev!=new' messages

2007-05-16 Thread Dave Shield
On 16/05/07, Michael Heck <[EMAIL PROTECTED]> wrote: > we're using net-snmp 5.2.1.2 on several amd-opteron systems installed with > ubuntu 64-bit. My immediate reaction is that the 5.2.x line is relatively old (and 5.2.1.2 isn't even the latest release on that line). There's been quite a bit of

'looks like a 64bit wrap, but prev!=new' messages

2007-05-16 Thread Michael Heck
Hi all, we're using net-snmp 5.2.1.2 on several amd-opteron systems installed with ubuntu 64-bit. Now we getting many of these "looks like a 64bit wrap, but prev!=new" logmessages. As far as I've figured out, they are generated while asking for network interface data. This is done every 3 minut

SNMP traps

2007-05-16 Thread pavithra s
Hello all, My doubt is how should the traps be generated in snmp.I m using snmp_alarm_register function to generate trapd in snmptrapd. Is that the only way or some other way is also there. Because by calling this function i m able to generate the events in snmptrad .but when snmp is used wit

Traphandle not executing shell script

2007-05-16 Thread Elena Benitez
Hello, My problem is the same as the one reported in 'AGENT EXT SIT ON NAILS' case. Basically, traphandle invokes correctly shutdown but it does not work if a script is invoked. Solution proposed by similar case was to compile again after changing a function call. As I have downloaded binary a