On 11 November 2011 09:40, prashant n <[email protected]> wrote:
> When i run the command: /usr/local/sbin/snmpd -f -L -d -p 9999

I don't think the -p option does what you expect it to.
It's used to specify the PID file, not the port to listen on


The error you're getting implies that the new agent is probably
trying to open the same port as another agent (presumably
the vendor-supplied agent is still running).

Try omitting the '-p' flag, and use

     /usr/local/sbin/snmpd -f -L -d  9999

Dave

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to