blob: cff8abe6f8f34fe9fb11b7b29a9b07ce12d0ec78 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001.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]
20
21.SH DESCRIPTION
22.B ripngd
23is a routing component that works with the
24.B zebra
25routing engine.
26
27
28
29.SH OPTIONS
30
31.TP
32\fB\-d\fR, \fB\-\-daemon\fR
33Runs in daemon mode, forking and exiting from tty.
34
35.TP
36\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
37Specifies the config file to use for startup. If not specified this
38option will likely default to \fB\fI/usr/local/etc/ripngd.conf\fR.
39
40.TP
41\fB\-h\fR, \fB\-\-help\fR
42A brief message.
43
44.TP
45\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
46When ripngd starts its process idenifier is written to
47\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
48restart ripngd. The likely default is \fB\fI/var/run/ripngd.pid\fR.
49
50.TP
51\fB\-l\fR, \fB\-\-log_mode\fR
52Turn verbose logging on.
53
54.TP
55\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
56Specify the port that the ripngd VTY will listen on. This defaults to
572603, as specified in \fB\fI/etc/services\fR.
58
59.TP
60\fB\-r\fR, \fB\-\-retain\fR
61When the program terminates, retain routes added by \fBripd\fR.
62
63.TP
64\fB\-v\fR, \fB\-\-version\fR
65Print 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
100The default location of the
101.B ripngd
102binary.
103
104.TP
105.BI /usr/local/etc/ripngd.conf
106The default location of the
107.B ripngd
108config file.
109
110.TP
111.BI $(PWD)/ripngd.log
112If the
113.B ripngd
114process is config'd to output logs to a file, then you will find this
115file in the directory where you started \fBripngd\fR.
116
117
118.SH WARNING
119This man page is intended as a quick reference for command line
120options, and for config file commands. The definitive document is the
121Info file \fBzebra\fR.
122
123
124.SH DIAGNOSTICS
125The ripngd process may log to standard output, to a VTY, to a log
126file, or through syslog to the system logs. \fBripngd\fR supports many
127debugging options, see the Info file, or the source for details.
128
129
130.SH "SEE ALSO"
131References to other related man pages:
132
133ripd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8), vtysh(1)
134
135.SH BUGS
136.B ripngd
137eats bugs for breakfast. If you have food for the maintainers try
138.BI <bug-zebra@gnu.org>
139
140
141.SH AUTHOR[S]
142See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors.
143