hasso | c065230 | 2004-11-25 19:33:48 +0000 | [diff] [blame] | 1 | .TH RIPNGD 8 "25 November 2004" "Quagga RIPNG daemon" "Version 0.97.3" |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 2 | .SH NAME |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 3 | ripngd \- a RIPNG routing engine for use with Quagga routing software. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 4 | .SH SYNOPSIS |
| 5 | .B ripngd |
| 6 | [ |
| 7 | .B \-dhlrv |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 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 |
hasso | c065230 | 2004-11-25 19:33:48 +0000 | [diff] [blame] | 23 | ] [ |
| 24 | .B \-g |
| 25 | .I group |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 26 | ] |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 27 | .SH DESCRIPTION |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 28 | .B ripngd |
| 29 | is a routing component that works with the |
| 30 | .B Quagga |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 31 | routing engine. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 32 | .SH OPTIONS |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 33 | Options available for the |
| 34 | .B ripngd |
| 35 | command: |
| 36 | .SH OPTIONS |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 37 | .TP |
| 38 | \fB\-d\fR, \fB\-\-daemon\fR |
| 39 | Runs in daemon mode, forking and exiting from tty. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 40 | .TP |
| 41 | \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR |
| 42 | Specifies the config file to use for startup. If not specified this |
| 43 | option will likely default to \fB\fI/usr/local/etc/ripngd.conf\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 44 | .TP |
hasso | c065230 | 2004-11-25 19:33:48 +0000 | [diff] [blame] | 45 | \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR |
| 46 | Specify the group to run as. Default is \fIquagga\fR. |
| 47 | .TP |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 48 | \fB\-h\fR, \fB\-\-help\fR |
| 49 | A brief message. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 50 | .TP |
| 51 | \fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR |
ajs | a0e64a6 | 2005-04-22 13:14:49 +0000 | [diff] [blame] | 52 | When ripngd starts its process identifier is written to |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 53 | \fB\fIpid-file\fR. The init system uses the recorded PID to stop or |
| 54 | restart ripngd. The likely default is \fB\fI/var/run/ripngd.pid\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 55 | .TP |
| 56 | \fB\-l\fR, \fB\-\-log_mode\fR |
| 57 | Turn verbose logging on. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 58 | .TP |
| 59 | \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR |
| 60 | Specify the port that the ripngd VTY will listen on. This defaults to |
| 61 | 2603, as specified in \fB\fI/etc/services\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 62 | .TP |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 63 | \fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR |
| 64 | Specify the address that the ripngd VTY will listen on. Default is all |
ajs | 151fe8a | 2005-04-22 12:56:37 +0000 | [diff] [blame] | 65 | interfaces. |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 66 | .TP |
| 67 | \fB\-u\fR, \fB\-\-user \fR\fIuser\fR |
hasso | c065230 | 2004-11-25 19:33:48 +0000 | [diff] [blame] | 68 | Specify the user to run as. Default is \fIquagga\fR. |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 69 | .TP |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 70 | \fB\-r\fR, \fB\-\-retain\fR |
| 71 | When the program terminates, retain routes added by \fBripd\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 72 | .TP |
| 73 | \fB\-v\fR, \fB\-\-version\fR |
| 74 | Print the version and exit. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 75 | .SH FILES |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 76 | .TP |
| 77 | .BI /usr/local/sbin/ripngd |
| 78 | The default location of the |
| 79 | .B ripngd |
| 80 | binary. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 81 | .TP |
| 82 | .BI /usr/local/etc/ripngd.conf |
| 83 | The default location of the |
| 84 | .B ripngd |
| 85 | config file. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 86 | .TP |
| 87 | .BI $(PWD)/ripngd.log |
| 88 | If the |
| 89 | .B ripngd |
| 90 | process is config'd to output logs to a file, then you will find this |
| 91 | file in the directory where you started \fBripngd\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 92 | .SH WARNING |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 93 | This man page is intended to be a quick reference for command line |
| 94 | options. The definitive document is the Info file \fBQuagga\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 95 | .SH DIAGNOSTICS |
| 96 | The ripngd process may log to standard output, to a VTY, to a log |
| 97 | file, or through syslog to the system logs. \fBripngd\fR supports many |
| 98 | debugging options, see the Info file, or the source for details. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 99 | .SH "SEE ALSO" |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 100 | .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) |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 107 | .SH BUGS |
| 108 | .B ripngd |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 109 | eats bugs for breakfast. If you have food for the maintainers try |
hasso | 2f04e67 | 2004-02-20 18:53:22 +0000 | [diff] [blame] | 110 | .BI http://bugzilla.quagga.net |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 111 | .SH AUTHORS |
| 112 | See |
| 113 | .BI http://www.zebra.org |
| 114 | and |
| 115 | .BI http://www.quagga.org |
| 116 | or the Info file for an accurate list of authors. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 117 | |