]> git.proxmox.com Git - mirror_frr.git/blame - doc/ospfd.8
bgpd: Fix route install upon multipath nexthop change
[mirror_frr.git] / doc / ospfd.8
CommitLineData
c065230a 1.TH OSPFD 8 "25 November 2004" "Quagga OSPFv2 daemon" "Version 0.97.3"
718e3744 2.SH NAME
246c135e 3ospfd \- an OSPFv2 routing engine for use with Quagga routing software.
718e3744 4.SH SYNOPSIS
5.B ospfd
6[
7.B \-dhlv
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
718e3744 26]
718e3744 27.SH DESCRIPTION
246c135e 28.B ospfd
29is a routing component that works with the
30.B Quagga
718e3744 31routing engine.
718e3744 32.SH OPTIONS
246c135e 33Options available for the
34.B ospfd
35command:
718e3744 36.TP
37\fB\-d\fR, \fB\-\-daemon\fR
38Runs in daemon mode, forking and exiting from tty.
718e3744 39.TP
40\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
41Specifies the config file to use for startup. If not specified this
42option will likely default to \fB\fI/usr/local/etc/ospfd.conf\fR.
718e3744 43.TP
c065230a 44\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
45Specify the group to run as. Default is \fIquagga\fR.
46.TP
718e3744 47\fB\-h\fR, \fB\-\-help\fR
48A brief message.
718e3744 49.TP
50\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
a0e64a63 51When ospfd starts its process identifier is written to
718e3744 52\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
53restart ospfd. The likely default is \fB\fI/var/run/ospfd.pid\fR.
718e3744 54.TP
718e3744 55\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
56Specify the port that the ospfd VTY will listen on. This defaults to
572604, as specified in \fB\fI/etc/services\fR.
6c110e70 58.TP
59\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
60Specify the address that the ospfd VTY will listen on. Default is all
151fe8a4 61interfaces.
6c110e70 62.TP
63\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
c065230a 64Specify the user to run as. Default is \fIquagga\fR.
718e3744 65.TP
c3abdb72 66\fB\-a\fR, \fB\-\-apiserver \fR
67Enable OSPF apiserver. Default is disabled.
68.TP
718e3744 69\fB\-v\fR, \fB\-\-version\fR
70Print the version and exit.
718e3744 71.SH FILES
718e3744 72.TP
b212c9df 73.BI /usr/lib/quagga/ospfd
718e3744 74The default location of the
75.B ospfd
76binary.
718e3744 77.TP
b212c9df 78.BI /etc/quagga/ospfd.conf
718e3744 79The default location of the
80.B ospfd
81config file.
718e3744 82.TP
83.BI $(PWD)/ospfd.log
84If the
85.B ospfd
86process is config'd to output logs to a file, then you will find this
87file in the directory where you started \fBospfd\fR.
718e3744 88.SH WARNING
246c135e 89This man page is intended to be a quick reference for command line
90options. The definitive document is the Info file \fBQuagga\fR.
718e3744 91.SH DIAGNOSTICS
92The ospfd process may log to standard output, to a VTY, to a log
93file, or through syslog to the system logs. \fBospfd\fR supports many
94debugging options, see the Info file, or the source for details.
718e3744 95.SH "SEE ALSO"
246c135e 96.BR bgpd (8),
97.BR ripd (8),
98.BR ripngd (8),
99.BR ospf6d (8),
100.BR isisd (8),
101.BR zebra (8),
102.BR vtysh (1)
718e3744 103.SH BUGS
104.B ospfd
246c135e 105eats bugs for breakfast. If you have food for the maintainers try
2f04e67a 106.BI http://bugzilla.quagga.net
246c135e 107.SH AUTHORS
108See
109.BI http://www.zebra.org
110and
2bbd71aa 111.BI http://www.quagga.net
246c135e 112or the Info file for an accurate list of authors.
718e3744 113