Re: NetSNMP 5.3.1 Perl Module Problem

2006-08-17 Thread Thomas Anders
wanderchiou wrote: > [EMAIL PROTECTED] ]#make test > 34:testing authentication failure traps are sent by snmpd...FAIL > Summary: 58 / 59 succeeded. Is this reproducible? If so, please file a bug on http://www.net-snmp.org/bugs and attach the /tmp/snmp-test-34-* directory as a (gzipped) tarball.

RE: There's a problem with sensors for Solaris in 5.3.1.rc1

2006-08-17 Thread Bruce Shaw
>I replaced >char sname[PICL_PROPNAMELEN_MAX] = "SYSTEM"; /* bad or old */ >with >char sname[PICL_PROPNAMELEN_MAX] = "platform"; >and that seemed to work better. That only works on some servers. The solution in the code found here: http://net-snmp.cvs.sourceforge.net/net-snmp/net-snmp/agent/mi

Re: snmptrapd

2006-08-17 Thread Dave Shield
On 17/08/06, Jonathan Shan <[EMAIL PROTECTED]> wrote: > > Do you see the raw packet dump received? > > If not, then it might be the local firewall settings - check whether > > iptables allows access to port 162. > > Nothing was outputted after snmptrap command was run. > > According t

Re: snmptrapd

2006-08-17 Thread Jonathan Shan
Hello Dave, > But you do see the startup message, I trust? Yes, it outputs time then outputs "NET-SNMP version 5.2.2 started" > Try running >"snmptrapd -f -Lo -d" > > and send a trap as before. Do you see the raw packet dump received? > If not, then it might be the local firewall settings -

Tutorial Errata?

2006-08-17 Thread Adhemar Prieto
Hi guys. I was reading the following page and I think there´s a mistake. http : // www. net-snmp . org / tutorial / tutorial-5 / commands / snmpget.html At the beginning your are showing 2 shell command which are essentially the same (only swap of version and community parameters). I t

RE: There's a problem with sensors for Solaris in 5.3.1.rc1

2006-08-17 Thread Andy Ellis
Thanks Bruce, I was also looking for the correct starting point for the picld tree as you mentioned. I think I found it. I replaced: char sname[PICL_PROPNAMELEN_MAX] = "SYSTEM"; /* bad or old */ with char sname[PICL_PROPNAMELEN_MAX] = "platform"; and that seemed to work better. Andy -Ori

Re: NetSNMP 5.3.1 Perl Module Problem

2006-08-17 Thread wanderchiou
Hello, Thank you for quick response! My OS is Fedora Core 4. [EMAIL PROTECTED] manager]# uname -a Linux ss.under.test.com 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 i686 i386 GNU/Linux I did "./configure --enable-ipv6". However,  "make  test",  only  34th test does not pass. [EMAIL

RE: There's a problem with sensors for Solaris in 5.3.1.rc1

2006-08-17 Thread Bruce Shaw
>Anyway to get a hint on how to fix this before a patch is released? Try the lmSensors.c and lmSensors.h found here: http://net-snmp.cvs.sourceforge.net/net-snmp/net-snmp/agent/mibgroup/ucd-snm p/ >Bruce wrote: >>For most platforms it's OK, but for a few it not displaying any information >> b

AW: 5.3.1 on AIX 4.3.3 (was: Re: Surprising Success on Novell/Suse 10.1Beta)

2006-08-17 Thread Angerstein
Building Net-SNMP Main-Software is ok using ggc version powerpc-ibm-aix4.3.3.0/2.9-aix51-020209 on AIX 4.3.3. The Problem starts with the perl api. I am looking for the logs at the moment. I remember that the main problem was something with the Dynaloader. I will send the logs as soon as i found

Windows Perl on Net-SNMP?

2006-08-17 Thread gary clark
Hiya, Been trying to build this windows Net-SNMP perl version. I downloaded ActivePerl which was fine for performing get and set operations. However I wanted to use the mib2c command to generate the templates however this requires the Net-SNMP perl installation. Can somebody point to or offer so

