No, the arp command doesn't send out anything.
My sample code did an "open datagram socket to tSocket " for each IP
address, which *will* cause the IP subsystem to send an arp request
packet for the IP address (if it's not already in the arp table), but
won't cause any packet to be sent to the
On 24.01.11 at 09:43 -0800 Bob Sneidar apparently wrote:
Wait a minute, the arp command does not send out anything does it? I
thought arp only parsed out the current arp table for the device you
are running the command on.
Yes, that is what Alex's code does. It opens datagram to each address
Wait a minute, the arp command does not send out anything does it? I thought
arp only parsed out the current arp table for the device you are running the
command on.
Try flushing your arp cache, then running the arp command and see what you get.
On a Unix terminal, the arp command needs a swit
Yes Spiceworks core feature is to be able to run scheduled scans. You can add
multiple scan ranges, so let's say all your accounting computers have a
different domain login than your R&D computers. Just group your computer IP
addresses together according to your company organizational structure,
On 22.01.11 at 01:28 + Alex Tweedly apparently wrote:
You can't do ping directly from LC - LC only supports UDP and TCP
sockets, not ICMP or raw.
You could do it via shell - but too many devices may not respond to ping.
Do you want to find all active IP addresses on your own subnet, or
on
On 21.01.11 at 17:46 -0800 Bob Sneidar apparently wrote:
Once you ping an address you can shell to get the arp table. Use arp
-a. BTW have you looked at Spiceworks? They have an incredible scan
engine that gets just about anything with a management protocol. AND
it's FREE!
Bob
I just looke
Once you ping an address you can shell to get the arp table. Use arp -a. BTW
have you looked at Spiceworks? They have an incredible scan engine that gets
just about anything with a management protocol. AND it's FREE!
Bob
On Jan 21, 2011, at 12:52 PM, Robert Brenstein wrote:
> A weekend challe
You can't do ping directly from LC - LC only supports UDP and TCP
sockets, not ICMP or raw.
You could do it via shell - but too many devices may not respond to ping.
Do you want to find all active IP addresses on your own subnet, or on
any arbitrary subnet ?
If it's on your own, then here's w