blob: 2f38682771c5e05e5a48290ed3ba018073c03ddc [file] [log] [blame]
hasso246c1352004-08-10 12:00:34 +00001.TH RIPD 8 "10 August 2004" "Quagga RIP daemon" "Version 0.96.5"
paul718e3742002-12-13 20:15:29 +00002.SH NAME
hasso246c1352004-08-10 12:00:34 +00003ripd \- a RIP routing engine for use with Quagga routing software.
paul718e3742002-12-13 20:15:29 +00004.SH SYNOPSIS
5.B ripd
6[
7.B \-dhrv
hasso246c1352004-08-10 12:00:34 +00008] [
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
paul718e3742002-12-13 20:15:29 +000023]
paul718e3742002-12-13 20:15:29 +000024.SH DESCRIPTION
hasso246c1352004-08-10 12:00:34 +000025.B ripd
26is a routing component that works with the
27.B Quagga
28routing engine.
paul718e3742002-12-13 20:15:29 +000029.SH OPTIONS
hasso246c1352004-08-10 12:00:34 +000030Options available for the
31.B ripd
32command:
33.SH OPTIONS
paul718e3742002-12-13 20:15:29 +000034.TP
35\fB\-d\fR, \fB\-\-daemon\fR
36Runs in daemon mode, forking and exiting from tty.
paul718e3742002-12-13 20:15:29 +000037.TP
38\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
39Specifies the config file to use for startup. If not specified this option will likely default to \fB\fI/usr/local/etc/ripd.conf\fR.
paul718e3742002-12-13 20:15:29 +000040.TP
41\fB\-h\fR, \fB\-\-help\fR
42A brief message.
paul718e3742002-12-13 20:15:29 +000043.TP
44\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
45When ripd starts its process idenifier is written to
46\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
47restart ripd. The likely default is \fB\fI/var/run/ripd.pid\fR.
paul718e3742002-12-13 20:15:29 +000048.TP
49\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
50Specify the port that the ripd VTY will listen on. This defaults to
512602, as specified in \fB\fI/etc/services\fR.
paul718e3742002-12-13 20:15:29 +000052.TP
hasso6c110e72003-11-27 13:02:03 +000053\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
54Specify the address that the ripd VTY will listen on. Default is all
55intrefaces.
hasso6c110e72003-11-27 13:02:03 +000056.TP
57\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
58Specify the user and group to run as. User and group have to have same
59name at the moment. Default is \fIquagga\fR.
hasso6c110e72003-11-27 13:02:03 +000060.TP
paul718e3742002-12-13 20:15:29 +000061\fB\-r\fR, \fB\-\-retain\fR
62When the program terminates, retain routes added by \fBripd\fR.
paul718e3742002-12-13 20:15:29 +000063.TP
64\fB\-v\fR, \fB\-\-version\fR
65Print the version and exit.
paul718e3742002-12-13 20:15:29 +000066.SH FILES
paul718e3742002-12-13 20:15:29 +000067.TP
68.BI /usr/local/sbin/ripd
69The default location of the
70.B ripd
71binary.
paul718e3742002-12-13 20:15:29 +000072.TP
73.BI /usr/local/etc/ripd.conf
74The default location of the
75.B ripd
76config file.
paul718e3742002-12-13 20:15:29 +000077.TP
78.BI $(PWD)/ripd.log
79If the
80.B ripd
81process is config'd to output logs to a file, then you will find this
82file in the directory where you started \fBripd\fR.
paul718e3742002-12-13 20:15:29 +000083.SH WARNING
hasso246c1352004-08-10 12:00:34 +000084This man page is intended to be a quick reference for command line
85options. The definitive document is the Info file \fBQuagga\fR.
paul718e3742002-12-13 20:15:29 +000086.SH DIAGNOSTICS
hasso246c1352004-08-10 12:00:34 +000087The ripd process may log to standard output, to a VTY, to a log
88file, or through syslog to the system logs. \fBripd\fR supports many
89debugging options, see the Info file, or the source for details.
paul718e3742002-12-13 20:15:29 +000090.SH "SEE ALSO"
hasso246c1352004-08-10 12:00:34 +000091.BR bgpd (8),
92.BR ripngd (8),
93.BR ospfd (8),
94.BR ospf6d (8),
95.BR isisd (8),
96.BR zebra (8),
97.BR vtysh (1)
paul718e3742002-12-13 20:15:29 +000098.SH BUGS
99.B ripd
hasso246c1352004-08-10 12:00:34 +0000100eats bugs for breakfast. If you have food for the maintainers try
hasso2f04e672004-02-20 18:53:22 +0000101.BI http://bugzilla.quagga.net
hasso246c1352004-08-10 12:00:34 +0000102.SH AUTHORS
103See
104.BI http://www.zebra.org
105and
106.BI http://www.quagga.org
107or the Info file for an accurate list of authors.