Re: Compile trouble with 5.4pre3

2006-10-03 Thread Mike Brodbelt
On Mon, 2006-10-02 at 09:52 -0700, Anders Persson wrote: Hi Mike, After you run configure, open agent/mibgroup/mib_module_includes.h and move the line #include mibgroup/kernel_sunos5.h to the top. Then run make. PS. You also need to include the line #define

Dynamic interface appears twice in ifTable when removed and then recreated

2006-10-03 Thread Andreini Luca
Hi, I'using net-snmp from a few months but it is the first time I post a message on this list, I hope someone can help me. I have a doubt on the management of dynamic interfaces in ifTable, I created two subinterfaces on my eth0 using vconfig, typing vconfig add eth0 10 vconfig add eth0 11 I

Re: Compile trouble with 5.4pre3

2006-10-03 Thread Mike Brodbelt
On Tue, 2006-10-03 at 12:32 +0100, Dave Shield wrote: On 03/10/06, Mike Brodbelt [EMAIL PROTECTED] wrote: Unfortunately, the UCD-SNMP-MIB::systemStats stuff is still broken on Solaris (apparently because the Solaris version of the new hardware abstraction layer code in cpu_kstat.c isn't

Using existing Windows SNMP Service extension agents with Net-SNMP

2006-10-03 Thread Alex Burger
Net-SNMP 5.4 will include a new module called winExtDLL that will add the ability to use the existing Windows SNMP Service extension agents. This means that you can use the existing HOST-RESOURCES-MIB (hostmib.dll) and others that are shipped with Windows. With winExtDLL enabled, doing a walk

Can we make pipefds[0] in netsnmp_callback_transport() as non-blocking fds.?

2006-10-03 Thread Pamidipati Suresh-G20238
Title: Message Hi All, We are using Net-snmp-5.2.2 as Agentx subagent and master agent. In Subagent, we are observing that "select()" returns with aread-fd set, but a subsequent "read()" callon that fd isgetting blocked. The fd-pair being used here,is created using the "pipe()" call.

Re: 64bit counters not showing up.

2006-10-03 Thread David Grohmann
Thomas Anders wrote: David Grohmann wrote: Using the ucd-diskio mib the Counter64 diskIONReadX and Counter64 diskIONWrittenX do not appear by doing a snmpwalk -ccomunity host disk and doing an snmptable gets the diskIOTable but a '?' appears in the columns for the 64 bit

hpux 11.11 processes list

2006-10-03 Thread [EMAIL PROTECTED]
I have successfully compiled and installed net-snmp 5.2.1.2 from source obtained from HP's internet express package. ./configure --prefix=/opt/iexpress/net-snmp --with-libs=-lnm --with-mib-modules=host --enable-shared The host resources mib is installed and working, except for processes. It

Re: 64bit counters not showing up.

2006-10-03 Thread David Grohmann
Dave Shield wrote: David Grohmann [EMAIL PROTECTED] wrote: Using the ucd-diskio mib the Counter64 diskIONReadX and Counter64 diskIONWrittenX do not appear by doing a snmpwalk -ccomunity host disk This may be a silly question, but what version of SNMP are you using? SNMPv1 or SNMPv2c ?

Re: snmpbulkwalk doesn't finish

2006-10-03 Thread Stuart Kendrick
hi dave, ok, so here's how this section started (CISCO-FLASH-MIB): ChecksumString ::= TEXTUAL-CONVENTION DISPLAY-HINT x STATUS current DESCRIPTION Represents the checksum of a file. SYNTAX OCTET STRING and here's what it

Re: 64bit counters not showing up.

2006-10-03 Thread Dave Shield
David Grohmann [EMAIL PROTECTED] wrote: Using the ucd-diskio mib the Counter64 diskIONReadX and Counter64 diskIONWrittenX do not appear by doing a snmpwalk -ccomunity host disk This may be a silly question, but what version of SNMP are you using? SNMPv1 or SNMPv2c ? Dave

Re: SNMP Agent extension in C

2006-10-03 Thread Dave Shield
On 02/10/06, Alex Burger [EMAIL PROTECTED] wrote: Hai Wang wrote: I am wondering if any of u is kindly pointing out where I can find comprehensive materials/tutorials on how to extend SNMP agent in C? http://www.net-snmp.org/tutorial/tutorial-5/toolkit/index.html Also see the file