Tool 148: Ping ICMP6 Neighbor Discovery

Description:

  This tool checks if a host is up. It's done sending a probe packet and
  expecting a reply.
  This tool sends an ICMP6 Neighbor Discovery request. If host is up, it
  will send back a Neighbor Discovery Reply.
  
  This tool may need to be run with admin privilege in order to sniff
  and spoof.
   

Synonyms:

  ip6

Usage:

  netwox 148 -i ip [-c uint32] [-m uint32] [-b|+b] [-1|+1]

Parameters:

parameter description example
-i|--dst-ip ip destination IPv6 address fec0:0:0:1::2
-c|--max-count uint32 max requests 4294967295
-m|--max-ms uint32 max millisecond wait 1000
-b|--beep|+b|--no-beep beep if reached  
-1|--display01|+1|--no-display01 display only 0 or 1  

Examples:

  netwox 148 -i "fec0:0:0:1::2"

  netwox 148 --dst-ip "fec0:0:0:1::2"