My company has a class A network that contains various subnets. I need to automate a way to produce a list of all online devices (in all the subnets). To start, just a list of responsive private IPs would be great.
I like using arp-scan which is great for my subnet. However, ARP is not routable, so it does not work for going across to other subnets.
Maybe some kind of ping sweep using nmap? It can't take all day though.
Any ideas or commands that I could use?