how can I know if an unknown device that responds to the PING command is SNMP enabled?
Thanks
according to what stated here, what I am in search of, should be an "SNMP Ping"
following the answer suggested here and taking this as example, I come out with this draft that first will scan your entire LAN for any IP device and then will try to get an snmp response from all the IP devices found alive . If an snmp response is returned, it is printed by ConsoleWrite().
Any improvements are welcome.
#include <multiping.au3> ; <- download this from here: http://www.autoitscript.com/