5.3.1 on AIX 4.3.3 (was: Re: Surprising Success on Novell/Suse 10.1 Beta)

2006-08-17 Thread Thomas Anders
Angerstein wrote: > There where no Errors! Great! If Net-SNMP would compile the same way on > AIX my life would be much better ;-) Do you care to share details? Compiler? configure options? Did you follow the advices from README.aix? FWIW, 5.3.1 builds fine for me (w/ xlc) on AIX 4.3.3. +Thomas

Re: Surprising Success on Novell/Suse 10.1 Beta

2006-08-17 Thread Dave Shield
On 17/08/06, Angerstein <[EMAIL PROTECTED]> wrote: > Since the 4.0 Release I am working with Net-SNMP, mainly on Aix and it > is a hard job to get > Net-SNMP and Perl API (64 Bit Multithreading Perl 5.8.6) running on a > Aix 4.3.3 I was very suprised that it only takes me a couple of minutes > to c

Surprising Success on Novell/Suse 10.1 Beta

2006-08-17 Thread Angerstein
Hello, there After having a really hard time with the preinstall Net-SNMP rpm (Perl Not Working, Agent not Working)on my Suse Beta 10.1 64 Bit, I decided to build Net-SNMP by myself. Since the 4.0 Release I am working with Net-SNMP, mainly on Aix and it is a hard job to get Net-SNMP and Perl API

Re: NetSNMP 5.3.1 Perl Module Problem

2006-08-17 Thread Thomas Anders
wanderchiou wrote: > I want to ask two questions: > 1. NetSNMP 5.3.1 Perl Module support TCP/IPv6, UDP/IPv6 or not? > As I know the agent does not support IPv6, when I add UDP/IPv6, TCP/IPv6 > Public Domain options into SNMP-Conifg.h, the agent compilation does not pass. > May I sent a sn

how to extract from OBJECTS-GROUP collection of objects ?

2006-08-17 Thread Vlad Shafransky
Hi all! I'm using loadmib() function in order to get tree of mib. I have definition in mib like this: Xxx OBJECTS-GROUP{ OBJECTS{ Object1, Object2, etc } } How can I extract Objects from my Xxx object group? Thanks , Vlad. ***

net-snmp on Mac OSX

2006-08-17 Thread Jeremy Bowman
Title: net-snmp on Mac OSX Can anyone tell me now to compile and get working net-snmp 5.3.1 on 10.4.7 Server? At the moment, I’m following this procedure. 1) Install DarwinPorts 1.2.1 on 10.4.7 Server. 2) gcc_select – default compiler gcc 4.0.0 (Apple build 4061) 3) snmpd –v – net-snmp 5.2.1

NetSNMP 5.3.1 Perl Module Problem

2006-08-17 Thread wanderchiou
Hello,   I want to ask two questions: 1. NetSNMP 5.3.1 Perl Module  support TCP/IPv6, UDP/IPv6 or not? As I know the agent does not support IPv6, when I add UDP/IPv6, TCP/IPv6 Public Domain options into SNMP-Conifg.h, the agent compilation does not pass. May I sent a snmp-get via UDP/IPv6 in

Re: Windows and Net-SNMP

2006-08-17 Thread Dave Shield
On 16/08/06, Joe Tseng <[EMAIL PROTECTED]> wrote: > Put this line in snmpd.conf: >rwcommunity public Just one amendment to that idea. I'd strongly suggest that you use rocommunity public instead, and *don't* give global write access to the "public" community. There's a limit to the amount

Re: Missing libcrypto.so.6

2006-08-17 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. Thanks. ] On 15/08

snmptrapd dropped trap

2006-08-17 Thread Chau T Trinh
I'm running net-SNMP on a Linux machine (Linux 2.6.16.2, Debian 3.1) to test out the sending & receiving traps mechanism. In snmptrapd.conf I created an user: (createUser -e 0x010203040506 modem MD5 raytheon DES nlosRadio). I ran snmptrapd (snmptrapd -c snmptrap.conf -f -Lo), then sent coldStart tr