paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | .TH RIPNGD 8 "July 2000" "Zebra Beast - RIPNGD" "Version 0.88" |
| 2 | |
| 3 | .SH NAME |
| 4 | ripngd \- a RIP routing engine for use with Zebra and IPv6 |
| 5 | |
| 6 | .SH SYNOPSIS |
| 7 | .B ripngd |
| 8 | [ |
| 9 | .B \-dhlrv |
| 10 | ] |
| 11 | [ |
| 12 | .B \-f config-file |
| 13 | ] |
| 14 | [ |
| 15 | .B \-i pid-file |
| 16 | ] |
| 17 | [ |
| 18 | .B \-P port-number |
| 19 | ] |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 20 | [ |
| 21 | .B \-A vty-address |
| 22 | ] |
| 23 | [ |
| 24 | .B \-u user |
| 25 | ] |
| 26 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 27 | |
| 28 | .SH DESCRIPTION |
| 29 | .B ripngd |
| 30 | is a routing component that works with the |
| 31 | .B zebra |
| 32 | routing engine. |
| 33 | |
| 34 | |
| 35 | |
| 36 | .SH OPTIONS |
| 37 | |
| 38 | .TP |
| 39 | \fB\-d\fR, \fB\-\-daemon\fR |
| 40 | Runs in daemon mode, forking and exiting from tty. |
| 41 | |
| 42 | .TP |
| 43 | \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR |
| 44 | Specifies the config file to use for startup. If not specified this |
| 45 | option will likely default to \fB\fI/usr/local/etc/ripngd.conf\fR. |
| 46 | |
| 47 | .TP |
| 48 | \fB\-h\fR, \fB\-\-help\fR |
| 49 | A brief message. |
| 50 | |
| 51 | .TP |
| 52 | \fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR |
| 53 | When ripngd starts its process idenifier is written to |
| 54 | \fB\fIpid-file\fR. The init system uses the recorded PID to stop or |
| 55 | restart ripngd. The likely default is \fB\fI/var/run/ripngd.pid\fR. |
| 56 | |
| 57 | .TP |
| 58 | \fB\-l\fR, \fB\-\-log_mode\fR |
| 59 | Turn verbose logging on. |
| 60 | |
| 61 | .TP |
| 62 | \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR |
| 63 | Specify the port that the ripngd VTY will listen on. This defaults to |
| 64 | 2603, as specified in \fB\fI/etc/services\fR. |
| 65 | |
| 66 | .TP |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 67 | \fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR |
| 68 | Specify the address that the ripngd VTY will listen on. Default is all |
| 69 | intrefaces. |
| 70 | |
| 71 | .TP |
| 72 | \fB\-u\fR, \fB\-\-user \fR\fIuser\fR |
| 73 | Specify the user and group to run as. User and group have to have same |
| 74 | name at the moment. Default is \fIquagga\fR. |
| 75 | |
| 76 | .TP |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 77 | \fB\-r\fR, \fB\-\-retain\fR |
| 78 | When the program terminates, retain routes added by \fBripd\fR. |
| 79 | |
| 80 | .TP |
| 81 | \fB\-v\fR, \fB\-\-version\fR |
| 82 | Print the version and exit. |
| 83 | |
| 84 | |
| 85 | .SH COMMANDS |
| 86 | |
| 87 | \fB router ripng \fR |
| 88 | \fB router zebra \fR -- (Move routes into kernel table) |
| 89 | |
| 90 | \fB network [NETWORK] \fR |
| 91 | \fB no network [NETWORK] \fR |
| 92 | |
| 93 | \fB network [IFNAME] \fR |
| 94 | \fB no network [IFNAME] \fR |
| 95 | |
| 96 | \fB route [NETWORK] \fR |
| 97 | \fB no route [NETWORK] \fR |
| 98 | |
| 99 | \fB flush_timer [FLUSH] \fR |
| 100 | |
| 101 | \fB distribute-list [ACCESS-LIST] [in|out] [IFNAME] \fR |
| 102 | |
| 103 | \fB show ip ripng \fR |
| 104 | \fB show debugging ripng \fR |
| 105 | |
| 106 | \fB debug ripng \fR |
| 107 | \fB debug ripng events \fR |
| 108 | \fB debug ripng packet \fR |
| 109 | \fB debug ripng zebra \fR |
| 110 | |
| 111 | |
| 112 | |
| 113 | .SH FILES |
| 114 | |
| 115 | .TP |
| 116 | .BI /usr/local/sbin/ripngd |
| 117 | The default location of the |
| 118 | .B ripngd |
| 119 | binary. |
| 120 | |
| 121 | .TP |
| 122 | .BI /usr/local/etc/ripngd.conf |
| 123 | The default location of the |
| 124 | .B ripngd |
| 125 | config file. |
| 126 | |
| 127 | .TP |
| 128 | .BI $(PWD)/ripngd.log |
| 129 | If the |
| 130 | .B ripngd |
| 131 | process is config'd to output logs to a file, then you will find this |
| 132 | file in the directory where you started \fBripngd\fR. |
| 133 | |
| 134 | |
| 135 | .SH WARNING |
| 136 | This man page is intended as a quick reference for command line |
| 137 | options, and for config file commands. The definitive document is the |
| 138 | Info file \fBzebra\fR. |
| 139 | |
| 140 | |
| 141 | .SH DIAGNOSTICS |
| 142 | The ripngd process may log to standard output, to a VTY, to a log |
| 143 | file, or through syslog to the system logs. \fBripngd\fR supports many |
| 144 | debugging options, see the Info file, or the source for details. |
| 145 | |
| 146 | |
| 147 | .SH "SEE ALSO" |
| 148 | References to other related man pages: |
| 149 | |
| 150 | ripd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8), vtysh(1) |
| 151 | |
| 152 | .SH BUGS |
| 153 | .B ripngd |
| 154 | eats bugs for breakfast. If you have food for the maintainers try |
| 155 | .BI <bug-zebra@gnu.org> |
| 156 | |
| 157 | |
| 158 | .SH AUTHOR[S] |
| 159 | See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors. |
| 160 | |