This is a discussion on Re: Problem in Porting net-snmp to uClinux within the SNMP Coders forums, part of the Networking and Network Related category; On 06/03/2008, <manu.asm@wipro.com> wrote: > I am able to run the SNMP agent ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 06/03/2008, <manu.asm@wipro.com> wrote:
> I am able to run the SNMP agent on the uClinux (Blackfin Board). > I am using the following command to run the agent: > > root:/bin> snmpd -c tst & > > where tst is the community name. No. The '-c' option for snmpd takes the name of a config file, not a community string. Please see the snmpd.conf(5) man page, or the project FAQ for details of this file. All your other problems will stem from this mistake. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |