net-snmp

2006-01-19 Thread Derrick Beery
I have built net-snmp-5.3 from source on AIX 5.2 ML 7 running 64 bit kernel. ./configure --disable-shared --without-ssl I start snmpd: ./snmpd -r -d -V When I do an snmpwalk from another host, all I can get from .1.3.6.1.2.1.2.1 is: ifNumber.0 = 0 And there is nothing under .1.3.6.1.2.1.25

Re: net-snmp

2006-01-19 Thread Thomas Anders
Derrick Beery wrote: I have built net-snmp-5.3 from source on AIX 5.2 ML 7 running 64 bit kernel. ./configure --disable-shared --without-ssl I start snmpd: ./snmpd -r -d -V When I do an snmpwalk from another host, all I can get from .1.3.6.1.2.1.2.1 is: ifNumber.0 = 0 Do you get any

RE: Compile issues

2006-01-19 Thread Dave Shield
On Thu, 2006-01-19 at 10:56 -0500, Javier Torres wrote: I am seeing it on both systems, exact same error. You're getting a warning about winsock.h being present (but not compiling) on a Linux system? Boggle!!! I will try with the latest today and let you know. I'd also suggest that you

RE: Compile issues

2006-01-19 Thread Javier Torres
Sorry, When I run make I get the same error, in the sense it errors out on the agent portion. As for the ./configure that works fine. Sorry two issues and I confused them. Javier -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 11:14 AM

RE: Compile issues

2006-01-19 Thread Javier Torres
I am seeing it on both systems, exact same error. I will try with the latest today and let you know. Javier -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 4:13 AM To: Javier Torres Cc: net-snmp-coders@lists.sourceforge.net Subject: Re:

RE: Compile issues

2006-01-19 Thread Javier Torres
Dave, The error in compile only happens when I try to add in the perl modules. Here is the code snippet. I am downloading the newer release now: make[1]: Entering directory `/tmp/net-snmp-5.2.1.1/perl' cp Makefile.subs.pl blib/lib/Bundle/Makefile.subs.pl make[2]: Entering directory

RE: Compile issues

2006-01-19 Thread Javier Torres
Ok, So when compiling under FC2 I had no issues. On configure I chose the following options: sudo ./configure --with-mib-modules=agentx --with-perl-modules Then I compiled on each platform. FC2 worked no issues and cygwin had the following error: gcc -I../../include -g -O2 -Dcygwin -c

query multiple tables

2006-01-19 Thread Fong Tsui
I have no problem to snmpget multiple OIDs, such as snmpget -c public localhost ifSpecific.6 sysUpTime.0 However, if I snmpwalk on multiple tables, such as snmpwalk -c public localhost interface system I only can get interface table and no system table data. Is it supposed that way? Is there