Difference between proxy and agentx subagent

2011-12-07 Thread xianlong qin
Dear net-snmp coders, Thanks a lot for the contribution you have made to net-snmp. This is our case: one master agent and some other subagents, we plan to use context for the duplicated OIDs in subagent. I found proxy and agentx all can be used, just wonder which one is better. I found FAQ 8 "Wha

Error while cross compiling net-snmp package

2011-12-07 Thread prashant n
Hi, I wanted to cross compile net-snmp package 5.6.1.1 into our target device. Target Device Platform Details Embedded H/W with Linux OS (AT91SAM9260-EK board) 1. Kernel Version : 2.6.27 2. Busy Box Version: v1.12.0 3. Pre-built Linux OS with file system, ARM9 CPU 4.

Re: Error while cross compiling net-snmp package

2011-12-07 Thread Michael Steiger
On 07.12.2011 11:38 prashant n said the following: > Hi, > I wanted to cross compile net-snmp package 5.6.1.1 into our target > device. > > Target Device Platform Details > Embedded H/W withLinux OS (AT91SAM9260-EK board) > > 1. > Kernel Version : 2.6.27 > > 2. > Busy Box Versio

Re: Error while cross compiling net-snmp package

2011-12-07 Thread Michael Steiger
On 07.12.2011 14:18 prashant n said the following: > Hi Michael Steiger, > * Thanks for your valuable feedback.* > * > * > *Please suggest me on following things* Please reply to the mailing list, not directly to me! > On Wed, Dec 7, 2011 at 5:25 PM, Michael Steiger

Re: Difference between proxy and agentx subagent

2011-12-07 Thread Robert Story
On Wed, 7 Dec 2011 10:30:53 +0800 xianlong wrote: XQ> 1. Is there any performance difference between proxy and agentx? I have XQ> read some of the code for proxy, if the following line is configured in XQ> snmpd.conf, all the request PDU with context ctx_xq will be recreated XQ> (snmp_pdu_create)