1ndptool(8) System Manager's Manual ndptool(8)
2
3
4
6 ndptool — Neighbor Discovery Protocol tool
7
9 ndptool -h
10
11 ndptool [OPTIONS] COMMAND
12
13
14 DESCRIPTION
15
16 ndptool is a tool which provides wrapper over Neighbor Discovery Proto‐
17 col messages.
18
19
21 -h, --help
22 Print help text to console and exit.
23
24
25 -v, --verbose
26 Increase output verbosity.
27
28
29 -t type, --msg-type type
30 Specified message type. Following are supported:
31
32 rs - Router Solicitation.
33
34 ra - Router Advertisement.
35
36 ns - Neighbor Solicitation.
37
38 na - Neighbor Advertisement.
39
40
41 -i ifname, --ifname ifname
42 Specified interface name.
43
44
45 -D dest, --dest dest
46 Specified dest address in IPv6 header for NS/NA message.
47
48
49 -T target, --target target
50 Specified target address in ICMPv6 header for NS/NA message.
51
52
53 -U, --unsolicited
54 Send Unsolicited NA.
55
56
58 monitor
59 Monitor incoming NDP messages and print them out.
60
61
62 send Send NDP message of specified type.
63
64
66 Jiri Pirko is the original author and current maintainer of libndp.
67
68
69
70libndp 16 April 2013 ndptool(8)