Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #3488

Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes?

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!news-xxxfer.readnews.com!postnews.google.com!dn9g2000vbb.googlegroups.com!not-for-mail
From Aldo Ceccarelli <ceccarelli.aldo@gmail.com>
Newsgroups comp.lang.python
Subject Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes?
Date Mon, 18 Apr 2011 08:23:05 -0700 (PDT)
Organization http://groups.google.com
Lines 24
Message-ID <ee43baee-46bd-47d0-a01f-f89dbb4539fc@dn9g2000vbb.googlegroups.com> (permalink)
References <e2459986-6ae7-48b4-ab83-2c2eec9840b1@dr5g2000vbb.googlegroups.com>
NNTP-Posting-Host 213.144.67.129
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-Trace posting.google.com 1303140185 13855 127.0.0.1 (18 Apr 2011 15:23:05 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Mon, 18 Apr 2011 15:23:05 +0000 (UTC)
Complaints-To groups-abuse@google.com
Injection-Info dn9g2000vbb.googlegroups.com; posting-host=213.144.67.129; posting-account=3DceAgoAAACBGnR8mo4io8GQ_NbPkQlz
User-Agent G2/1.0
X-HTTP-UserAgent Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; .NET4.0C),gzip(gfe)
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:3488

Show key headers only | View raw


On Apr 15, 11:00 am, Aldo Ceccarelli <ceccarelli.a...@gmail.com>
wrote:
> Hello All,
> in my specific problem I will be happy of a response where possible
> to:
>
> 1. distinguish different operating systems of answering nodes
> 2. collect responses of Wyse thin-clients with "Thin OS" to get node
> name and MAC address in particular
>
> Thanks a lot in advance for any sharing / forward to documentation,
> products in the area.
>
> KR Aldo

Hello and thank you All!
I've solved my problem as follows:
1. installed nmap
2. wrote a python script calling nmap nmap -sP via os.system and
redirecting output to a file
3. read results file and made a further processing to get exact
filtered records with MAC addresses I needed

Kindest regards Aldo

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes? Aldo Ceccarelli <ceccarelli.aldo@gmail.com> - 2011-04-15 02:00 -0700
  Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes? frankcui <frankcui24@gmail.com> - 2011-04-15 17:54 +0800
    Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes? Aldo Ceccarelli <ceccarelli.aldo@gmail.com> - 2011-04-15 03:22 -0700
      Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes? rusi <rustompmody@gmail.com> - 2011-04-16 21:38 -0700
  Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes? Aldo Ceccarelli <ceccarelli.aldo@gmail.com> - 2011-04-18 08:23 -0700
    Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes? Chris Angelico <rosuav@gmail.com> - 2011-04-19 05:13 +1000
    Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes? Daniel Kluev <dan.kluev@gmail.com> - 2011-04-19 07:38 +1100
      Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes? Aldo Ceccarelli <ceccarelli.aldo@gmail.com> - 2011-04-18 23:16 -0700

csiph-web