blob: 2ec5563f2f65f279f5b4dcf4f40bf5af3ec5f716 [file] [log] [blame]
hassoc0652302004-11-25 19:33:48 +00001.TH RIPNGD 8 "25 November 2004" "Quagga RIPNG daemon" "Version 0.97.3"
paul718e3742002-12-13 20:15:29 +00002.SH NAME
hasso246c1352004-08-10 12:00:34 +00003ripngd \- a RIPNG routing engine for use with Quagga routing software.
paul718e3742002-12-13 20:15:29 +00004.SH SYNOPSIS
5.B ripngd
6[
7.B \-dhlrv
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
hassoc0652302004-11-25 19:33:48 +000023] [
24.B \-g
25.I group
paul718e3742002-12-13 20:15:29 +000026]
paul718e3742002-12-13 20:15:29 +000027.SH DESCRIPTION
hasso246c1352004-08-10 12:00:34 +000028.B ripngd
29is a routing component that works with the
30.B Quagga
paul718e3742002-12-13 20:15:29 +000031routing engine.
paul718e3742002-12-13 20:15:29 +000032.SH OPTIONS
hasso246c1352004-08-10 12:00:34 +000033Options available for the
34.B ripngd
35command:
36.SH OPTIONS
paul718e3742002-12-13 20:15:29 +000037.TP
38\fB\-d\fR, \fB\-\-daemon\fR
39Runs in daemon mode, forking and exiting from tty.
paul718e3742002-12-13 20:15:29 +000040.TP
41\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
42Specifies the config file to use for startup. If not specified this
43option will likely default to \fB\fI/usr/local/etc/ripngd.conf\fR.
paul718e3742002-12-13 20:15:29 +000044.TP
hassoc0652302004-11-25 19:33:48 +000045\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
46Specify the group to run as. Default is \fIquagga\fR.
47.TP
paul718e3742002-12-13 20:15:29 +000048\fB\-h\fR, \fB\-\-help\fR
49A brief message.
paul718e3742002-12-13 20:15:29 +000050.TP
51\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
ajsa0e64a62005-04-22 13:14:49 +000052When ripngd starts its process identifier is written to
paul718e3742002-12-13 20:15:29 +000053\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
54restart ripngd. The likely default is \fB\fI/var/run/ripngd.pid\fR.
paul718e3742002-12-13 20:15:29 +000055.TP
56\fB\-l\fR, \fB\-\-log_mode\fR
57Turn verbose logging on.
paul718e3742002-12-13 20:15:29 +000058.TP
59\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
60Specify the port that the ripngd VTY will listen on. This defaults to
612603, as specified in \fB\fI/etc/services\fR.
paul718e3742002-12-13 20:15:29 +000062.TP
hasso6c110e72003-11-27 13:02:03 +000063\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
64Specify the address that the ripngd VTY will listen on. Default is all
ajs151fe8a2005-04-22 12:56:37 +000065interfaces.
hasso6c110e72003-11-27 13:02:03 +000066.TP
67\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
hassoc0652302004-11-25 19:33:48 +000068Specify the user to run as. Default is \fIquagga\fR.
hasso6c110e72003-11-27 13:02:03 +000069.TP
paul718e3742002-12-13 20:15:29 +000070\fB\-r\fR, \fB\-\-retain\fR
71When the program terminates, retain routes added by \fBripd\fR.
paul718e3742002-12-13 20:15:29 +000072.TP
73\fB\-v\fR, \fB\-\-version\fR
74Print the version and exit.
paul718e3742002-12-13 20:15:29 +000075.SH FILES
paul718e3742002-12-13 20:15:29 +000076.TP
77.BI /usr/local/sbin/ripngd
78The default location of the
79.B ripngd
80binary.
paul718e3742002-12-13 20:15:29 +000081.TP
82.BI /usr/local/etc/ripngd.conf
83The default location of the
84.B ripngd
85config file.
paul718e3742002-12-13 20:15:29 +000086.TP
87.BI $(PWD)/ripngd.log
88If the
89.B ripngd
90process is config'd to output logs to a file, then you will find this
91file in the directory where you started \fBripngd\fR.
paul718e3742002-12-13 20:15:29 +000092.SH WARNING
hasso246c1352004-08-10 12:00:34 +000093This man page is intended to be a quick reference for command line
94options. The definitive document is the Info file \fBQuagga\fR.
paul718e3742002-12-13 20:15:29 +000095.SH DIAGNOSTICS
96The ripngd process may log to standard output, to a VTY, to a log
97file, or through syslog to the system logs. \fBripngd\fR supports many
98debugging options, see the Info file, or the source for details.
paul718e3742002-12-13 20:15:29 +000099.SH "SEE ALSO"
hasso246c1352004-08-10 12:00:34 +0000100.BR bgpd (8),
101.BR ripd (8),
102.BR ospfd (8),
103.BR ospf6d (8),
104.BR isisd (8),
105.BR zebra (8),
106.BR vtysh (1)
paul718e3742002-12-13 20:15:29 +0000107.SH BUGS
108.B ripngd
hasso246c1352004-08-10 12:00:34 +0000109eats bugs for breakfast. If you have food for the maintainers try
hasso2f04e672004-02-20 18:53:22 +0000110.BI http://bugzilla.quagga.net
hasso246c1352004-08-10 12:00:34 +0000111.SH AUTHORS
112See
113.BI http://www.zebra.org
114and
115.BI http://www.quagga.org
116or the Info file for an accurate list of authors.
paul718e3742002-12-13 20:15:29 +0000117