How to implement RSA In net-snmp ?

2007-10-29 Thread skk
Is the net-snmp support RSA now ?- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your F

Howto disable V3

2007-10-29 Thread 唐仲基
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? Thank you! -- 生命中有的是痛苦,学会忍耐,一切会好的。 -

Re: Re: extending snmp agent

2007-10-29 Thread Dave Shield
On 24/10/2007, wqs <[EMAIL PROTECTED]> wrote: > It seems that the item "DEFVAL {}" in the mib file does not appear in the c > file mib2c generated. Quite possibly. > So should I define it myself?And in which mode should I do this? You should look at the code to handle the creation of a new row.

Re: netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load()

2007-10-29 Thread Dave Shield
On 27/10/2007, Neetu Gupta <[EMAIL PROTECTED]> wrote: > > > I am using net-snmp 5.4.1 for subagent development. When i start master > agent(snmpd) with command > > /usr/local/sbin/snmpd -Dread_config -Dagentx -c > /usr/local/share/snmp/snmpd.conf -x tcp:localhost:705 > > It shows following error/wa

Re: Agent Extension

2007-10-29 Thread Dave Shield
On 26/10/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > there was nothing helpful in snmplib/fd_event_manager.c > Since the routines are original and there is no example, please send the > simplest example, where it implements register_{read,write}fd(). > I must implement sending the (new pro

Re: netsnmp_assert !"registration != duplicate" failed agent_registry.c:535

2007-10-29 Thread Dave Shield
On 25/10/2007, Need Help <[EMAIL PROTECTED]> wrote: > I have seen the following text being displayed when I start my subagent: > > netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 > > I realize there is a patch which exists which will supperss this text, but I > wanted to k

Re: Failed to query IPv6 enabled snmpd remotely

2007-10-29 Thread Dave Shield
On 24/10/2007, Emi Yanagi <[EMAIL PROTECTED]> wrote: > But when I query remotely from a machine different than where snmpd is > running, I got "Unknown host" if using IPv6 address. > snmpwalk running on the remote machine doesn't have IPv6 enabled, but I > don't think it is needed, right? Wrong (

Re: Agent Extension

2007-10-29 Thread kujtim . hyseni
Hi Dave, there was nothing helpful in snmplib/fd_event_manager.c Since the routines are original and there is no example, please send the simplest example, where it implements register_{read,write}fd(). I must implement sending the (new protocol!) messages via agent. Waiting for answer! Kujtim