hallo,does the net-snmp-5.1.1 support RFC3411-3418?

2004-06-21 Thread 沈 狼
it seems the FAQ is not up to date, the faq does not declare the support the range from RFC3411 to RFC3418. _ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com --- This SF.Ne

Build configuration for Redhat 9

2004-06-21 Thread Manuel Mall
I am trying to rebuild Net-SNMP 5.1.1 from the sources under RH9 but don't get the same result to what is contained the in the RH9 Net-SNMP 5.1.1 install RPM. Does someone know what is the exact ./configure command to be used to get the same results as are contained in the installation R

Re: problem in Installing net-snmp-5.1.1 under RH9

2004-06-21 Thread 沈 狼
it shows the following infos: [EMAIL PROTECTED] root]# ls -l /usr/lib/libelf* -rwxr-xr-x1 root root62272 Feb 24 2003 /usr/lib/libelf-0.76.so lrwxrwxrwx1 root root 11 Jun 21 19:43 /usr/lib/libelf.o -> lib elf.so.1 lrwxrwxrwx1 root root 14 Jun 7

Re: problem in Installing net-snmp-5.1.1 under RH9

2004-06-21 Thread 沈 狼
it shows the following infos: [EMAIL PROTECTED] root]# ls -l /usr/lib/libelf* -rwxr-xr-x1 root root62272 Feb 24 2003 /usr/lib/libelf-0.76.so lrwxrwxrwx1 root root 11 Jun 21 19:43 /usr/lib/libelf.o -> lib elf.so.1 lrwxrwxrwx1 root root 14 Jun 7

Re: net-snmp-includes.h and programs' config.h

2004-06-21 Thread Users
On Fri, 18 Jun 2004 17:10:21 +0200 Flameeyes wrote: F> Why oh why I need to include before the config.h.in-generated file? At the moment, the problem is that use of some of the defines from net-snmp-config.h have crept into some of the other headers, thus creating a dependency. The work-around is

Enabling DES encryption

2004-06-21 Thread Steve Comfort
Hi gents, What is the trick to enabling DES encryption ? I have "with-openssl=yes" in my configure script. I have added " createUser MD5 "A_passphrase" DES "X_passphrase"" to /var/net-snmp/snmpd.log and " rwuser Priv" to /etc/snmp/snmpd.conf I get the message "Encryption is not enabled" when

RE: MAC address not retrieved by Win32 client

