snmptrapd with command handler - Could not report event. Last error: 0x5de

2005-09-29 Thread shahram amini-didani
I forgot to mention, I am running snmptrapd on Windows 2000 Professional. I am running snmptrapd from 5.1.3 binaries. The configuration file contains one entry traphandle default trapReporter.exe and the snmptrapd is started as snmptrapd -n I get the following error msg on the

snmptrapd from 5.1.3 source ?

2005-09-29 Thread shahram amini-didani
Hi, I have compiled snmptrapd from 5.1.3 source on Microsoft Windows Professional, Visual Studio VC++ 6.0 and it compiles fine. But as I run it, it get access violation exception on its third hit in the following code area. Note that I have not made any modification to the source code yet. Any

How to read TCP/Ip counters on Debian Sarge?

2005-09-29 Thread Joost Kraaijeveld
Hi, Is it possible to use SNMP for viewing 1.3.6.1.2.1.2.2.1.10.1 (out ethernet) en 1.3.6.1.2.1.2.2.1.16.1 (in ethernet) on a Debian Sarge based router? If so, what else should I do besides apt-get install snmp snmpd? It looks to me that none of the MIBS in /usr/share/snmp/mibs are used

working with different mibs libraries

2005-09-29 Thread Moran Mazig
Hi, i want to be able to load snmpd with different versions of my proprietary mibs. Before I had more then one version, I loaded the snmpd like this:snmpd -C -c /usr/local/share/snmp/snmpd.conf -f L And then it would load the mibs from two defaultlibraries: /usr/local/share/snmp/mibs

truncted response data

2005-09-29 Thread Dean McDonald
Hiya, I'm in the process of trying to get Solaris package information from net-snmp (5.2.1), including the package version. I was previously only getting package name (hrSWInstalledName), but it seems the package version was not available in the MIB (?) It's probably not the best method, but to

unexpected behaviour with net-snmp-5.1-80.3 under SLES 9

2005-09-29 Thread Roland . Tomuschat
dear community member, we ´ve got net-snmp-5.1-80.3 running under SLES9. Since we have problems to get percentage of mountpoint usage via hrStorageSize and hrStorageUsed we refer to the net-snmp community in hope to get a solution or workaround. An snmpwalk through the host section of MIBII

Code not generated for my table

2005-09-29 Thread Rohini V
Hi, I have used a table in my Test Mib, with name example. There is no Table keyword attached to it. So, when I ask mib compiler to generate iterate code on node example, nothing gets generated there. Is there any option , using which I can force mib2c to generate iterate code for table

Please help

2005-09-29 Thread Tuan Nguyen
Any one out there please help to start to run snmpwalk, snmpget, snmppnext, snmptrap... here is what I did and I got error in return. snmpwalk -c public -v 1 -Oqs -m all 10.XX.XX.XX please please me with other too snmpget, snmptrap etc. Thanks

Re: Windows Net-SNMP

2005-09-29 Thread Gary Clark
I meant to say I already set up the cygwin on windows. Marvellous. - Original Message - From: Gary Clark [EMAIL PROTECTED] To: Dave Shield [EMAIL PROTECTED] Cc: PAUL WILLIAMSON [EMAIL PROTECTED]; net-snmp-users@lists.sourceforge.net Sent: Thursday, September 29, 2005 2:01 PM Subject: Re:

tracking disk usage

2005-09-29 Thread Dan Stromberg
Hi folks. The help I got on here before about config file compatibility was really useful. Thanks for that. I have another question. Are there any free programs available that will query netsnmp for the various storage items in an snmpwalk (what's the technical term for those things?)

Re: Code not generated for my table

2005-09-29 Thread Sridhar S
Hi, I found following code in the mib2c script from line number 776. I think, since script is looking for 'Table' word, code is not generated the example mib. sub setup_data { my $mib = shift; if ($mib-{label} =~ /Table$/) { my $indexes; my $tablename = $mib-{label};