summaryrefslogtreecommitdiff
path: root/doc/ripd.8
blob: e15989ffaab8a18f8616baa104d283305a989b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
.TH RIPD 8 "July 2000" "Zebra" "Version 0.88"

.SH NAME
ripd \- a RIP routing engine for use with Zebra

.SH SYNOPSIS
.B ripd
[
.B \-dhrv
]
[
.B \-f config-file
]
[
.B \-i pid-file
]
[
.B \-P port-number
]

.SH DESCRIPTION
.B ripd 
is a routing component that supports the 
.B zebra
route engine.
.B ripd 
supports RIPv1, RIPv2, and so forth.


.SH OPTIONS

.TP
\fB\-d\fR, \fB\-\-daemon\fR
Runs in daemon mode, forking and exiting from tty.

.TP
\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
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.
 
.TP
\fB\-h\fR, \fB\-\-help\fR
A brief message.

.TP
\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
When ripd starts its process idenifier is written to
\fB\fIpid-file\fR.  The init system uses the recorded PID to stop or
restart ripd.  The likely default is \fB\fI/var/run/ripd.pid\fR.

.TP
\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR 
Specify the port that the ripd VTY will listen on. This defaults to
2602, as specified in \fB\fI/etc/services\fR.

.TP
\fB\-r\fR, \fB\-\-retain\fR 
When the program terminates, retain routes added by \fBripd\fR.

.TP
\fB\-v\fR, \fB\-\-version\fR
Print the version and exit.


.SH COMMANDS

\fB router rip \fR
\fB no router rip \fR

\fB rip version [1|2] \fR
\fB no rip version [1|2] \fR

\fB network [A.B.C.D/M] \fR
\fB no network [A.B.C.D/M] \fR

\fB network [IFNAME] \fR
\fB no network [IFNAME] \fR

\fB neighbor [A.B.C.D] \fR
\fB no neighbor [A.B.C.D] \fR

\fB redistribute kernel \fR
\fB redistribute kernel metric [METRIC]\fR
\fB redistribute kernel route-map [ROUTE-MAP]\fR
\fB no redistribute kernel \fR

\fB redistribute static \fR
\fB redistribute static metric [METRIC]\fR
\fB redistribute static route-map [ROUTE-MAP]\fR
\fB no redistribute static \fR

\fB redistribute connected \fR
\fB redistribute connected metric [METRIC]\fR
\fB redistribute connected route-map [ROUTE-MAP]\fR
\fB no redistribute connected \fR

\fB redistribute ospf \fR
\fB redistribute ospf metric [METRIC]\fR
\fB redistribute ospf route-map [ROUTE-MAP]\fR
\fB no redistribute ospf \fR

\fB redistribute bgp \fR
\fB redistribute bgp metric [METRIC]\fR
\fB redistribute bgp route-map [ROUTE-MAP]\fR
\fB no redistribute bgp \fR

\fB route [A.B.C.D/M] \fR
\fB no route [A.B.C.D/M] \fR

\fB default-information originate \fR
\fB no default-information originate \fR

\fB default-metric [METRIC] \fR
\fB no default-metric [METRIC] \fR

\fB passive-interface [IFNAME] \fR
\fB no passive-interface [IFNAME] \fR

\fB offset-list [ACCESS-LIST] [in|out]\fR
\fB offset-list [ACCESS-LIST] [in|out] [IFNAME]\fR
\fB no offset-list [ACCESS-LIST] [in|out]\fR

\fB timers basic [UPDATE-INTERVAL] [INVALID] [TIMEOUT] [GARBAGE-COLLECT] \fR
\fB no timers basic \fR

\fB distribute-list [ACCESS-LIST] [in|out] [IFNAME] \fR
\fB no distribute-list [ACCESS-LIST] [in|out] [IFNAME] \fR

\fB distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] \fR
\fB no distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] \fR

\fB distance [DISTANCE] \fR
\fB no distance [DISTANCE] \fR

\fB distance [DISTANCE] [A.B.C.D/M] \fR
\fB no distance [DISTANCE] [A.B.C.D/M] \fR

\fB distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST]\fR
\fB no distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST]\fR

\fB ip rip send version [VERSION] \fR
\fB no ip rip send version [VERSION] \fR
\fB ip rip receive version [VERSION] \fR
\fB no ip rip receive version [VERSION] \fR

\fB ip rip authentication mode [md5|text]\fR
\fB no ip rip authentication mode [md5|text]\fR

\fB ip rip authentication key-chain [KEY-CHAIN]\fR
\fB no ip rip authentication key-chain [KEY-CHAIN]\fR

\fB ip rip authentication string [STRING]\fR
\fB no ip rip authentication string [STRING]\fR

\fB ip spli-horizon\fR
\fB no ip spli-horizon\fR

\fB show ip rip \fR
\fB show ip protocols \fR
\fB show debugging rip \fR

\fB debug rip \fR
\fB debug rip events \fR
\fB debug rip packet \fR
\fB debug rip zebra \fR

.SH FILES

.TP
.BI /usr/local/sbin/ripd
The default location of the 
.B ripd
binary.

.TP
.BI /usr/local/etc/ripd.conf
The default location of the 
.B ripd
config file.

.TP
.BI $(PWD)/ripd.log 
If the 
.B ripd
process is config'd to output logs to a file, then you will find this
file in the directory where you started \fBripd\fR.


.SH WARNING
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.


.SH DIAGNOSTICS
The ripd process may log to standard output, to a VTY, to a log file, or through syslog to the system logs. 
.B ripd
supports many debugging options, see the Info file, or the source for details.


.SH "SEE ALSO"
References to other related man pages:

ripngd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8)



.SH BUGS
.B ripd
eats bugs for breakfast. If you have food for the maintainers try 
.BI <bug-zebra@gnu.org>


.SH AUTHOR[S]
See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors.