]> git.proxmox.com Git - mirror_frr.git/blob - doc/ripngd.8
Initial revision
[mirror_frr.git] / doc / ripngd.8
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 ]
20
21 .SH DESCRIPTION
22 .B ripngd
23 is a routing component that works with the
24 .B zebra
25 routing engine.
26
27
28
29 .SH OPTIONS
30
31 .TP
32 \fB\-d\fR, \fB\-\-daemon\fR
33 Runs in daemon mode, forking and exiting from tty.
34
35 .TP
36 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
37 Specifies the config file to use for startup. If not specified this
38 option will likely default to \fB\fI/usr/local/etc/ripngd.conf\fR.
39
40 .TP
41 \fB\-h\fR, \fB\-\-help\fR
42 A brief message.
43
44 .TP
45 \fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
46 When ripngd starts its process idenifier is written to
47 \fB\fIpid-file\fR. The init system uses the recorded PID to stop or
48 restart ripngd. The likely default is \fB\fI/var/run/ripngd.pid\fR.
49
50 .TP
51 \fB\-l\fR, \fB\-\-log_mode\fR
52 Turn verbose logging on.
53
54 .TP
55 \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
56 Specify the port that the ripngd VTY will listen on. This defaults to
57 2603, as specified in \fB\fI/etc/services\fR.
58
59 .TP
60 \fB\-r\fR, \fB\-\-retain\fR
61 When the program terminates, retain routes added by \fBripd\fR.
62
63 .TP
64 \fB\-v\fR, \fB\-\-version\fR
65 Print the version and exit.
66
67
68 .SH COMMANDS
69
70 \fB router ripng \fR
71 \fB router zebra \fR -- (Move routes into kernel table)
72
73 \fB network [NETWORK] \fR
74 \fB no network [NETWORK] \fR
75
76 \fB network [IFNAME] \fR
77 \fB no network [IFNAME] \fR
78
79 \fB route [NETWORK] \fR
80 \fB no route [NETWORK] \fR
81
82 \fB flush_timer [FLUSH] \fR
83
84 \fB distribute-list [ACCESS-LIST] [in|out] [IFNAME] \fR
85
86 \fB show ip ripng \fR
87 \fB show debugging ripng \fR
88
89 \fB debug ripng \fR
90 \fB debug ripng events \fR
91 \fB debug ripng packet \fR
92 \fB debug ripng zebra \fR
93
94
95
96 .SH FILES
97
98 .TP
99 .BI /usr/local/sbin/ripngd
100 The default location of the
101 .B ripngd
102 binary.
103
104 .TP
105 .BI /usr/local/etc/ripngd.conf
106 The default location of the
107 .B ripngd
108 config file.
109
110 .TP
111 .BI $(PWD)/ripngd.log
112 If the
113 .B ripngd
114 process is config'd to output logs to a file, then you will find this
115 file in the directory where you started \fBripngd\fR.
116
117
118 .SH WARNING
119 This man page is intended as a quick reference for command line
120 options, and for config file commands. The definitive document is the
121 Info file \fBzebra\fR.
122
123
124 .SH DIAGNOSTICS
125 The ripngd process may log to standard output, to a VTY, to a log
126 file, or through syslog to the system logs. \fBripngd\fR supports many
127 debugging options, see the Info file, or the source for details.
128
129
130 .SH "SEE ALSO"
131 References to other related man pages:
132
133 ripd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8), vtysh(1)
134
135 .SH BUGS
136 .B ripngd
137 eats bugs for breakfast. If you have food for the maintainers try
138 .BI <bug-zebra@gnu.org>
139
140
141 .SH AUTHOR[S]
142 See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors.
143