Re: Connect 1 agent/application to several snmpd/master
Wes Hardaker via Net-snmp-coders <[email protected]>
| Newsgroups | gmane.network.net-snmp.devel |
|---|---|
| Message-ID | <[email protected]> |
Philippe Guibert <[email protected]> writes: > Instead of using agentX, I wonder if it could be possible to link the > application with a master agent library Somehow, the agent would be > configured as a proxy, and session would convey information over an > unixSocket to the real snmpAgent. Could it be possible ? Yes, certainly you can have multiple "real" snmp daemons query to a sub-process via a proxy like mechanism. There is no reason that shouldn't work to allow multiple upstreams query to your internal agent. The net-snmp package's snmpd actually supports that through the use of the "proxy" directive ; see the snmpd.conf manual page in the "Proxy Support" section. -- Wes Hardaker Please mail all replies to [email protected]