I was able to start the second snmpd instance using the command
snmpd -f -c C:/usr/etc/snmp/snmpd.conf udp:171

Basically we have two applications, A and B both of which are managed through 
snmp by a management server.

Both A and B have to run on the same machine, i.e. we need to have two snmpd 
instances running so that the management server can talk to each of the 
applications separately.

So now my next issue is that both the applications have subagents, scalar and 
tabular running.
So how do I configure the subagents so that the subagents on application A talk 
to the first instance of snmpd and the subagents on application B talk to the 
second instance of snmpd running on port 171.

Thanks,
Priya
________________________________________
From: [email protected] [[email protected]] on behalf of Dave 
Shield [[email protected]]
Sent: Thursday, April 14, 2011 2:21 PM
To: Priya Raghavendra
Cc: [email protected]
Subject: Re: Running mutiple snmpd daemons on Windows

On 14 April 2011 09:44, Priya Raghavendra
<[email protected]> wrote:
> But my requirement is to run two SNMP Agents, one on Port 161 and another on 
> Port 171.
>
> How do I  do this?

You start the first one normally,    (snmpd ..... )
then start the second one specifying the non-standard port to use
(snmpd .... 171)

Dave

________________________________

http://www.mindtree.com/email/disclaimer.html

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to