Re: To get a row/column objects

2008-07-29 Thread Dave Shield
A minor amendment to what Mike said: 2008/7/30 Mike Ayers <[EMAIL PROTECTED]>: >The MIB says: > [SNIP] > ifIndex OBJECT-TYPE >SYNTAX InterfaceIndex >MAX-ACCESS read-only >STATUS current >DESCRIPTION >::= { ifEntry 1 } > [/SNIP] > >You will nev

Net-SNMP and ActivePerl version 5.10

2008-07-29 Thread Prerost, Petr (HPCS-Storage)
Hello, I am trying to use Net-SNMP with ActivePerl 5.10, I modified Architecture tag in NetSNMP.ppd and ppm was able to install Perl modules. Now I am trying to run net-snmp-perl-test.pl but it complaints about perl58.dll not found. Is it possible to modify installation for use ActivePerl 5.10 ?

Make fails. Files are present but cannot be compiled.

2008-07-29 Thread KEITH L JORDAN
Hello all, this is my first time using this software and I have only joined the ranks of Unix users recently so bear with me if I don't explain things as completely as I need to. I am having some trouble at the make stage of insta

Re: make is failing

2008-07-29 Thread mn kh
Hey Thomas, I had installed the net-snmp 5.4.1.2 and then i unistalled for the same exact reason you told me, and i used the rpm package existing in my red hat CD, I only have on net-snmp installed the libnetsnmp located in /usr/local/lib/ is an exact copy of the one located in /usr/lib/ does this

RE: To get a row/column objects

2008-07-29 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Pachiappan D > Sent: Tuesday, July 29, 2008 11:36 AM > I use net-snmp 5.4.1 and am using "snmpgetnext" to retrieve > the table rows/columns. > > To retrieve a row , i did as below, > snmpgetnext -v3 -uadmin -lauthNoPriv -aMD5

RE: large remote data is truncated

2008-07-29 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, July 29, 2008 2:20 AM > I have got a serious problem with snmp > In the configuration file /etc/snm/snmpd.conf I define with > exec commande > a mib to remote the stdout of a script like that

Re: Make-Error

2008-07-29 Thread Thomas Anders
Phani Chand.Kolli wrote: > cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib > -D_ALL_SOURCE - > > D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias > -DUSE_NATIVE_DLOPEN > > -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong > -I/usr/opt/perl5/lib/5.8.2/a > > ix-thread-

RE: String to Hex-String conversion

