RE: AgentX - Master and Sub Agent

2010-10-14 Thread Shibu George
Thanks.Now it is working From: Fulko Hew [mailto:[email protected]] Sent: Thursday, October 14, 2010 7:29 PM To: Shibu George Cc: [email protected] Subject: Re: AgentX - Master and Sub Agent On Thu, Oct 14, 2010 at 9:05 AM, Shi

Is it safe to make requests such as get from the same subagent process that has registered and handlers the values requested.

2010-10-14 Thread Marc Butler
Hi, I have a subagent using the AgentX protocol. From the same process I need to make requests to the master agent using snmp_synch_response(). To complicate matters, requests for values that have handlers registered in the process, will also be routed through the master agent. That is: there

Re: Net - snmp on ti DSP

2010-10-14 Thread Bart Van Assche
On Thu, Oct 14, 2010 at 9:15 AM, Nikola Vranic wrote: > Hi Wes, thank you for fast reply. > > Is minimal openssl configuration available for win version too? For it's > much easier to debug in visual studio then on linux. > > Yes, I am ready to start with net-snmp. I saw that there is much overhea

Re: Net - snmp on ti DSP

2010-10-14 Thread Wes Hardaker
NV> Is minimal openssl configuration available for win version too? For it's NV> much easier to debug in visual studio then on linux. If your expertise is on windows then please try it and let us know... I don't use windows (because debugging on linux is easier! ha ha!) so you'll have to let me

Re: Autoconf version check

2010-10-14 Thread Wes Hardaker
> On Thu, 14 Oct 2010 08:55:56 +0100, Dave Shield > said: DS> Having to maintain several versions of autoconf in parallel is DS> something of a pain. I agree it's a pain, though autoconf is such an easy tool to install it's really not *that* bad. What surprises me most is that I think

Re: AgentX - Master and Sub Agent

2010-10-14 Thread Fulko Hew
On Thu, Oct 14, 2010 at 9:05 AM, Shibu George wrote: > Hi, > > > > Thanks for your quick reply. > > I am using the Linux Ubuntu 10.04 version > > > > I have already updated the snmpd.conf file with agentXSocket localhost:705. > > Do I need to specify it as TCP/UDP? > > You need to specify it as t

RE: AgentX - Master and Sub Agent

2010-10-14 Thread Shibu George
Hi, Thanks for your quick reply. I am using the Linux Ubuntu 10.04 version I have already updated the snmpd.conf file with agentXSocket localhost:705. Do I need to specify it as TCP/UDP? I will check the packet sniffer for confirm the communication between master and sub agent. I

Re: AgentX - Master and Sub Agent

2010-10-14 Thread Fulko Hew
On Thu, Oct 14, 2010 at 8:38 AM, Shibu George wrote: > > I am getting the following problem while I am running my snmp sub agent > > Warning: Failed to connect to the agentx master agent (localhost:705) > > Can anyone help me? > > Have you: a) Enabled agentX to allow TCP connections? By defaul

AgentX - Master and Sub Agent

2010-10-14 Thread Shibu George
Hi, I am getting the following problem while I am running my snmp sub agent Warning: Failed to connect to the agentx master agent (localhost:705) Can anyone help me? Thanks Shibu George * Confidentiality Statement/Disclaimer * This message and any attachments is intended

Re: Autoconf version check

2010-10-14 Thread Dave Shield
On 13 October 2010 23:18, Wes Hardaker wrote: > MF> One big drawback is that AC_AUTOCONF_VERSION was introduced in 2.62 > MF> so any releases with a requirement below that can't use this. > > Yep, that's one of the reasons I went with the other way (at least for > the older branches). > > Your way

Re: Net - snmp on ti DSP

2010-10-14 Thread Nikola Vranic
Hi Wes, thank you for fast replay. Is minimal openssl configuration available for win version too? For it's much easier to debug in visual studio then on linux. Yes, I am ready to start with net-snmp. I saw that there is much overhead code which I don't for some basic functionality. Best regards