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