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) and sent to 192.168.100.1.  But with agentx, only the PDU
XQ> with registered OID will be re-sent to subagent. Does this mean proxy may
XQ> produce more overhead than agentx at this point? Any other points?
XQ>     proxy -Cn ctx_xq -v 2c -c public 192.168.100.1  .1.3

Using proxy means that you need a full agent running on the remote devices.
Obviously this will consume more resources than an AgentX subagent.

XQ> 2. Does agentx support shared memory, named pipe for the communication
XQ> between master and subagent?  There is a line in RFC 2741: An AgentX
XQ> subagent can connect to a master agent using either a network transport
XQ> mechanism (e.g., TCP), or a "local" mechanism  (e.g., shared memory, named
XQ> pipes).   How about net-snmp?

Yes, you can use named pipes for AgentX. In fact, that is the default for
net-snmp.

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to