View Single Post
  #2  
Old 06-22-2009
Bipolarcat's Avatar
Bipolarcat Bipolarcat is offline
Owned much?
 
Join Date: Nov 2008
Location: The Virgo Supercluster
Posts: 78
Rep Power: 2
Bipolarcat is on a distinguished road
Re: retrieve information from node using ip

You could use the Address Resolution Protocol (ARP) after pinging the node to get the MAC address; I don't know about the serial number, however.

Use command prompt or a batch file to ping the device. After pinging, the MAC should be cached in the ARP table of your NIC, so use the "arp -a" command and it should display the physical address (MAC).

As long as you and the node are on the same physical network, it should work fine.

Last edited by Bipolarcat; 06-22-2009 at 07:02 AM.
Reply With Quote