]> git.proxmox.com Git - mirror_frr.git/blame - doc/ripngd.8.in
OSPFD: Update Segment Routing following reviews
[mirror_frr.git] / doc / ripngd.8.in
CommitLineData
a07169b1 1.TH RIPNGD 8 "25 November 2004" "@PACKAGE_FULLNAME@ RIPNG daemon" "Version @PACKAGE_VERSION@"
718e3744 2.SH NAME
a07169b1 3ripngd \- a RIPNG routing engine for use with @PACKAGE_FULLNAME@.
718e3744 4.SH SYNOPSIS
5.B ripngd
6[
7.B \-dhlrv
246c135e 8] [
9.B \-f
10.I config-file
11] [
12.B \-i
13.I pid-file
14] [
15.B \-P
16.I port-number
17] [
18.B \-A
19.I vty-address
20] [
21.B \-u
22.I user
c065230a 23] [
24.B \-g
25.I group
6b0275ac
DL
26] [
27.B \-M
28.I module:options
718e3744 29]
718e3744 30.SH DESCRIPTION
246c135e 31.B ripngd
32is a routing component that works with the
a07169b1 33.B @PACKAGE_FULLNAME@
718e3744 34routing engine.
718e3744 35.SH OPTIONS
246c135e 36Options available for the
37.B ripngd
38command:
39.SH OPTIONS
718e3744 40.TP
41\fB\-d\fR, \fB\-\-daemon\fR
42Runs in daemon mode, forking and exiting from tty.
718e3744 43.TP
44\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
45Specifies the config file to use for startup. If not specified this
a07169b1 46option will default to \fB\fI@CFG_SYSCONF@/ripngd.conf\fR.
718e3744 47.TP
c065230a 48\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
a07169b1 49Specify the group to run as. Default is \fI@enable_group@\fR.
c065230a 50.TP
718e3744 51\fB\-h\fR, \fB\-\-help\fR
52A brief message.
718e3744 53.TP
54\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
a0e64a63 55When ripngd starts its process identifier is written to
718e3744 56\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
a07169b1 57restart ripngd. The default is \fB\fI@CFG_STATE@/ripngd.pid\fR.
718e3744 58.TP
718e3744 59\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
60Specify the port that the ripngd VTY will listen on. This defaults to
612603, as specified in \fB\fI/etc/services\fR.
6c110e70 62.TP
63\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
64Specify the address that the ripngd VTY will listen on. Default is all
151fe8a4 65interfaces.
6c110e70 66.TP
67\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
a07169b1 68Specify the user to run as. Default is \fI@enable_user@\fR.
718e3744 69.TP
70\fB\-r\fR, \fB\-\-retain\fR
71When the program terminates, retain routes added by \fBripd\fR.
718e3744 72.TP
6b0275ac
DL
73\fB\-M\fR, \fB\-\-module \fR\fImodule:options\fR
74Load a module at startup. May be specified more than once.
75There are currently no such modules for
76\fBripngd\fR in the base package.
77.TP
718e3744 78\fB\-v\fR, \fB\-\-version\fR
79Print the version and exit.
718e3744 80.SH FILES
718e3744 81.TP
a07169b1 82.BI @CFG_SBIN@/ripngd
718e3744 83The default location of the
84.B ripngd
85binary.
718e3744 86.TP
a07169b1 87.BI @CFG_SYSCONF@/ripngd.conf
718e3744 88The default location of the
89.B ripngd
90config file.
718e3744 91.TP
92.BI $(PWD)/ripngd.log
93If the
94.B ripngd
95process is config'd to output logs to a file, then you will find this
96file in the directory where you started \fBripngd\fR.
718e3744 97.SH WARNING
246c135e 98This man page is intended to be a quick reference for command line
a07169b1 99options. The definitive document is the Info file \fB@PACKAGE_NAME@\fR.
718e3744 100.SH DIAGNOSTICS
101The ripngd process may log to standard output, to a VTY, to a log
102file, or through syslog to the system logs. \fBripngd\fR supports many
103debugging options, see the Info file, or the source for details.
718e3744 104.SH "SEE ALSO"
246c135e 105.BR bgpd (8),
106.BR ripd (8),
107.BR ospfd (8),
108.BR ospf6d (8),
109.BR isisd (8),
110.BR zebra (8),
111.BR vtysh (1)
718e3744 112.SH BUGS
113.B ripngd
246c135e 114eats bugs for breakfast. If you have food for the maintainers try
a07169b1 115.BI @PACKAGE_BUGREPORT@
246c135e 116.SH AUTHORS
117See
118.BI http://www.zebra.org
119and
a07169b1 120.BI @PACKAGE_URL@
246c135e 121or the Info file for an accurate list of authors.
718e3744 122