release policy published

2005-12-12 Thread Wes Hardaker
I've published a first-written (but longer practiced) copy of the net-snmp release policy at: http://www.net-snmp.org/dev/release-policy.html The document codifies much of what has been in practice for a while now. People contributing patches to the project or helping out in active developmen

Re: AES 128 bit encryption algorithm support (Li Xiaonong-CXL004)

2005-12-12 Thread devsingh
Hi, - SHA authentication and DES encryption support is only available if you have OpenSSL installed. - snmp.crypto fileset must be installed in order to support HMAC-MD5 or HMAC-SHA. - The AES and 3-DES Encryption Support for SNMP Version 3 feature adds Advanced Encryption Standard

RE: Subagent crashes when processing responses slowly

2005-12-12 Thread Óscar Álvarez Paredes
I've tried it also with 5.2.1 on Suse 10 with the same result. -Mensaje original- De: Robert Story [mailto:[EMAIL PROTECTED] Enviado el: lunes, 12 de diciembre de 2005 21:57 Para: Óscar Álvarez Paredes CC: [email protected]; [email protected] Asunto

Re: Subagent crashes when processing responses slowly

2005-12-12 Thread Robert Story
On Mon, 12 Dec 2005 17:29:54 +0100 (CET) Óscar wrote: > I'm using net-snmp version 5.1.2, as it's the one supported by RedHat 9. Could you try it with 5.1.3, just for reference? -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid c

Re: Problem compiling on HP-UX 11.00

2005-12-12 Thread Johannes Schmidt-Fischer
>>On Thu, 08 Dec 2005 17:48:22 +0100, Johannes Schmidt-Fischer <[EMAIL >>PROTECTED]> said: > > > Johannes> The script nsb-package sources the nsb-functions script. In > Johannes> thas script a function nsb-make() is defined that runs the > Johannes> actual make command. Unless NSB_MAKE

Re: problem with net-snmp-config

2005-12-12 Thread Johannes Schmidt-Fischer
Hello Simon, the "shift" statement in net-snmp-config in line 430 seems to be useless since there is no argument to be shifted away. Some shells (/bin/sh - see shebang at the beginning of the script net-snmp-config) complain about this useless shift, others (e.g. the one shipped with Linux) do not

Re: Trap handling (or not)

2005-12-12 Thread Wes Hardaker
> On Mon, 12 Dec 2005 17:28:05 +, Dave Shield <[EMAIL PROTECTED]> said: Dave> I've got some ideas about better ways to handle simplified Dave> access control, for which "acceptAllTraps" might be a reasonable Dave> configuration. I think one of the end goals with all of this stuff was to s

Re: Trap handling (or not)

2005-12-12 Thread Wes Hardaker
> On Mon, 12 Dec 2005 17:28:05 +, Dave Shield <[EMAIL PROTECTED]> said: Dave> For the moment, I'd just like agreement to delete the Dave> registration of the 'acceptAllTraps' directive. Unfortunately, Dave> I didn't manage to get word to robert until after he'd packaged Dave> up the 5.3.rc

Re: Trap handling (or not)

2005-12-12 Thread Thomas Anders
Dave Shield wrote: For the moment, I'd just like agreement to delete the registration of the 'acceptAllTraps' directive. Unfortunately, I didn't manage to get word to robert until after he'd packaged up the 5.3.rc1 tarball, but I'd very much like to see this removed before the main 5.3 release.

Re: Trap handling (or not)

2005-12-12 Thread Dave Shield
On Thu, 2005-12-08 at 15:13 +, Dave Shield wrote: > Finally, I've tweaked the "accept everything" configuration > to recognise the directive "acceptAllTraps" as well as Wes' > original "disableAuthorization". After due consideration, I've decided that I'd like to withdraw this particular propo

Subagent crashes when processing responses slowly

2005-12-12 Thread Óscar Álvarez Paredes
Hi, I'm using net-snmp version 5.1.2, as it's the one supported by RedHat 9. I've created an AgentX subagent with a MIB that has 5 scalar counters. I'm using the code generated by mib2c.scalar.conf and in the generated code i've completed the handlers as follows: ... uint32 value; ... case MODE_G

