I still get the "snmpwalk: Timeout" on my command line.
These systems are all on the same subnet and I am
able to do the command successfully from one linux box but only one linux box.
We are trying to figure out what is different on the other
systems
Second thing to try, use the -v flag to specify an SNMP version (though if it was defaulting to 3 you usually get auth error, but it's still a good practice to get in).
Next check the configs on the box your trying to hit. It is possible it has been setup up to only accept SNMP requests from a specific IP address or range, which would explain why your first box could hit it but not your second box.
See on each computer if it's listening by "netstat -ln |grep 161". Also check from linux with "nmap nagios -sU -p 161" and do the same for thoosa.
As long as you're sure "public" is the right community name, it really sounds like the daemon isn't listening or communication is being blocked. You didn't enable any firewall, did you?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.