On Fri, 2005-09-30 at 16:15 +0200, Daniel Gudlat wrote: 
> > My /etc/snmpd.conf is kind of bare-bones at the moment:
> > 
> > syslocation Server Room
> > syscontact Sysadmin ([EMAIL PROTECTED])
> > rocommunity public 127.0.0.1
> > rocommunity public 194.175.136.0/24
> > master agentx
> > AgentXSocket udp:ilmclt02:705
> 
> Hmmmm....
> 
> AgentX usually runs over TCP rather than UDP.
> Try
>     agentXSocket tcp:705
>                          instead.
> 
> Try walking the nsModuleTable after the subagent has
> started up, to see whether there are any entries referring
> to .1.3.6.1.4.1.1919   (or anything underneath that)

I should probably have followed up on this earlier, but TCP vs. UDP had
nothing to do with it. As it turns out, the Java-based AgentX
implementation we use (http://eden.dei.uc.pt/agentx/) contains several
severe bugs, both in the internal handling of VarBinds (e.g. when
checking thresholds, values are not properly cleared before repeating a
check) and in the AgentX protocol implementation itself (most notably
not correctly setting the packetID, especially in a Response-PDU).

After fixing the bugs we found and adding TCP support, things now work
like a charm. Thanks for your help!

Greetings,
-- 
Daniel Gudlat
Ernst Basler + Partner GmbH
Tuchmacherstraße 47
14482 Potsdam
Tel: (0331) 74 75 9-0
Direkt: (0331) 74 75 9-71
Fax: (0331) 74 75 9-90 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to