blob: 0dd170a2cd938e420bb5ea099c981dd6ff1f233c [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] [
Everton Marques1f298942014-08-21 15:47:28 -030015.B \-z
16.I path
17] [
Everton Marques871dbcf2009-08-11 15:43:05 -030018.B \-P
19.I port-number
20] [
21.B \-A
22.I vty-address
23] [
24.B \-u
25.I user
26] [
27.B \-g
28.I group
29]
30.SH DESCRIPTION
31.B pimd
32is a protocol-independent multicast component that works with the
33.B Quagga
34Routing Suite.
35.SH OPTIONS
36Options available for the
37.B pimd
38command:
39.TP
40\fB\-d\fR, \fB\-\-daemon\fR
41Runs in daemon mode, forking and exiting from tty.
42.TP
43\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
44Specifies the config file to use for startup. If not specified this
45option will likely default to \fB\fI/usr/local/etc/pimd.conf\fR.
46.TP
47\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
48Specify the group to run as. Default is \fIquagga\fR.
49.TP
50\fB\-h\fR, \fB\-\-help\fR
51A brief message.
52.TP
53\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
54When pimd starts its process identifier is written to
55\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
56restart pimd. The likely default is \fB\fI/var/run/pimd.pid\fR.
57.TP
Everton Marques1f298942014-08-21 15:47:28 -030058\fB\-z\fR, \fB\-\-socket \fR\fIpath\fR
59Specify the socket path for contacting the zebra daemon.
60The likely default is \fB\fI/var/run/zserv.api\fR.
61.TP
Everton Marques871dbcf2009-08-11 15:43:05 -030062\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
63Specify the port that the pimd VTY will listen on. This defaults to
642611, as specified in \fB\fI/etc/services\fR.
65.TP
66\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
67Specify the address that the pimd VTY will listen on. Default is all
68interfaces.
69.TP
70\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
71Specify the user to run as. Default is \fIquagga\fR.
72.TP
73\fB\-v\fR, \fB\-\-version\fR
74Print the version and exit.
75.TP
76\fB\-Z\fR, \fB\-\-debug_zclient\fR
77Enable logging information for zclient debugging.
78.SH FILES
79.TP
80.BI /usr/local/sbin/pimd
81The default location of the
82.B pimd
83binary.
84.TP
85.BI /usr/local/etc/pimd.conf
86The default location of the
87.B pimd
88config file.
89.TP
Everton Marques1f298942014-08-21 15:47:28 -030090.BI /var/run/pimd.pid
91The default location of the
92.B pimd
93pid file.
94.TP
95.BI /var/run/zserv.api
96The default location of the
97.B zebra
98unix socket file.
99.TP
Everton Marques871dbcf2009-08-11 15:43:05 -0300100.BI $(PWD)/pimd.log
101If the
102.B pimd
103process is config'd to output logs to a file, then you will find this
104file in the directory where you started \fBpimd\fR.
105.SH WARNING
106This man page is intended to be a quick reference for command line
107options.
108.SH DIAGNOSTICS
109The pimd process may log to standard output, to a VTY, to a log
110file, or through syslog to the system logs.
111.SH "SEE ALSO"
112.BR zebra (8),
113.BR vtysh (1)
114.SH BUGS
115\fBpimd\fR is in early development at the moment and is not ready for
116production use.
117
118.B pimd
119eats bugs for breakfast. If you have food for the maintainers try
Everton Marques1f7a2b42014-04-01 18:38:50 -0300120.BI https://github.com/udhos/qpimd
Everton Marques871dbcf2009-08-11 15:43:05 -0300121.SH AUTHORS
122See
Everton Marques1f7a2b42014-04-01 18:38:50 -0300123.BI https://github.com/udhos/qpimd
Everton Marques871dbcf2009-08-11 15:43:05 -0300124for an accurate list of authors.
125