Tool 5: Obtain Ethernet addresses of computers in an IP list

Description:

  This tool sends ARP Requests (or IPv6 Neighbor Discovery) to obtain
  Ethernet addresses of several computers.
  For example: 'netwox 5 192.168.0.0/24,10.0.0.1-10.0.0.4'.
  If parameter --no-unresolved is used, unresolved addresses are not
  displayed.
   

Synonyms:

  host, mac, show

Usage:

  netwox 5 [-u|+u] -i ips

Parameters:

parameter description example
-u|--unresolved|+u|--no-unresolved display unresolved items This boolean is set.
Use + or --no- to unset it.
-i|--ips ips list/range of IP addresses 1.2.3.4,5.6.7.8

Examples:

  netwox 5 -i "1.2.3.4,5.6.7.8"

  netwox 5 --ips "1.2.3.4,5.6.7.8"