]> git.proxmox.com Git - mirror_frr.git/blame - doc/ripd.8
- fix comment
[mirror_frr.git] / doc / ripd.8
CommitLineData
c065230a 1.TH RIPD 8 "25 November 2004" "Quagga RIP daemon" "Version 0.97.3"
718e3744 2.SH NAME
246c135e 3ripd \- a RIP routing engine for use with Quagga routing software.
718e3744 4.SH SYNOPSIS
5.B ripd
6[
7.B \-dhrv
246c135e 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
c065230a 23] [
24.B \-g
25.I group
718e3744 26]
718e3744 27.SH DESCRIPTION
246c135e 28.B ripd
29is a routing component that works with the
30.B Quagga
31routing engine.
32.SH OPTIONS
33Options available for the
34.B ripd
35command:
718e3744 36.SH OPTIONS
718e3744 37.TP
38\fB\-d\fR, \fB\-\-daemon\fR
39Runs in daemon mode, forking and exiting from tty.
718e3744 40.TP
41\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
c065230a 42Specifies the config file to use for startup. If not specified this
43option will likely default to \fB\fI/usr/local/etc/ripd.conf\fR.
44.TP
45\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
46Specify the group to run as. Default is \fIquagga\fR.
718e3744 47.TP
48\fB\-h\fR, \fB\-\-help\fR
49A brief message.
718e3744 50.TP
51\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
52When ripd starts its process idenifier is written to
53\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
54restart ripd. The likely default is \fB\fI/var/run/ripd.pid\fR.
718e3744 55.TP
56\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
57Specify the port that the ripd VTY will listen on. This defaults to
582602, as specified in \fB\fI/etc/services\fR.
6c110e70 59.TP
60\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
61Specify the address that the ripd VTY will listen on. Default is all
62intrefaces.
6c110e70 63.TP
64\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
c065230a 65Specify the user to run as. Default is \fIquagga\fR.
718e3744 66.TP
67\fB\-r\fR, \fB\-\-retain\fR
68When the program terminates, retain routes added by \fBripd\fR.
718e3744 69.TP
70\fB\-v\fR, \fB\-\-version\fR
71Print the version and exit.
718e3744 72.SH FILES
718e3744 73.TP
74.BI /usr/local/sbin/ripd
75The default location of the
76.B ripd
77binary.
718e3744 78.TP
79.BI /usr/local/etc/ripd.conf
80The default location of the
81.B ripd
82config file.
718e3744 83.TP
84.BI $(PWD)/ripd.log
85If the
86.B ripd
87process is config'd to output logs to a file, then you will find this
88file in the directory where you started \fBripd\fR.
718e3744 89.SH WARNING
246c135e 90This man page is intended to be a quick reference for command line
91options. The definitive document is the Info file \fBQuagga\fR.
718e3744 92.SH DIAGNOSTICS
246c135e 93The ripd process may log to standard output, to a VTY, to a log
94file, or through syslog to the system logs. \fBripd\fR supports many
95debugging options, see the Info file, or the source for details.
718e3744 96.SH "SEE ALSO"
246c135e 97.BR bgpd (8),
98.BR ripngd (8),
99.BR ospfd (8),
100.BR ospf6d (8),
101.BR isisd (8),
102.BR zebra (8),
103.BR vtysh (1)
718e3744 104.SH BUGS
105.B ripd
246c135e 106eats bugs for breakfast. If you have food for the maintainers try
2f04e67a 107.BI http://bugzilla.quagga.net
246c135e 108.SH AUTHORS
109See
110.BI http://www.zebra.org
111and
112.BI http://www.quagga.org
113or the Info file for an accurate list of authors.