Re: Auth Failure

2005-03-11 Thread Andy Smith
Jude Amal Anand P wrote: Hi all, I tried using this simple snmpwalk cmd.. [EMAIL PROTECTED] root]# snmpwalk -v 2c localhost snmpNotifyTable You did not include a community string. Depending on your configuration this may or may not work. and the output i get.. is Timeout: No Response from localh

RE: Auth Failure

2005-03-08 Thread Bruce Shaw
You're using the wrong syntax. >[EMAIL PROTECTED] root]# snmpwalk -v 2c localhost snmpNotifyTable try snmpwalk -v 2c -c public localhost snmpNotifyTable substituting your proper community string for "public" This communication is intended for the use of the recipient to which it is addressed,

Auth Failure

2005-03-08 Thread Jude Amal Anand P
Hi all, I tried using this simple snmpwalk cmd.. [EMAIL PROTECTED] root]# snmpwalk -v 2c localhost snmpNotifyTable and the output i get.. is Timeout: No Response from localhost When i check in the snmptrapd Daemon it says.. authentication failure. What should i do? Kindly help.. cos my project i