in reply to Problems with the module Net::SNMP

If I remember correctly, creating a session doesn't actually start communication with the target device, so the error value of creating the session is not telling you if the device is turned on or not.
You have to actually do a get() or something and wait for a timeout to deal with down devices.

andyford
or non-Perl: Andy Ford

Replies are listed 'Best First'.
Re^2: Problems with the module Net::SNMP
by tolyan77 (Novice) on Nov 07, 2006 at 11:48 UTC
    Set an example