linkUpTrap and linkDownTrap vs ifAdminStatus

2010-01-26 Thread Dominique bastien
There is a reason why the following demand in snmpd.conf doesn't care about ifAdminStatus before sending the linkUp and linkDown traps? notificationEvent linkUpTraplinkUp ifIndex ifAdminStatus ifOperStatus notificationEvent linkDownTrap linkDown ifIndex ifAdminStat

Re: snmpinform response

2010-01-26 Thread nathan
Could someone point it to me where in the code, a response msg is sent, in response to ACK'ed TRAP, snmpinform ? What snmp application do I need to run on the host if I want to send an acknowledgement to a snmpinform? thanks, --- On Tue, 1/26/10, Dave Shield wrote: > From: Dave Shield > Su

Re: snmpinform response

2010-01-26 Thread Dave Shield
2010/1/26 nathan : > could someone help me to write to send an ACK msg in response to a trap, > snmpinform ?  thanks, > > FAQ does not talk about anything related to snmpinform response. This is handled automatically by the Net-SNMP library. Dave

snmpinform response

2010-01-26 Thread nathan
could someone help me to write to send an ACK msg in response to a trap, snmpinform ? thanks, FAQ does not talk about anything related to snmpinform response. __ Looking for the perfect gift? Give the gift of Flickr! http:

Re: build failures on trunk

2010-01-26 Thread Magnus Fromreide
On Tue, 2010-01-26 at 15:19 +0100, Thomas Anders wrote: > The current changes in SVN trunk (5.6-to-be) seem to have introduced build > failures on quite a few systems: > > - Solaris 2.6 + 7, HP-UX 10.20 + 11.00 with cc: > "/my/net-snmp-5.6svn/snmplib/snmpUDPDomain.c", line 1115: error 1588: > "I

Re: watcher

2010-01-26 Thread Magnus Fromreide
On Mon, 2010-01-25 at 18:28 +0100, Nikola Vranic wrote: > Hello, > > I configured net-snmp 5.5 with > > /configure --host=arm --target=arm --enable-mini-agent > --disable-manuals --disable-scripts --disable-debugging > --with-cc=arm-linux-gnu-gcc --with-endianness=little > -- disable-mib-loadin

ioctl 35123 returned -1

2010-01-26 Thread Niall Murphy
Hello all, I've noticed recently there are a number of... snmpd[N]: ioctl 35123 returned -1 ...messages in syslog. They usually occur every 15 seconds, but not always, and sometimes occurs multiple times per second. Occasionally snmpd then dies with: snmpd[N]: segfault at 8 ip 0008 sp bfa

build failures on trunk

2010-01-26 Thread Thomas Anders
The current changes in SVN trunk (5.6-to-be) seem to have introduced build failures on quite a few systems: - Solaris 2.6 + 7, HP-UX 10.20 + 11.00 with cc: "/my/net-snmp-5.6svn/snmplib/snmpUDPDomain.c", line 1115: error 1588: "INET_ADDRSTRLEN" undefined. - Solaris 8 + 9 + 10 with cc: "/my/net-s

watcher

2010-01-26 Thread Nikola Vranic
Hello, I configured net-snmp 5.5 with /configure --host=arm --target=arm --enable-mini-agent --disable-manuals --disable-scripts --disable-debugging --with-cc=arm-linux-gnu-gcc --with-endianness=little -- disable-mib-loading Then enter make and make install and everything i

Re: Alternate container storage method?

2010-01-26 Thread Stephen Hemminger
On Tue, 26 Jan 2010 08:22:38 + Dave Shield wrote: > 2010/1/25 Stephen Hemminger : > > Some of the SNMP tables can get large (like route table), and the existing > > table storage implementation has linear search on insert.  Has anyone > > done an alternative that uses something smarter (tree,

Re: Alternate container storage method?

2010-01-26 Thread Dave Shield
2010/1/25 Stephen Hemminger : > Some of the SNMP tables can get large (like route table), and the existing > table storage implementation has linear search on insert.  Has anyone > done an alternative that uses something smarter (tree, hash, b-tree)? > > The container class seems to be built nicely