]> git.proxmox.com Git - mirror_frr.git/blame - doc/ospfd.8
[zebra] arrange structs in padding-efficient manner and remove unused field
[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
55\fB\-l\fR, \fB\-\-log_mode\fR
56Turn verbose logging on.
718e3744 57.TP
58\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
59Specify the port that the ospfd VTY will listen on. This defaults to
602604, as specified in \fB\fI/etc/services\fR.
6c110e70 61.TP
62\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
63Specify the address that the ospfd VTY will listen on. Default is all
151fe8a4 64interfaces.
6c110e70 65.TP
66\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
c065230a 67Specify the user to run as. Default is \fIquagga\fR.
718e3744 68.TP
c3abdb72 69\fB\-a\fR, \fB\-\-apiserver \fR
70Enable OSPF apiserver. Default is disabled.
71.TP
718e3744 72\fB\-v\fR, \fB\-\-version\fR
73Print the version and exit.
718e3744 74.SH FILES
718e3744 75.TP
76.BI /usr/local/sbin/ospfd
77The default location of the
78.B ospfd
79binary.
718e3744 80.TP
81.BI /usr/local/etc/ospfd.conf
82The default location of the
83.B ospfd
84config file.
718e3744 85.TP
86.BI $(PWD)/ospfd.log
87If the
88.B ospfd
89process is config'd to output logs to a file, then you will find this
90file in the directory where you started \fBospfd\fR.
718e3744 91.SH WARNING
246c135e 92This man page is intended to be a quick reference for command line
93options. The definitive document is the Info file \fBQuagga\fR.
718e3744 94.SH DIAGNOSTICS
95The ospfd process may log to standard output, to a VTY, to a log
96file, or through syslog to the system logs. \fBospfd\fR supports many
97debugging options, see the Info file, or the source for details.
718e3744 98.SH "SEE ALSO"
246c135e 99.BR bgpd (8),
100.BR ripd (8),
101.BR ripngd (8),
102.BR ospf6d (8),
103.BR isisd (8),
104.BR zebra (8),
105.BR vtysh (1)
718e3744 106.SH BUGS
107.B ospfd
246c135e 108eats bugs for breakfast. If you have food for the maintainers try
2f04e67a 109.BI http://bugzilla.quagga.net
246c135e 110.SH AUTHORS
111See
112.BI http://www.zebra.org
113and
114.BI http://www.quagga.org
115or the Info file for an accurate list of authors.
718e3744 116