paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | .TH RIPD 8 "July 2000" "Zebra" "Version 0.88" |
| 2 | |
| 3 | .SH NAME |
| 4 | ripd \- a RIP routing engine for use with Zebra |
| 5 | |
| 6 | .SH SYNOPSIS |
| 7 | .B ripd |
| 8 | [ |
| 9 | .B \-dhrv |
| 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 ripd |
| 30 | is a routing component that supports the |
| 31 | .B zebra |
| 32 | route engine. |
| 33 | .B ripd |
| 34 | supports RIPv1, RIPv2, and so forth. |
| 35 | |
| 36 | |
| 37 | .SH OPTIONS |
| 38 | |
| 39 | .TP |
| 40 | \fB\-d\fR, \fB\-\-daemon\fR |
| 41 | Runs in daemon mode, forking and exiting from tty. |
| 42 | |
| 43 | .TP |
| 44 | \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR |
| 45 | Specifies the config file to use for startup. If not specified this option will likely default to \fB\fI/usr/local/etc/ripd.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 ripd starts its process idenifier is written to |
| 54 | \fB\fIpid-file\fR. The init system uses the recorded PID to stop or |
| 55 | restart ripd. The likely default is \fB\fI/var/run/ripd.pid\fR. |
| 56 | |
| 57 | .TP |
| 58 | \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR |
| 59 | Specify the port that the ripd VTY will listen on. This defaults to |
| 60 | 2602, as specified in \fB\fI/etc/services\fR. |
| 61 | |
| 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 ripd VTY will listen on. Default is all |
| 65 | intrefaces. |
| 66 | |
| 67 | .TP |
| 68 | \fB\-u\fR, \fB\-\-user \fR\fIuser\fR |
| 69 | Specify the user and group to run as. User and group have to have same |
| 70 | name at the moment. Default is \fIquagga\fR. |
| 71 | |
| 72 | .TP |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 73 | \fB\-r\fR, \fB\-\-retain\fR |
| 74 | When the program terminates, retain routes added by \fBripd\fR. |
| 75 | |
| 76 | .TP |
| 77 | \fB\-v\fR, \fB\-\-version\fR |
| 78 | Print the version and exit. |
| 79 | |
| 80 | |
| 81 | .SH COMMANDS |
| 82 | |
| 83 | \fB router rip \fR |
| 84 | \fB no router rip \fR |
| 85 | |
| 86 | \fB rip version [1|2] \fR |
| 87 | \fB no rip version [1|2] \fR |
| 88 | |
| 89 | \fB network [A.B.C.D/M] \fR |
| 90 | \fB no network [A.B.C.D/M] \fR |
| 91 | |
| 92 | \fB network [IFNAME] \fR |
| 93 | \fB no network [IFNAME] \fR |
| 94 | |
| 95 | \fB neighbor [A.B.C.D] \fR |
| 96 | \fB no neighbor [A.B.C.D] \fR |
| 97 | |
| 98 | \fB redistribute kernel \fR |
| 99 | \fB redistribute kernel metric [METRIC]\fR |
| 100 | \fB redistribute kernel route-map [ROUTE-MAP]\fR |
| 101 | \fB no redistribute kernel \fR |
| 102 | |
| 103 | \fB redistribute static \fR |
| 104 | \fB redistribute static metric [METRIC]\fR |
| 105 | \fB redistribute static route-map [ROUTE-MAP]\fR |
| 106 | \fB no redistribute static \fR |
| 107 | |
| 108 | \fB redistribute connected \fR |
| 109 | \fB redistribute connected metric [METRIC]\fR |
| 110 | \fB redistribute connected route-map [ROUTE-MAP]\fR |
| 111 | \fB no redistribute connected \fR |
| 112 | |
| 113 | \fB redistribute ospf \fR |
| 114 | \fB redistribute ospf metric [METRIC]\fR |
| 115 | \fB redistribute ospf route-map [ROUTE-MAP]\fR |
| 116 | \fB no redistribute ospf \fR |
| 117 | |
| 118 | \fB redistribute bgp \fR |
| 119 | \fB redistribute bgp metric [METRIC]\fR |
| 120 | \fB redistribute bgp route-map [ROUTE-MAP]\fR |
| 121 | \fB no redistribute bgp \fR |
| 122 | |
| 123 | \fB route [A.B.C.D/M] \fR |
| 124 | \fB no route [A.B.C.D/M] \fR |
| 125 | |
| 126 | \fB default-information originate \fR |
| 127 | \fB no default-information originate \fR |
| 128 | |
| 129 | \fB default-metric [METRIC] \fR |
| 130 | \fB no default-metric [METRIC] \fR |
| 131 | |
| 132 | \fB passive-interface [IFNAME] \fR |
| 133 | \fB no passive-interface [IFNAME] \fR |
| 134 | |
| 135 | \fB offset-list [ACCESS-LIST] [in|out]\fR |
| 136 | \fB offset-list [ACCESS-LIST] [in|out] [IFNAME]\fR |
| 137 | \fB no offset-list [ACCESS-LIST] [in|out]\fR |
| 138 | |
| 139 | \fB timers basic [UPDATE-INTERVAL] [INVALID] [TIMEOUT] [GARBAGE-COLLECT] \fR |
| 140 | \fB no timers basic \fR |
| 141 | |
| 142 | \fB distribute-list [ACCESS-LIST] [in|out] [IFNAME] \fR |
| 143 | \fB no distribute-list [ACCESS-LIST] [in|out] [IFNAME] \fR |
| 144 | |
| 145 | \fB distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] \fR |
| 146 | \fB no distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] \fR |
| 147 | |
| 148 | \fB distance [DISTANCE] \fR |
| 149 | \fB no distance [DISTANCE] \fR |
| 150 | |
| 151 | \fB distance [DISTANCE] [A.B.C.D/M] \fR |
| 152 | \fB no distance [DISTANCE] [A.B.C.D/M] \fR |
| 153 | |
| 154 | \fB distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST]\fR |
| 155 | \fB no distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST]\fR |
| 156 | |
| 157 | \fB ip rip send version [VERSION] \fR |
| 158 | \fB no ip rip send version [VERSION] \fR |
| 159 | \fB ip rip receive version [VERSION] \fR |
| 160 | \fB no ip rip receive version [VERSION] \fR |
| 161 | |
| 162 | \fB ip rip authentication mode [md5|text]\fR |
| 163 | \fB no ip rip authentication mode [md5|text]\fR |
| 164 | |
| 165 | \fB ip rip authentication key-chain [KEY-CHAIN]\fR |
| 166 | \fB no ip rip authentication key-chain [KEY-CHAIN]\fR |
| 167 | |
| 168 | \fB ip rip authentication string [STRING]\fR |
| 169 | \fB no ip rip authentication string [STRING]\fR |
| 170 | |
| 171 | \fB ip spli-horizon\fR |
| 172 | \fB no ip spli-horizon\fR |
| 173 | |
| 174 | \fB show ip rip \fR |
| 175 | \fB show ip protocols \fR |
| 176 | \fB show debugging rip \fR |
| 177 | |
| 178 | \fB debug rip \fR |
| 179 | \fB debug rip events \fR |
| 180 | \fB debug rip packet \fR |
| 181 | \fB debug rip zebra \fR |
| 182 | |
| 183 | .SH FILES |
| 184 | |
| 185 | .TP |
| 186 | .BI /usr/local/sbin/ripd |
| 187 | The default location of the |
| 188 | .B ripd |
| 189 | binary. |
| 190 | |
| 191 | .TP |
| 192 | .BI /usr/local/etc/ripd.conf |
| 193 | The default location of the |
| 194 | .B ripd |
| 195 | config file. |
| 196 | |
| 197 | .TP |
| 198 | .BI $(PWD)/ripd.log |
| 199 | If the |
| 200 | .B ripd |
| 201 | process is config'd to output logs to a file, then you will find this |
| 202 | file in the directory where you started \fBripd\fR. |
| 203 | |
| 204 | |
| 205 | .SH WARNING |
| 206 | This man page is intended as a quick reference for command line options, and for config file commands. The definitive document is the Info file \fBzebra\fR. |
| 207 | |
| 208 | |
| 209 | .SH DIAGNOSTICS |
| 210 | The ripd process may log to standard output, to a VTY, to a log file, or through syslog to the system logs. |
| 211 | .B ripd |
| 212 | supports many debugging options, see the Info file, or the source for details. |
| 213 | |
| 214 | |
| 215 | .SH "SEE ALSO" |
| 216 | References to other related man pages: |
| 217 | |
| 218 | ripngd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8) |
| 219 | |
| 220 | |
| 221 | |
| 222 | .SH BUGS |
| 223 | .B ripd |
| 224 | eats bugs for breakfast. If you have food for the maintainers try |
hasso | 2f04e67 | 2004-02-20 18:53:22 +0000 | [diff] [blame] | 225 | .BI http://bugzilla.quagga.net |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 226 | |
| 227 | |
| 228 | .SH AUTHOR[S] |
| 229 | See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors. |