Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes?
Daniel Kluev
dan.kluev at gmail.com
Mon Apr 18 16:38:59 EDT 2011
Isn't it better to use subprocess.Popen and read stdout/stderr
directly? Should be much more convenient than temporary files.
--
With best regards,
Daniel Kluev
More information about the Python-list
mailing list