2004-06-21 Thread Vic Berdin
Hi Dave, Alex, everyone, > -Original Message- > From: Dave Shield [mailto:[EMAIL PROTECTED] > Sent: Monday, June 21, 2004 7:00 PM > To: Vic Berdin > Cc: [EMAIL PROTECTED] > Subject: Re: MAC address not retrieved by Win32 client >> Here are more details: >> If I will run `snmpwalk` from my

An issue - possibly in teh area of compatability with glibc

2004-06-21 Thread vchauhan
Hello, I wrote a small program that sends traps using the net snmp api. Got a segmentation error when executing this program and on debugging it pointed to a malloc inside method snmp_varlist_add_variable(). Is there any compatability issue with my gnu c library? I use Red Hat 9 Kernel version

Re: Problem with snmp getnext in table

2004-06-21 Thread Users
On Mon, 21 Jun 2004 12:19:56 +0530 Mukherjee, wrote: MA> I could not find the patch attached. Could it be attached - and posted MA> again, please, Oops... here ya go.. -- Robert Story; NET-SNMP Junkie Archive:

Re: problem in Installing net-snmp-5.1.1 under RH9

2004-06-21 Thread 沈 狼
I am back home now, I dont have net-snmp installed in my home pc. But I still remember the ls libelf* shows --- libelf.so > libelf-.0.76.so libelf.so.1--->libelf.so It looks like the above, I will check tomorrow. thank u anyway From: Dave Shield <[EMAIL PRO

Re: problem in Installing net-snmp-5.1.1 under RH9

2004-06-21 Thread Dave Shield
> I have done what the FAQ told me which is same as that Robert said. but > make action doest work yet. OK - what does ls -l /usr/lib/libelf* show? Dave --- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn f

Re: problem in Installing net-snmp-5.1.1 under RH9

2004-06-21 Thread 沈 狼
I have done what the FAQ told me which is same as that Robert said. but make action doest work yet. From: Dave Shield <[EMAIL PROTECTED]> To: 沈 狼 <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: problem in Installing net-snmp-5.1.1 under RH9 Date: Mon, 21 Jun 2004 09:42:46 +0100 > in th

Re: MAC address not retrieved by Win32 client

2004-06-21 Thread Alex Burger
Vic Berdin wrote: Hi David, everyone, Btw, what other FREE Win32 client tools that you guys use, in order to get/set information to your net-snmp servers? Have you tried Net-SNMP under Windows? A Windows binary is available for 5.1.2pre2 on the Net-SNMP download page. Alex

Re: MAC address not retrieved by Win32 client

2004-06-21 Thread Dave Shield
> Here are more details: > If I will run `snmpwalk` from my Linux machine, I can definitely > see the line: > > "RFC1213-MIB::ifPhysAddress.2 = Hex-STRING: 00 90 73 00 02 F5" Is that the same box as the agent is running on, or a different one? It's worth checking you can see things from a "remote

RE: MAC address not retrieved by Win32 client

2004-06-21 Thread "Fernández Piñas, David"
If you can see the object from your Linux box, then, it's clear. Throw away snmputilg! On windows you can try also snmputil, the command-line version of snmputilg: http://www.wtcs.org/snmp4tpc/testing.htm#SNMPUTIL C:\>snmpwalk -c public localhost .1.3.6.1.2.1.2.2.1.6 RFC1213-MIB::ifPhysAddress.1

RE: MAC address not retrieved by Win32 client

2004-06-21 Thread Vic Berdin
Hi David, everyone, > -Original Message- > From: Dave Shield [mailto:[EMAIL PROTECTED] > Sent: Monday, June 21, 2004 4:52 PM > To: Vic Berdin > Cc: [EMAIL PROTECTED] > Subject: Re: MAC address not retrieved by Win32 client > >> However, I noticed that MAC (physical) addresses >> (OID .1

Re: SNMPv3 support.

2004-06-21 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. T

Re: Problem with running make on net-snmp

2004-06-21 Thread CKChang
Thanks. I have located the ar utility path and it worked. Chee Kean Chang. Robert Story (Users) <[EMAIL PROTECTED]> 06/17/2004 08:36 AM Please respond to net-snmp-users                 To:        Chee K Chang/IT/CORP/[EMAIL PROTECTED]         cc:        [EMAIL PROTECTED]         Subject:

Problem in make

2004-06-21 Thread asawari.teredesai
Title: Problem in make Hi All  I'm trying to do make of one product along with net-SNMP-5.1.  It is giving me errors.  I think it's related to kerberos package. But I don't know how and where to add that lib.  Kindly reply  Thanks in advance...  It's giving me following error: mak

Re: MAC address not retrieved by Win32 client

2004-06-21 Thread Dave Shield
> However, I noticed that MAC (physical) addresses > (OID .1.3.6.1.2.1.2.2.1.6.2, etc) were NOT retrieved by > the tool. It would be a lot easier to advise you as to the cause of this problem if you'd included some indication as to what you'd actually tried. It might be that you're asking for

Re: Problem with installing the Perl5 extension module

2004-06-21 Thread Dave Shield
> I wanted to use mib2c and saw that installing of perl module is > necessary . > I am using ucd-snmp-4.2.2 ( though wanted to use ucd-snmp-4.2.1 could > not find it for download ) . Both of these releases are fairly old now. The most recent version of the 4.2.x line is 4.2.6 If you're not in a

Re: problem in Installing net-snmp-5.1.1 under RH9

2004-06-21 Thread Dave Shield
> in the /usr/lib there are two files begin with libelf, their name are > [EMAIL PROTECTED] root]# cd /usr/lib > [EMAIL PROTECTED] lib]# ls libelf* > libelf-0.76.so libelf.so.1 Try 'ls -l libelf*' You'll see that libelf.so.1 is actually a symbolic link to libelf.so As Robert said, what's missin

RE: MAC address not retrieved by Win32 client

2004-06-21 Thread "Fernández Piñas, David"
Hi, are you sure that it is the correct OID ? Try a tool that is able to perform an SNMP walk. You can also use Net-SNMP on Windows. See README.win32 file. I tried the OID you gave on my Windows workstation and Net-snmp is able to retrieve MAC address of the machine, as you can see: C:\>snmpg

RE: Problem with snmp getnext in table

2004-06-21 Thread Mukherjee, Arijit (Arijit)
Bob, I could not find the patch attached. Could it be attached - and posted again, please, Thanks and regards, Arijit -Original Message- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 10:55 PM To: [EMAIL PROTECTED] Cc: Mukherjee, Arijit (Arijit) Subject: Re

MAC address not retrieved by Win32 client

2004-06-21 Thread Vic Berdin
Hi, I've setup net-snmp (v5.1.1) on an RH7.3 machine. I tried to retrieve information from it via a Win32 client using the tool "snmputilg.exe". It's nice to see that common values such as sysUPTime, sysContact, sysName, sysLocation, etc were retrieved successfully. However, I noticed that M