Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes?
Aldo Ceccarelli
ceccarelli.aldo at gmail.com
Tue Apr 19 02:16:01 EDT 2011
On 18 Apr, 22:38, Daniel Kluev <dan.kl... at gmail.com> wrote:
> 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
Thanks Daniel, your solution is far better WKR! Aldo
More information about the Python-list
mailing list