Results 1 to 6 of 6
I have downloaded net-snmp 5.4.2.1 from net-snmp.org and compiled it in fedora. snmptranslate command works but
snmpwalk -v 2c -c public localhost system
gives timeout: no response from localhost
I ...
- 04-20-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
Net SNMP snmpwalk :no response from localhost
I have downloaded net-snmp 5.4.2.1 from net-snmp.org and compiled it in fedora. snmptranslate command works but
snmpwalk -v 2c -c public localhost system
gives timeout: no response from localhost
I placed snmpd.conf file in /usr/local/etc/snmp
Is this the problem with conf file or soomething else... I have used the same conf file in ubuntu nd there snmpwalk works
- 04-20-2009 #2Just Joined!
- Join Date
- Apr 2009
- Posts
- 4
Is the service running?
try /etc/init.d/snmpd status (or something similar)
- 04-20-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
ls /etc/init.d doesnot list snmpd in it
- 04-21-2009 #4Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
1. place snmpd.conf in directory- /usr/local/share/snmp/
2.Then you run /usr/local/sbin/snmpd
This will surely work!!
- 04-22-2009 #5Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
i have put snmpd.conf file in /usr/local/share/snmp and restarted the system
but snmpwalk gives timeout
- 04-22-2009 #6Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
Check how you are running snmpconf
1. run snmpconf
Now choose access control setup
give community name and system ip
After that give finished, finished and quit.
Now you overwrite snmpd.conf in /usr/local/share/snmp/
Restart snmpd service.Now check for output.


Reply With Quote
