]> git.proxmox.com Git - mirror_frr.git/blame - doc/ripngd.8
Report quagga bugs to quagga bugzilla.
[mirror_frr.git] / doc / ripngd.8
CommitLineData
718e3744 1.TH RIPNGD 8 "July 2000" "Zebra Beast - RIPNGD" "Version 0.88"
2
3.SH NAME
4ripngd \- 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]
6c110e70 20[
21.B \-A vty-address
22]
23[
24.B \-u user
25]
26
718e3744 27
28.SH DESCRIPTION
29.B ripngd
30is a routing component that works with the
31.B zebra
32routing engine.
33
34
35
36.SH OPTIONS
37
38.TP
39\fB\-d\fR, \fB\-\-daemon\fR
40Runs in daemon mode, forking and exiting from tty.
41
42.TP
43\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
44Specifies the config file to use for startup. If not specified this
45option will likely default to \fB\fI/usr/local/etc/ripngd.conf\fR.
46
47.TP
48\fB\-h\fR, \fB\-\-help\fR
49A brief message.
50
51.TP
52\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
53When ripngd starts its process idenifier is written to
54\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
55restart ripngd. The likely default is \fB\fI/var/run/ripngd.pid\fR.
56
57.TP
58\fB\-l\fR, \fB\-\-log_mode\fR
59Turn verbose logging on.
60
61.TP
62\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
63Specify the port that the ripngd VTY will listen on. This defaults to
642603, as specified in \fB\fI/etc/services\fR.
65
6c110e70 66.TP
67\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
68Specify the address that the ripngd VTY will listen on. Default is all
69intrefaces.
70
71.TP
72\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
73Specify the user and group to run as. User and group have to have same
74name at the moment. Default is \fIquagga\fR.
75
718e3744 76.TP
77\fB\-r\fR, \fB\-\-retain\fR
78When the program terminates, retain routes added by \fBripd\fR.
79
80.TP
81\fB\-v\fR, \fB\-\-version\fR
82Print 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
117The default location of the
118.B ripngd
119binary.
120
121.TP
122.BI /usr/local/etc/ripngd.conf
123The default location of the
124.B ripngd
125config file.
126
127.TP
128.BI $(PWD)/ripngd.log
129If the
130.B ripngd
131process is config'd to output logs to a file, then you will find this
132file in the directory where you started \fBripngd\fR.
133
134
135.SH WARNING
136This man page is intended as a quick reference for command line
137options, and for config file commands. The definitive document is the
138Info file \fBzebra\fR.
139
140
141.SH DIAGNOSTICS
142The ripngd process may log to standard output, to a VTY, to a log
143file, or through syslog to the system logs. \fBripngd\fR supports many
144debugging options, see the Info file, or the source for details.
145
146
147.SH "SEE ALSO"
148References to other related man pages:
149
150ripd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8), vtysh(1)
151
152.SH BUGS
153.B ripngd
154eats bugs for breakfast. If you have food for the maintainers try
2f04e67a 155.BI http://bugzilla.quagga.net
718e3744 156
157
158.SH AUTHOR[S]
159See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors.
160