Discovery.SendArpRequest
Method | SendArpRequest |
---|---|
Module | Discovery |
Library | Discovery |
Action | Performs an ARP request to retrieve the physical address for the supplied IPv4 address. |
Parameters | IpAddress (string): The IPv4 address that the ARP request is intended to retrieve a physical address for. |
Return values |
MacAddress (string): The physical address that corresponds to |
Example | Returns a MacAddress and an IpAddress in a single row. Discovery.SendArpRequest(IpAddress:"1.2.3.4"); |
Platforms |
|
Notes | This method will only attempt to send ARP requests for IPv4 addresses. IPv6 addresses will be ignored, and a warning will be logged. WarningThis method may request information over the wire. As such, it shouldn't be sent to a lot of machines. Staggering is also a recommended practice. WarningThis method will never return anything other than |