Re: Fwd: Re: Agent Implimentation

2007-04-05 Thread Joao Miguel Ferreira
On Wed, 2007-04-04 at 12:01 -0700, Reza Salehi wrote: Thanks for your response. I encountered another weired problem. Before I was able to compile the notification.c example into agent and run it. Now I tried to run it as sub agent.I compile it at sub agent and it compiled without error.

Re: Make install unsuccessful?

2007-04-05 Thread Dave Shield
On 04/04/07, Malladi, Sasikanth [EMAIL PROTECTED] wrote: Then I ran make install, which seems to have run successfully without any errors. What was the output from this make install command? In particular, what was the output relating to the directory 'local'? The easiest way to tell is to run

Re: communicate with ME102

2007-04-05 Thread Dave Shield
On 04/04/07, Michael Renner [EMAIL PROTECTED] wrote: What about just fetching sysDescr.0? well, I got an answer, but no value: snmpget -v1 -c public 192.168.5.11 sysDescr.0 Error in packet Reason: (noSuchName) There is no such variable name in this MIB. Failed object:

Re: Bizarre MIB translation problems

2007-04-05 Thread Dave Shield
On 05/04/07, Andy Fry [EMAIL PROTECTED] wrote: I didn't post the snmptranslate results, but they're pretty odd too. # snmptranslate -On CISCO-PROCESS-MIB::cpmCPUTotal5secRev.9 No log handling enabled - turning on stderr logging CISCO-PROCESS-MIB::cpmCPUTotal5secRev.9: Unknown Object Identifier

Re: Make install unsuccessful?

2007-04-05 Thread Dave Shield
On 04/04/07, Malladi, Sasikanth [EMAIL PROTECTED] wrote: However, I can't get snmpconf to work as the snmpconf-config firle in the directory /export/opt/share/snmp/snmpconf-data/snmp-data was not generated. Sudden thought: What does the file 'local/Makefile' look like? In particular, what

RE: Make install unsuccessful?

2007-04-05 Thread Malladi, Sasikanth
PERL= /usr/local/bin/perl And here is the perl binary: $ ls -l /usr/local/bin/p lrwxrwxrwx 1 root other 31 Oct 11 2005 /usr/local/bin/perl - /export/opt/perl/5.8.0/bin/perl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave

Re: Make install unsuccessful?

2007-04-05 Thread Dave Shield
On 05/04/07, Malladi, Sasikanth [EMAIL PROTECTED] wrote: PERL= /usr/local/bin/perl OK - so the install *ought* to be working. And the other question I asked? Dave - Take Surveys. Earn Cash. Influence the Future

5.4 perl - missing indices in bulkwalk result

2007-04-05 Thread Florian Jauernig
Hi List, as I am not sure if I may open a bug for this on sourceforge I want to present my problem on this list first. (This means that I already looked through the opened bugs and have not found anything appropriate) I have noticed the following problem using a selfcompiled 5.4 (x86_64) under

RE: Make install unsuccessful?

2007-04-05 Thread Malladi, Sasikanth
Er, the output is a little long but here it goes. If you could tell me what you are looking for I could help. But if you want to trawl through these messages, that's up to you. I just feel a little bad using up your bandwidth so much. /usr/local/bin/install -c snmpcheck.made

Re: 5.4 perl - missing indices in bulkwalk result

2007-04-05 Thread Dave Shield
On 05/04/07, Florian Jauernig [EMAIL PROTECTED] wrote: as I am not sure if I may open a bug for this on sourceforge I want to present my problem on this list first. (This means that I already looked through the opened bugs and have not found anything appropriate) This isn't actually a bug in

Re: Make install unsuccessful?

2007-04-05 Thread Dave Shield
On 05/04/07, Malladi, Sasikanth [EMAIL PROTECTED] wrote: Er, the output is a little long but here it goes. If you could tell me what you are looking for I could help. I'm looking for where it tries to install the snmpconf files. [snp] /usr/local/bin/install -c -m 644

Re: 5.4 perl - missing indices in bulkwalk result

2007-04-05 Thread Florian Jauernig
Dave, many thanks for the really quick reply! Am Donnerstag, 5. April 2007 16:51 schrieb Dave Shield: On 05/04/07, Florian Jauernig [EMAIL PROTECTED] wrote: as I am not sure if I may open a bug for this on sourceforge I want to present my problem on this list first. (This means that I

Re: 5.4 perl - missing indices in bulkwalk result

2007-04-05 Thread Dave Shield
On 05/04/07, Florian Jauernig [EMAIL PROTECTED] wrote: Note that the SNMP perl module does include a flag to control the behaviour when such bogus results are returned: I already tried this - but unfortunately when creating session objects using new with the NonIncreasing key set to 1, I do

Problems with Sun Solaris sending traps

2007-04-05 Thread Michael Lineback
I am attempting to send traps from a Sun Solaris 9 box to nms system.I have Net-Snmp V5.1.1.Configuration options show disman/event-mib is enabled in the Configure options. The following is an example of the traps that I get from the server. Generic: 6; Specific: 2; Community: bipolar;

Does disman require IPv6?

2007-04-05 Thread cnelson
I'm trying to add DISMAN MIB support to an existing configuration, cross-compiling Net-SNMP v5.2.2 from Intel Linux to ARM Linux. I configure like this: export CROSS_COMPILE=arm-linux ac_cv_CAN_USE_SYSCTL=no \ export CFLAG=-I/opt/denx/arm/usr/include/linux ./configure --prefix=/usr \

Re: Does disman require IPv6?

2007-04-05 Thread Dave Shield
On 05/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does disman require ipv6? No. Or is pingCtrTable.h not sufficiently parameterized with #ifdef stuff to disable ipv6 when ipv6 isn't to be used? The DisMan code in general is relatively immature

Re: Problems with Sun Solaris sending traps

2007-04-05 Thread Dave Shield
On 05/04/07, Michael Lineback [EMAIL PROTECTED] wrote: I am attempting to send traps from a Sun Solaris 9 box to nms system.I have Net-Snmp V5.1.1.Configuration options show disman/event-mib is enabled in the Configure options. The 5.1.1 release is extremely old by now, and the disman

Re: Does disman require IPv6?

2007-04-05 Thread cnelson
On 05/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does disman require ipv6? No. Thanks. Or is pingCtrTable.h not sufficiently parameterized with #ifdef stuff to disable ipv6 when ipv6 isn't to be used? The DisMan code in general is

Re: Does disman require IPv6?

2007-04-05 Thread Dave Shield
On 05/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: It does not surprise me in the slightest that you're having problems with these particular modules. I'd suggest you delete from disman.h, and rebuild. Delete *what* from disman.h? Everything other than

Re: Does disman require IPv6?

2007-04-05 Thread cnelson
On 05/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ... Isn't the monitor directive part of disman? It's part of the DisMan Event MIB, yes. But that's only one of a collection of MIBs produced by the DisMan working group. That's what I really want. Then all you need is

5.2.4.rc2 available for testing

2007-04-05 Thread Dave Shield
We have just released the second release candidate for the upcoming version 5.2.4. This is available from the project website at http://sourceforge.net/project/showfiles.php?group_id=12694package_id=11571release_id=486948 Hopefully, this will be the last RC before the full 5.2.4 release. Test

Cannot send trap from my trapdaemon

2007-04-05 Thread maciej_golas
I developed my own trap receiver programm called trapd based on snmptrapd. For now it is only displaying received traps on screen in user friendly way. So I know this app is working fine. Now I want this app to send a trap/inform to different destination when it receives any trap. For testing