Re: Howto disable V3

2007-10-30 Thread 唐仲基
Thank you all! But why? I will try. I just want to make my snmpd as smaller as possiable! It's now about 800K. I don't want snmpv3's functions. Can I take a previous version of net-SNMP(UCD-SNMP) which has no V3 included? Then which version? 2007/10/31, Magnus Fromreide <[EMAIL PROTECTED]>: > >

Re: Howto disable V3

2007-10-30 Thread Magnus Fromreide
On tis, 2007-10-30 at 08:15 +0800, 唐仲基 wrote: > Hi, Coders! > Last time I forgot to thank somebody for disabling embeded perl. > This time, I found my snmpd too big.(800K) > I just want my snmpd to support v2c no v1 or v3 needed. > Anybody tell me how? As Tomas said you sadly can't disable

Linking libnetsnmptrapd with C++

2007-10-30 Thread Roy M. Silvernail
While I had no problem at all linking libsnmp with a C++ environment, trying to add the libnetsnmptrapd module is giving me linking fits. It seems to come down to name decoration, with snmptrapd_handlers.h having no '#ifdef __cplusplus' guarding. Wrapping the whole file with a conditional 'ex

More net-snmp 5.4.1 startup issues.

2007-10-30 Thread Jayson Robinson
All, I'm having issues within my environment in some areas where net-snmp 5.4.1 isn't starting up correctly. Once in awhile it will start up correctly but more often then not it dies within a minute of starting it up with a seg fault. Seeing the following in the snmpd.log: error on subconta

Re: Why does subagent not register with master agent for this oneplatform?

2007-10-30 Thread Dave Shield
On 30/10/2007, Need Help <[EMAIL PROTECTED]> wrote: > Perhaps some permissions got changed which no longer let the > unix socket to be created? Does the directory '/var/agentx' exist? If not, then try creating it before starting the master agent. > Will someone please explain to me what the unix

RE: Why does subagent not register with master agent for this oneplatform?

2007-10-30 Thread Need Help
Perhaps some permissions got changed which no longer let the unix socket to be created? Will someone please explain to me what the unix socket "/var/agentx/master" represents and whether certain permissions must be granted before this socket can be set up? Need Help <[EMAIL PROTECTED]> wrot

Multiple set request..

2007-10-30 Thread Amit Kumar
Hi All, is it possible to set the multiple variables or the whole table in net-snmp . if possible can you please send me the logic to implement the same . Thanks In Advance !!! Regards Amit ___ Yahoo! Answers - Got a question

Re: Howto disable V3

2007-10-30 Thread Thomas Anders
suertang wrote: > This time, I found my snmpd too big.(800K) > I just want my snmpd to support v2c no v1 or v3 needed. You can disable SNMPv1 support (--disable-snmpv1), but not v3. See http://www.net-snmp.org/wiki/index.php/FAQ:Compiling_04 and http://www.net-snmp.org/wiki/index.php/FAQ:Comp