Re: How to make v3 effective after porting net-snmp to embedded system

2008-12-10 Thread BOMB
Hi, guys, After nearly 3days research and benefits from lots of Zorros, now it's done . I think I shoul share what I learned with new users which I think will be userful for them . 1, the parameters after ./configure, --sysconfdir --with-logfile="/var/log/snmpd.log" --with-persistent-directory a

Re: How can I add a v3 user successfully?

2008-12-10 Thread BOMB
Yes, I think it reasonable that Steve Miller said: The user creation can be done by modifying snmpd.conf or use utilities like snmpusm via snmp path. What about creating an user from within the system? i.e. is there a some kind of creatuser API that can be called by other process such as a CLI?

Re: How can I add a v3 user successfully?

2008-12-10 Thread Steve Miller
The user creation can be done by modifying snmpd.conf or use utilities like snmpusm via snmp path. What about creating an user from within the system? i.e. is there a some kind of creatuser API that can be called by other process such as a CLI? If these user related APIs are not available, ho

Re: Size of net-snmp for embedded platform

2008-12-10 Thread Hal Rosenstock
On Wed, Dec 10, 2008 at 9:46 AM, Wes Hardaker <[EMAIL PROTECTED]> wrote: >> On Wed, 10 Dec 2008 06:43:39 -0500, "Hal Rosenstock" <[EMAIL PROTECTED]> >> said: > > HR> How small a memory footprint do you think is reasonable achieveable > HR> before diminishing returns set in ? > > I think af

Re: How to configure snmptrapd to accept all traps

2008-12-10 Thread Wes Hardaker
> On Tue, 09 Dec 2008 15:09:59 -0800, Jared Gillis <[EMAIL PROTECTED]> said: JG> I recently upgraded to the latest net-snmp (5.4.2.1) from v5.1.x, JG> and I am having trouble with the new requirement that an JG> authCommunity be defined for any incoming trap community. I want to JG> receive a

Re: Size of net-snmp for embedded platform

2008-12-10 Thread Wes Hardaker
> On Wed, 10 Dec 2008 06:43:39 -0500, "Hal Rosenstock" <[EMAIL PROTECTED]> > said: HR> How small a memory footprint do you think is reasonable achieveable HR> before diminishing returns set in ? I think after you follow the instructions on that page we've reached pretty-much diminishing

Re: What algorithms of OpenSSL are used by net-snmp

2008-12-10 Thread Wes Hardaker
> On Wed, 10 Dec 2008 15:11:08 +0100, "Hanke, Markus" <[EMAIL PROTECTED]> > said: MH> Does someone now already that parts of net-snmp uses patented algorithms MH> or code and which parts would that be. Only a lawyer can probably answer that authoritatively and I suspect even they wouldn't

What algorithms of OpenSSL are used by net-snmp

2008-12-10 Thread Hanke, Markus
Hi, we have managed to utilize net-snmp successfully for bigger medical product. Now, the issue arises if we are using any code that is covered by patents and if we need to get in contact with any patent owners. That's why I have the following questions: Does someone now already that parts of net

cpu Idle % with higher averaging period

2008-12-10 Thread Joao Ferreira gmail
Hello all, I understand the Host Resources and the UCD-SNMP mib, both supported by snmpd, can tell me the average CPU Idle percentage. Both MIBs support the last minute average. I need to get a measure of that value, but averaged over 5 or 10 minutes ? 5 would be ok, 10 would be great. Is ther

Re: Size of net-snmp for embedded platform

2008-12-10 Thread Hal Rosenstock
Wes, On Tue, Dec 9, 2008 at 9:51 AM, Wes Hardaker <[EMAIL PROTECTED]> wrote: > Your options are summarized here: > > http://www.net-snmp.org/wiki/index.php/FAQ:Compiling_04 > > It's hard to get it down to much smaller than what is recommended > there. There are a number of other large projects t

still problems with monitor

2008-12-10 Thread Hindley Nick
all, I'm still having problems with monitor and net-snmp 5.4.2.1 on solaris 5.10 I have the following lines in my snmpd.conf proc xntpd monitor "Process table" -r 30 -u solarw -e prErrorFlag != 0 I then stop the xntpd process for testing. While I can see, via snmpwalk, that this is being

Re: How can I add a v3 user successfully?

2008-12-10 Thread Bian Jiang
use net-snmp-config --create-snmpv3-user to create new user. more about you can see: http://net-snmp.sourceforge.net/docs/man/net-snmp-config.html On Wed, Dec 10, 2008 at 4:44 PM, Thomas Anders <[EMAIL PROTECTED]>wrote: > BOMB wrote: > > [EMAIL PROTECTED] net-snmp-5.4.2.1]# rwuser initial >

Re: How can I add a v3 user successfully?

2008-12-10 Thread Thomas Anders
BOMB wrote: > [EMAIL PROTECTED] net-snmp-5.4.2.1]# rwuser initial > -bash: rwuser: command not found > > [EMAIL PROTECTED] net-snmp-5.4.2.1]# rwuser wes > -bash: rwuser: command not found Both lines need to go into your regular snmpd.conf file instead of your shell. > [EMAIL PROTECTED] net-snmp

How can I add a v3 user successfully?

2008-12-10 Thread BOMB
Hi, Zorros Now I'm working on a desktop linux machine(x86), my net-snmp is configured with default (./configure ), if I get oid value via snmp v2, it works well, but can't via v3, firstly I know I should add a v3 user to system, so I issued the command according with man guide(http://net-snmp