ragesh kannan wrote: > In my curriculam project i need to wrok with net-snmp.I am not able > to get > 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. > > I donno wether i miss any configuration things in net-snmp.. IF so > plz. let me know.
Make sure you have the snmpd daemon running on the machine you are querying. ps command is your friend. To start the daemon on a Redhat/Fedora like system you can use #service snmpd start e.g. of a simple query would be snmpwalk -c public 127.0.0.1 -v2c Make sure you have defined something similar to rocommunity public 192.168.0.0/8 in your /etc/snmp/snmpd.conf (or wherever else you have this file) -Tarun _______________________________________________ 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]/
