Send netdisco-users mailing list submissions to
        netdisco-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
        netdisco-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        netdisco-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:

   1. Re: Mac addresses on "IP Inventory" report?
      (Cardinal-Richards, Emma)
   2. NetDisco on a Windows box.. (Edward J. Marshall)
   3. Re: Mac addresses on "IP Inventory" report? (Falk)
   4. Re: Mac addresses on "IP Inventory" report? (Deshong, Kenneth)
   5. Install/Upgrade version 2 (Jim Glassford)
--- Begin Message ---
I've written a custom report for this (shown below) but as you can imagine, 
loading a whole /16 makes netdisco a bit grumpy (well at least on my little dev 
machine) so it would be great if we could have it as an extra field on the IP 
Inventory report page.  If you have a smaller range this report might work fine 
though.

label: 'IP inventory of x.x.x.x/16'
    columns:
       - {ip: 'IP Address'}
       - {dns: 'DNS'}
       - {mac: 'MAC Address'}
       - {time_last: 'Time last seen'}
    query: |
      SELECT DISTINCT ON (ip) ip, dns, mac, time_last
      FROM node_ip
      WHERE ip << inet 'x.x.x.x/16'
      ORDER BY inet(ip), time_last desc

Cheers,
Emma

> -----Original Message-----
> From: Clements, James [mailto:james.cleme...@ucl.ac.uk]
> Sent: 25 September 2014 10:42
> To: netdisco-users@lists.sourceforge.net
> Subject: Re: [Netdisco] Mac addresses on "IP Inventory" report?
> 
> +1 for that suggestion!
> 
> 
> 
> We were expecting to have to write a custom report for it, but if last seen
> mac address and date it was seen could be added into the standard IP
> inventory report, that would be even better.
> 
> 
> 
> Cheers,
> 
> 
> 
> James.
> 
> 
> 
> From: Andreas Falk [mailto:andr...@miralin.se]
> Sent: 23 September 2014 14:19
> To: netdisco-users@lists.sourceforge.net
> Subject: [Netdisco] Mac addresses on "IP Inventory" report?
> 
> 
> 
> Hi,
> 
> 
> 
> Is there some way to get a mac-address report on a vlan or per CIDR like the
> IP inventory report?
> 
> 
> 
> --
> 
> Regards Falk


--- End Message ---
--- Begin Message ---
Hi All,


Anyone put NetDisco on a Windows machine by chance?


Thanks,

-Ed




Confidentiality: The information contained in this electronic mail message and 
any attachments is intended only for the use of the individual or entity to 
which is addressed and my contain legally privileged, confidential information 
or work product. If the reader of this message is not the intended recipient, 
you are hereby notified that any use, dissemination, distribution, or 
forwarding of the E-mail message is strictly prohibited. If you have received 
this message in error, please notify me by E-mail reply, and delete the 
original message from your system.

--- End Message ---
--- Begin Message ---
Hi,

Thanks for the share.
This will help us when we continue our inventory of mac addresses before
rolling out dot1x on switches.

Going to try this out @ work tomorrow..

--
Regards Falk

2014-10-01 16:52 GMT+02:00 Cardinal-Richards, Emma <
e.cardinal-richa...@ucl.ac.uk>:

> I've written a custom report for this (shown below) but as you can
> imagine, loading a whole /16 makes netdisco a bit grumpy (well at least on
> my little dev machine) so it would be great if we could have it as an extra
> field on the IP Inventory report page.  If you have a smaller range this
> report might work fine though.
>
> label: 'IP inventory of x.x.x.x/16'
>     columns:
>        - {ip: 'IP Address'}
>        - {dns: 'DNS'}
>        - {mac: 'MAC Address'}
>        - {time_last: 'Time last seen'}
>     query: |
>       SELECT DISTINCT ON (ip) ip, dns, mac, time_last
>       FROM node_ip
>       WHERE ip << inet 'x.x.x.x/16'
>       ORDER BY inet(ip), time_last desc
>
> Cheers,
> Emma
>

--- End Message ---
--- Begin Message ---
I’m using Netdisco release 2.029007 and out of curiosity I ran the IP Inventory 
report but I’m getting less than optimal results. Maybe something isn’t set 
correctly on my server.  

I’m running it against a /24 network which has about 150 active clients and has 
a DHCP lease time of 24 hours.  When I run the report and pick last 7 days, my 
report only comes back with 33 entries.   Shouldn’t it come back with every 
client that has been active in the past 7 days?


