On 06/03/2008, <[EMAIL PROTECTED]> 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 [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