Re: memory leak

2005-12-12 Thread Robert Story
On Sun, 11 Dec 2005 23:23:45 -0500 Haizhu wrote: HL> Yes, I know we are using an old netsnmp, it is business decision what to HL> go with. But is there memory leak problem with 5.0.8? I'm sure there are several. And no, we can't tell you how to fix them without upgrading to a newer release. I sug

Re: SNMP Table

2005-12-12 Thread Wes Hardaker
> On Sun, 11 Dec 2005 01:14:53 +0530, "toby sebastian" <[EMAIL PROTECTED]> > said: toby> Please tell me how to implement, configure and run snmp table? toby> Please give me an example. Thanks in advance... See http://www.net-snmp.org/tutorial/tutorial-5/toolkit/ -- Wes Hardaker Sparta,

Re: AES 128 bit encryption algorithm support

2005-12-12 Thread Wes Hardaker
> On Sat, 10 Dec 2005 14:00:30 -0500, "Li Xiaonong-CXL004" <[EMAIL > PROTECTED]> said: Li> Does the latest NET-SNMP v3 modules support AES 128 bit Li> encryption? Based on the SNMP v3 readme, openSSL is required for Li> SHA authentication and DES encryption. Does that means if I had Li>

RE: How Tables and SNMP Daemon interact?

2005-12-12 Thread Ajay Hotchandani
Hi,   Thanks for Reply. And, sorry for the delay from my side.   I think, I have not made my question clear. Sorry about that. What I want to know is: - How the query (i.e. snmpget etc.) from SNMP daemon reaches to my agent? - How reply from my agent goes to SNMP daemon and eventuall

would you help me?

2005-12-12 Thread peibo
Dear,     I have been using this net-snmp for only several weeks, It's  very helpful tools for me, thanks     However I got a little trouble now. After I updated it to V5.2.2 for ipv6 according to readme.win32, which command should i use to do the snmpget, snmpgetnext... operation for ipv6.

Re: How to cross compile NET-SNMP

2005-12-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I have tried ELDK net-snmp binaries, i have added all missing shared libs, > and i get: > > / # snmpd -H > snmpd: error in loading shared libraries > /lib/libm.so.6: undefined symbol: __sim_disabled_exceptions > > BTW, snmpd ask for libcrypto.so.0.9.8

History and community size

2005-12-12 Thread Iain le Duc
I am looking at net-SNMP for use in a satellite ground system.  A question that will be raised by the customer is "Why Net-SNMP?" as well as "then justify it usage".  Any help that you can provide will be greatly appreciated.   I'll try to give you a flavour of how I need to justify its sele

AES 128 bit encryption algorithm support

2005-12-12 Thread Li Xiaonong-CXL004
Does the latest NET-SNMP v3 modules support AES 128 bit encryption? Based on the SNMP v3 readme, openSSL is required for SHA authentication and DES encryption. Does that means if I had openSSL supporting AES 128 bits, SNMP agent would support AES 128 bits encryption?   Thanks,   xiaonong

SNMP Table

2005-12-12 Thread toby sebastian
Dear All,   Please tell me how to implement, configure and run snmp table? Please give me an example. Thanks in advance...   Regards,   Toby

Re: How can I know the data I get from the interfaces module is correct?

2005-12-12 Thread Dave Shield
On Mon, 2005-12-12 at 01:48 +0800, Zax wrote: > I am not sure that the driver of NIC works right. > So I use 'ifconfig' to get some informations which may be not correct. Then you should probably take this up with the developers of that particular driver. An SNMP agent can only report whatever in

Re: 5.3.rc1 available

2005-12-12 Thread Dave Shield
On Sun, 2005-12-11 at 17:55 -0500, Robert Story wrote: > The first release candidate of 5.3 is now available for testing. > > *5.3* > > *** Important Notes *** > - Due to a copyright statement that didn't allow modifications, > snmpnetstat was completely rewritten. The new binary is