version for .NET

2008-04-21 Thread Arthur Bryan Santos
Hi guys Do you have a source code in .net platform?? I had been trying to run the system but Ive got a number of errors during compllation.. Maybe you guys had a modified version for .NET Thank you - This SF.net

I used the example downloaded from net-snmp official website, but there was an error!

2008-04-21 Thread Tewen Hsieh
Hi, I want to write a dynamically loadable object. I downloaded the example (including: Makefile, NET-SNMP-TUTORIAL-MIB.txt, nstAgentPluginObject.h, nstAgentPluginObject.c) from net-snmp offical website. I did it step by step as following: Steps to test the shared object via runtime MIB

Re: version for .NET

2008-04-21 Thread Dave Shield
On 21/04/2008, Arthur Bryan Santos [EMAIL PROTECTED] wrote: Do you have a source code in .net platform?? No. The Net-SNMP toolkit is written in C, and primarily developed on Unix-style kit. No-one has ever looked into porting this to a .Net framework. I had been trying to run the system but

Re: version for .NET

2008-04-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. Thanks. ] On

Re: strange snmpd.conf behaviour

2008-04-21 Thread Alejandro Islas
Solved!!! Thanks Alejandro On Sat, Apr 19, 2008 at 8:12 AM, Thomas Anders [EMAIL PROTECTED] wrote: Alejandro Islas wrote: However, when I launch snmpd via the /etc/init.d/snmpd file I do not have remote access to my tables and can only read them via localhost. I checked the snmpd file

RE: SNMP-COMMUNITY-MIB security question

2008-04-21 Thread Emi Yanagi
Dave, After I added a view to exclude snmpCommunitTable, read-only community public cannot populate any object even sysUpTime. Here is the snmpd.conf access control lines: com2secSecNameAllROdefault public group GroupAllROv2cSecNameAllRO view ViewRO

Re: I used the example downloaded from net-snmp official website, but there was an error!

2008-04-21 Thread Magnus Fromreide
On mån, 2008-04-21 at 12:04 +0800, Tewen Hsieh wrote: Hi, I want to write a dynamically loadable object. I downloaded the example (including: Makefile, NET-SNMP-TUTORIAL-MIB.txt, nstAgentPluginObject.h, nstAgentPluginObject.c) from net-snmp offical website. I did it step by step as

Re: snmpv3 Encryption Support

2008-04-21 Thread Wes Hardaker
On Thu, 17 Apr 2008 05:43:22 -0700 (PDT), Amit Kumar [EMAIL PROTECTED] said: AK mips64-octeon-linux-gnu-gcc -I../include -I. -I../snmplib -I../openssl/include -mabi=64 -Ulinux -Dlinux=linux -c keytools.c -fPIC -DPIC -o .libs/keytools.o ... AK I am not able to understand where hmac.h he is