1RADVDUMP(8) RADVDUMP(8)
2
3
4
6 radvdump - dump router advertisements
7
9 radvdump [ -vhfe ] [ -d debuglevel ]
10
11
13 radvdump prints out the contents of incoming router advertisements sent
14 by radvd or some other software implementing (parts of) "Neighbor Dis‐
15 covery for IP Version 6 (IPv6)" (RFC 4861).
16
17
19 For every one character option there is also a long option, which is
20 listed right next to the "short" option name:
21
22
23 -v, --version
24 Displays the version of radvdump and then aborts.
25
26 -h, --help
27 Displays a short usage description and then aborts.
28
29 -f, --file-format
30 Output received router advertisements in the format of the radvd
31 configuration file. Since radvd 0.9, this is the default and
32 the switch is provided for backward compatibility only.
33
34 -e, --exclude-defaults
35 Exclude default valued options from configuration file format.
36 This option is ignored if option -f is not set.
37
38 -d debuglevel, --debug debuglevel
39 With this option you turn on debugging information. The debug‐
40 ging level is an integer in the range from 1 to 4, from quiet to
41 very verbose. A debugging level of 0 completely turns off debug‐
42 ging.
43
44 The default debugging level is 0.
45
46
48 /usr/sbin/radvdump
49
51 There certainly are some bugs. If you find them or have other sugges‐
52 tions please contact Reuben Hawkins <reubenhwk@gmail.com>.
53
54
56 radvd(8), radvd.conf(5)
57
59 Lars Fenneberg <lf@elemental.net> - previous maintainer
60 Nathan Lutchansky <lutchann@litech.org> - previous maintainer
61 Reuben Hawkins <reubenhwk@gmail.com> - current maintainer
62 Marko Myllynen <myllynen@lut.fi> - Mobile IPv6 support
63
64
65
66radvd 2.19 31 Mar 2008 RADVDUMP(8)