2008-07-29 Thread Mike Ayers
> From: Rajesh Chatterjee [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 29, 2008 1:54 AM > This didnot help me :(. Was there any such problem observed > in the past. It would be nice if you can provide some more > insight into it. I'm still trying to see the problem. You can't just

memleak?

2008-07-29 Thread dan anderson
In net-snmp/agent/mibgroup/target/target.c line 176 the comment suggests that there's a memory leak. I can't figure out why - there's no mallocs or news, param is the only other pointer returned by a function, and it's owned elsewhere, and the netsnmp_transport_free function doesn't have any note s

Re: Make-Error

2008-07-29 Thread Phani Chand.Kolli
I am getting the following error. can some one please help me? net-snmp-5.4.1.1#make D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -I/usr/opt/perl5/lib/5.8.2/a ix-thread-multi/CORE -g -Daix5=aix5 -c mibgroup/a

How convert string to integer

2008-07-29 Thread Murilo Fujita
Hi! I extended my agent to compare voltage value (greater or less than 12 volts) gotten through data acquisiton. My goal is send traps warning when the voltage is less than 12 V, for example. The script has if declaration to decide between greater or less. My idea is monitor inse

Re: SNMP Mananger/NMS options

2008-07-29 Thread Seann Clark
Les Mikesell wrote: > Seann Clark wrote: > Since this list deals the closest with what I am after, I am asking here, not for specific net-snmp support, but more for options that are out there. I am after an NMS that works like Spectrum, or HP Openview to be able to man

Re: SNMP Mananger/NMS options

2008-07-29 Thread Les Mikesell
Seann Clark wrote: > >>> Since this list deals the closest with what I am after, I am >>> asking here, not for specific net-snmp support, but more for options >>> that are out there. I am after an NMS that works like Spectrum, or HP >>> Openview to be able to manage a medium LAN/WAN infrastr

Re: SNMP Mananger/NMS options

2008-07-29 Thread Seann Clark
Les Mikesell wrote: > Seann Clark wrote: > >> All, >> >> Since this list deals the closest with what I am after, I am asking >> here, not for specific net-snmp support, but more for options that are >> out there. I am after an NMS that works like Spectrum, or HP Openview to >> be able to

To get a row/column objects

2008-07-29 Thread Pachiappan D
Hi, I use net-snmp 5.4.1 and am using "snmpgetnext" to retrieve the table rows/columns. To retrieve a row , i did as below, snmpgetnext -v3 -uadmin -lauthNoPriv -aMD5 -Apassword localhost ifTable - gives the first row ( 1st column ) IF-MIB::ifIndex.1 = INTEGER: 1 snmpgetnext -v3 -uadmin -lauthN

Re: make is failing

2008-07-29 Thread Thomas Anders
mn kh wrote: > [EMAIL PROTECTED] net-snmp-5.4.1.2]# ls -l /usr/local/lib/libnetsnmp.a > -rw-r--r--1 root root 676332 Jul 28 15:58 > /usr/local/lib/libnetsnmp.a > [EMAIL PROTECTED] net-snmp-5.4.1.2]# ls -l /usr/lib/libnetsnmp.a > -rw-r--r--1 root root 676332 Jan 27 2005

Re: SNMP Mananger/NMS options

2008-07-29 Thread Les Mikesell
Seann Clark wrote: > All, > > Since this list deals the closest with what I am after, I am asking > here, not for specific net-snmp support, but more for options that are > out there. I am after an NMS that works like Spectrum, or HP Openview to > be able to manage a medium LAN/WAN infrastr

Re: SNMP Mananger/NMS options

2008-07-29 Thread Seann Clark
Max wrote: > Hi Seann, > > On Tue, Jul 29, 2008 at 11:06 AM, Seann Clark > <[EMAIL PROTECTED]> wrote: > >> All, >> >>Since this list deals the closest with what I am after, I am asking >> here, not for specific net-snmp support, but more for options that are >> out there. I am after an NMS t

Re: SNMP Mananger/NMS options

2008-07-29 Thread Max
Hi Seann, On Tue, Jul 29, 2008 at 11:06 AM, Seann Clark <[EMAIL PROTECTED]> wrote: > All, > >Since this list deals the closest with what I am after, I am asking > here, not for specific net-snmp support, but more for options that are > out there. I am after an NMS that works like Spectrum, or

Re: SNMP Mananger/NMS options

2008-07-29 Thread Sven Koos
Hello Seann, ARGUS IT Operations Management is an agentless solution that could solve your problem (uses e.g. net-snmp): http://www.koosens.de/argus.xml Regards, Sven. - original Nachricht Betreff: SNMP Mananger/NMS options Gesendet: Di, 29. Jul 2008 Von: Seann Clark<[EMAIL PRO

SNMP Mananger/NMS options

2008-07-29 Thread Seann Clark
All, Since this list deals the closest with what I am after, I am asking here, not for specific net-snmp support, but more for options that are out there. I am after an NMS that works like Spectrum, or HP Openview to be able to manage a medium LAN/WAN infrastructure using primarily SNMP. I

large remote data is truncated

2008-07-29 Thread daoud_omar
hello I have got a serious problem with snmp In the configuration file /etc/snm/snmpd.conf I define with exec commande a mib to remote the stdout of a script like that exec OID script_to_execut directory_of_script_to_execut when I run this commande snmpwalk -v 1 localhost public OID The command

Re: String to Hex-String conversion

2008-07-29 Thread Rajesh Chatterjee
Hi Mike, This didnot help me :(. Was there any such problem observed in the past. It would be nice if you can provide some more insight into it. Cheers, Rajesh On 7/16/08, Mike Ayers <[EMAIL PROTECTED]> wrote: > > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Rajesh

Re: Trap idea

2008-07-29 Thread Dave Shield
2008/7/29 Rabindra Paikaray <[EMAIL PROTECTED]> > trapsink 192.168.101.100( traplistener ip for v1 trap) > trap2sink 192.168.101.100( traplistener ip for v2 trap) Note that you only need *ONE* of these lines (depending on whether you want to send v1 or v2 traps) If you have both lines, then you wi