Re: SNMPd exits problem

2008-12-08 Thread Magnus Fromreide
On Thu, 2008-12-04 at 15:09 +0530, Ambika Tripathy wrote: > Hi Experts, > > I am facing problem in executing snmpd? It exits. When I > gdb it I found below errors. > > (gdb) run -Lo -Le > > Starting program: /usr/local/sbin/snmpd -Lo -Le > [Thread debugging using libthread_db enab

External user management for SNMPv3

2008-12-08 Thread Tanya Brudner
Hi All, I am trying to understand if it is possible to have the snmpv3 (usm) users authenticated externally. Is there a way for an external account management? I couldn't find a way to connect the SNMP users to PAM, nor work with RADIUS. Is there some (other) way? Thanks, -Tanya

How to enable encryption

2008-12-08 Thread Steve Miller
I am getting Encrytion not enable error from my snmpd. I used pretty much the default options from configure to generate the makefiles. I was under the impression that encryption shoud be on by default?? Any help is appreciated. thx Steve -

Re: How to enable encryption

2008-12-08 Thread Tsuyoshi Nagata
Hi, Steve Here is the part of net-snmp.spec file from fedora 10. You can specify these options in common. Tsuyoshi. %configure \ --enable-static --enable-shared \ --with-cflags="$RPM_OPT_FLAGS -D_RPM_4_4_COMPAT"\ --with-ldflags="$LDFLAGS -lcrypto -lsensors"

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

2008-12-08 Thread BOMB
I've ported the net-snmp v3 to a mips embedded system, after copied the libs to target lib and modified Example.conf to /etc/snmp/snmpd.conf , issued the snmpd, then it seems run well, I can use the tool like snmp-manager to get the oid value, etc the simplest .1.3.6.1.2.1.1.1.0 ,

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

2008-12-08 Thread dan anderson
What are the exact strings you added to the config files? And did you change the default config file path (eg. with --prefix) when you ran configure before compiling? -Dan 2008/12/8 BOMB <[EMAIL PROTECTED]>: > I've ported the net-snmp v3 to a mips embedded system, after copied the > libs >

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

2008-12-08 Thread BOMB
Hi Anderson, here is my configuration ./configure --host=x86-linux --target=mips-linux --with-cc=mips-linux-uclibc-gcc --with-ar=mips-linux-uclibc-ar --with-endianness=big --disable-debugging --enable-mini-agent --without-kmem-usage --disable-manuals --disable-scripts --with-cflags=-Os --with-o

Size of net-snmp for embedded platform

2008-12-08 Thread BOMB
Hi, Zorros After I ported the net-snmp to mips embedded system, I found it really a big bulk, I tried to install only necessary libs(libnetsnmp.so 465kB libnetsnmpagent.so 121KB libnetsnmphelpers.so 73KB libnetsnmpmibs.so 118KB) and commands (snmpd 23KB snmpget 9KB), the size totally add up to 9

Re: Size of net-snmp for embedded platform

2008-12-08 Thread Brian A. Seklecki
900k isn't bad for SNMP. We could look at Chrunchgen'ing the binary with others... ~BAS On Tue, 9 Dec 2008, BOMB wrote: > Hi, Zorros > After I ported the net-snmp to mips embedded system, I found it really a big > bulk, I tried to install only necessary libs(libnetsnmp.so 465kB > libnetsnmpa