I have changed the Ip address of one of my devices and all the sensord say "No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (erreur SNMP # -2003)"
Article Comments
The new IP is correct , same Vlan than the probe. All the sensors of the device ( debian server) were responding fine until I change the IP.
PRTG version 13.1.1.1182
Jul, 2013 - Permalink
So you changed the ip of the system and you changed the ip in the device settings in prtg, is that correct? Does the probe system have an ip address in the same subnet als the target system?
Jul, 2013 - Permalink
Can you snmpwalk locally on the Debian server and it returns successfully?
snmpwalk -c public -v 1 127.0.0.1
That would be the first step. If it doesn't work locally, that is the problem...review the snmpd.conf, firewall/iptables, etc.
If it does work, then use the Paessler SNMP tester from the PRTG probe to see if that works. Go from there.
Jul, 2013 - Permalink
Randolfini has got a point. We'd like to add, that you can also use the Paessler SNMP Tester for the local walk. With the v5 of the Tester we added the possibility to perform snmp walks. If you only want to know if your SNMP is responding at all, you could also use the option "Read Device Uptime". Its very highly unlikely that the system uptime is not available on a system that supports snmp.
Jul, 2013 - Permalink
Please make sure to check if:
Jul, 2013 - Permalink