-
Notifications
You must be signed in to change notification settings - Fork 0
/
ripng.1
35 lines (35 loc) · 1.01 KB
/
ripng.1
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
.SS "ripng MODULE OPTIONS"
.TP
\-Rv\ \fIrnum\fR
Set the RIP \fBversion\fR to \fInum\fR {0..255}. Default: 0
.TP
\-Rc\ \fIrnum\fR
Set the RIP \fBcommand\fR {0..255} with 1=request, 2=response.
Default:\ 1
.TP
\-Re\ \fIv6addr\fB|\fItag\fB|\fIlen\fB|\fImetric\fR
Add a \fBRIP entry\fR using the given information. If a field is missing (empty
string), the corresponding value from the default value will be used instead.
.RS
.TP
\fIv6addr\fR
A normal IPv6 address or prefix. Default:\ ::
.TP
\fItag\fR
The route or authentication tag to set {0..0xffff}. Default:\ 0
.TP
\fIlen\fR
The length of the given IPv6 address or prefix. Default:\ 128
.TP
\fImetric\fR
The distance indicator to set {0..0xffffffff}. Default:\ 16
.RE
.TP
\-Rd
Create a RIP \fBdefault request\fR, i.e. get router's entire routing table.
Do not use any other RIP options on this RIP header. Is the same as
\-Rc\ 1\ \-Rv\ 1\ \-Rr\ 0\ \-Re\ ::\fB|\fR0\fB|\fR0\fB|\fR16
.TP
\-Rr\ \fIrnum\fR
Set the value of the \fBreserved\fR field to \fInum\fR {0..0xffff}.
Default:\ 0