> datas using snmpget,snmpwalk.... It shows error "No Response from host > :Time out" > I need simple query for net-snmp to get the details of the remote > systems. to understand > how it works properly. >
hehe ... i remember that error. I wonder if every newbie to net-snmp faces it. Anyways, this error means that access control is not enabled in your snmpd.conf. adding rwcommunity writer 127.0.0.1 should do the job for the time being till you are more proficient with net-snmp. This means that read write access is given to the person connecting from localhost with 'writer' as the pass. The net-snmp site has a lot of info but I, as a newbie found most of it too difficult to understand. Still, you can try you luck there :) HTH Sharninder Singh _______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/
