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)
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