blob: 3995cfe4a07ec5ca58776d9587b5bdc17573b287 [file] [log] [blame]
Everton Marques871dbcf2009-08-11 15:43:05 -03001.TH PIM 8 "10 December 2008" "Quagga PIM daemon" "Version 0.99.11"
2.SH NAME
3pimd \- a PIM routing for use with Quagga Routing Suite.
4.SH SYNOPSIS
5.B pimd
6[
7.B \-dhvZ
8] [
9.B \-f
10.I config-file
11] [
12.B \-i
13.I pid-file
14] [
15.B \-P
16.I port-number
17] [
18.B \-A
19.I vty-address
20] [
21.B \-u
22.I user
23] [
24.B \-g
25.I group
26]
27.SH DESCRIPTION
28.B pimd
29is a protocol-independent multicast component that works with the
30.B Quagga
31Routing Suite.
32.SH OPTIONS
33Options available for the
34.B pimd
35command:
36.TP
37\fB\-d\fR, \fB\-\-daemon\fR
38Runs in daemon mode, forking and exiting from tty.
39.TP
40\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
41Specifies the config file to use for startup. If not specified this
42option will likely default to \fB\fI/usr/local/etc/pimd.conf\fR.
43.TP
44\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
45Specify the group to run as. Default is \fIquagga\fR.
46.TP
47\fB\-h\fR, \fB\-\-help\fR
48A brief message.
49.TP
50\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
51When pimd starts its process identifier is written to
52\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
53restart pimd. The likely default is \fB\fI/var/run/pimd.pid\fR.
54.TP
55\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
56Specify the port that the pimd VTY will listen on. This defaults to
572611, as specified in \fB\fI/etc/services\fR.
58.TP
59\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
60Specify the address that the pimd VTY will listen on. Default is all
61interfaces.
62.TP
63\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
64Specify the user to run as. Default is \fIquagga\fR.
65.TP
66\fB\-v\fR, \fB\-\-version\fR
67Print the version and exit.
68.TP
69\fB\-Z\fR, \fB\-\-debug_zclient\fR
70Enable logging information for zclient debugging.
71.SH FILES
72.TP
73.BI /usr/local/sbin/pimd
74The default location of the
75.B pimd
76binary.
77.TP
78.BI /usr/local/etc/pimd.conf
79The default location of the
80.B pimd
81config file.
82.TP
83.BI $(PWD)/pimd.log
84If the
85.B pimd
86process is config'd to output logs to a file, then you will find this
87file in the directory where you started \fBpimd\fR.
88.SH WARNING
89This man page is intended to be a quick reference for command line
90options.
91.SH DIAGNOSTICS
92The pimd process may log to standard output, to a VTY, to a log
93file, or through syslog to the system logs.
94.SH "SEE ALSO"
95.BR zebra (8),
96.BR vtysh (1)
97.SH BUGS
98\fBpimd\fR is in early development at the moment and is not ready for
99production use.
100
101.B pimd
102eats bugs for breakfast. If you have food for the maintainers try
Everton Marques1f7a2b42014-04-01 18:38:50 -0300103.BI https://github.com/udhos/qpimd
Everton Marques871dbcf2009-08-11 15:43:05 -0300104.SH AUTHORS
105See
Everton Marques1f7a2b42014-04-01 18:38:50 -0300106.BI https://github.com/udhos/qpimd
Everton Marques871dbcf2009-08-11 15:43:05 -0300107for an accurate list of authors.
108