Re: How to configure sub-agent to connect to snmpd on another machine

2007-06-14 Thread Shivani Garg
Greetings to all. Thanks for your inputs on this. I am facing one more problem while brining up my sub-agent. I believe init_snmp() does a lot of work besides just loading MIBS. It initializes many components of the library and cannot be skipped. This API has no return type. Please correct me if

Re: How to configure sub-agent to connect to snmpd on another machine

2007-06-13 Thread Dave Shield
On 12/06/07, Shivani Garg <[EMAIL PROTECTED]> wrote: > Can anyone help me with this. My master agent snmpd daemon is running on a > different machine. How can I configure my sub-agent to connect to the same? Please see the FAQ entry How can I run AgentX with a different socket address?

RE: How to configure sub-agent to connect to snmpd on another machine

2007-06-13 Thread Pamidipati Suresh-G20238
Hi You can configure subagent to connect to master agent by specifying the the following in subagent's configuration file. agentxsocket tcp:: Here is the machine address on which SNMPD runs and is the port on which SNMPD listens for agentx connections. Assuming SNMPD and subagent run on th