Ken DeShong
Network Engineer
USF Health Information Systems

   
Amazing Things Happen When You Connect the Unconnected

 
 
 

From: Falk [mailto:andr...@mockel.se] 
Sent: Thursday, October 02, 2014 1:13 PM
To: netdisco-users@lists.sourceforge.net
Subject: Re: [Netdisco] Mac addresses on "IP Inventory" report?

Hi,

Thanks for the share. 
This will help us when we continue our inventory of mac addresses before 
rolling out dot1x on switches.

Going to try this out @ work tomorrow..

--
Regards Falk

2014-10-01 16:52 GMT+02:00 Cardinal-Richards, Emma 
<e.cardinal-richa...@ucl.ac.uk>:
I've written a custom report for this (shown below) but as you can imagine, 
loading a whole /16 makes netdisco a bit grumpy (well at least on my little dev 
machine) so it would be great if we could have it as an extra field on the IP 
Inventory report page.  If you have a smaller range this report might work fine 
though.

label: 'IP inventory of x.x.x.x/16'
    columns:
       - {ip: 'IP Address'}
       - {dns: 'DNS'}
       - {mac: 'MAC Address'}
       - {time_last: 'Time last seen'}
    query: |
      SELECT DISTINCT ON (ip) ip, dns, mac, time_last
      FROM node_ip
      WHERE ip << inet 'x.x.x.x/16'
      ORDER BY inet(ip), time_last desc

Cheers,
Emma

--- End Message ---
--- Begin Message ---
Greetings,

Trying to get Netdisco 2.007000_001 setup on RedHat SELinux 2.6.18-398.el5 running in a VM. Had a Linux admin that setup version 1.1, just about the time version 2 started. Since then, the admin had left for greener pastures and I just waited a while, planned to go to version 2. So I have limited knowledge on the Linux so please forgive my ignorance.

#  netdisco -v
n e t  d i s c o
--------------------------------------------------
Netdisco Version   : 1.1
SNMP::Info Version : 2.09
Net-SNMP Version   : 5.03022
Perl Version       : 5.8.8


Following instructions at:
<http://search.cpan.org/~oliver/App-Netdisco-2.007000_001/lib/App/Netdisco.pm#Installation>


~~ I tried to start at the Upgrading section but had perl issue reported

Removing previously used /usr/share/netdisco/.cpan/build/App-Netdisco-2.029009
  CPAN.pm: Going to build O/OL/OLIVER/App-Netdisco-2.029009.tar.gz
*ERROR:* perl: Version 5.008008 is installed, but we need version >= 5.010 at inc/Module/Install/Makefile.pm line 208.
Running make test
  Make had some problems, maybe interrupted? Won't test
-sh-3.2$


~~ So I moved up the page to the install but got the below warnings:

# su-  netdisco
# curl-Lhttp://cpanmin.us/  <http://cpanmin.us/>  | perl - --notest --verbose 
--local-lib ~/perl5 App::Netdisco


~~ All seems ok above here but got the Warning below?

Using included version of ExtUtils::Command (1.16) as it is newer than the installed version (1.09). Using included version of File::Copy::Recursive (0.38) because it is not already installed. Using included version of File::Temp (0.22) as it is newer than the installed version (0.16).
Checking if your kit is complete...
*Warning: the following files are missing in your kit:*
        't/liblist/win32/di
        't/liblist/win32/space
Please inform the author.
Generating a Unix-style Makefile
Writing Makefile for ExtUtils::MakeMaker
Writing MYMETA.yml and MYMETA.json
OK
Checking dependencies from MYMETA.json ...
Finding PREREQ from Makefile ...
Checking if you have Pod::Man 0 ... Version '2.28' from /usr/lib/perl5/5.8.8/Pod/Man.pm does not appear to be valid:
BEGIN { my $dummy = q#  Hide from _packages_inside()
    #; package Module::Metadata::_version::p4;
    use version;
    no strict;
    no warnings;

      $vsub = sub {
        local $VERSION;
        $VERSION=undef;
        $VERSION = '2.28';;
        $VERSION
      };
  }
The fatal error was: Can't call method "thischar" without a package or object reference at - line 471, <$handle> line 39.
 at - line 130
 at - line 130
-sh-3.2$


Not sure on these, any input appreciated and thanks in advanced!
jim


--- End Message ---
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Netdisco mailing list - Digest Mode
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to