]> git.proxmox.com Git - mirror_frr.git/blame - doc/ospfd.8.in
Merge pull request #1690 from dslicenc/bgpd-vrf-show-cm17377
[mirror_frr.git] / doc / ospfd.8.in
CommitLineData
a07169b1 1.TH OSPFD 8 "25 November 2004" "@PACKAGE_FULLNAME@ OSPFv2 daemon" "Version @PACKAGE_VERSION@"
718e3744 2.SH NAME
a07169b1 3ospfd \- an OSPFv2 routing engine for use with @PACKAGE_FULLNAME@.
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
6b0275ac
DL
26] [
27.B \-M
28.I module:options
718e3744 29]
718e3744 30.SH DESCRIPTION
246c135e 31.B ospfd
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 ospfd
38command:
718e3744 39.TP
40\fB\-d\fR, \fB\-\-daemon\fR
41Runs in daemon mode, forking and exiting from tty.
718e3744 42.TP
43\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
44Specifies the config file to use for startup. If not specified this
a07169b1 45option will default to \fB\fI@CFG_SYSCONF@/ospfd.conf\fR.
718e3744 46.TP
c065230a 47\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
a07169b1 48Specify the group to run as. Default is \fI@enable_group@\fR.
c065230a 49.TP
718e3744 50\fB\-h\fR, \fB\-\-help\fR
51A brief message.
718e3744 52.TP
53\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
a0e64a63 54When ospfd starts its process identifier is written to
718e3744 55\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
a07169b1 56restart ospfd. The default is \fB\fI@CFG_STATE@/ospfd.pid\fR.
718e3744 57.TP
718e3744 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
a07169b1 67Specify the user to run as. Default is \fI@enable_user@\fR.
718e3744 68.TP
c3abdb72 69\fB\-a\fR, \fB\-\-apiserver \fR
70Enable OSPF apiserver. Default is disabled.
71.TP
6b0275ac
DL
72\fB\-M\fR, \fB\-\-module \fR\fImodule:options\fR
73Load a module at startup. May be specified more than once.
74The \fBsnmp\fR module may be available for
75\fBospfd\fR, if the package was built with SNMP support.
76.TP
718e3744 77\fB\-v\fR, \fB\-\-version\fR
78Print the version and exit.
718e3744 79.SH FILES
718e3744 80.TP
a07169b1 81.BI @CFG_SBIN@/ospfd
718e3744 82The default location of the
83.B ospfd
84binary.
718e3744 85.TP
a07169b1 86.BI @CFG_SYSCONF@/ospfd.conf
718e3744 87The default location of the
88.B ospfd
89config file.
718e3744 90.TP
91.BI $(PWD)/ospfd.log
92If the
93.B ospfd
94process is config'd to output logs to a file, then you will find this
95file in the directory where you started \fBospfd\fR.
718e3744 96.SH WARNING
246c135e 97This man page is intended to be a quick reference for command line
a07169b1 98options. The definitive document is the Info file \fB@PACKAGE_NAME@\fR.
718e3744 99.SH DIAGNOSTICS
100The ospfd process may log to standard output, to a VTY, to a log
101file, or through syslog to the system logs. \fBospfd\fR supports many
102debugging options, see the Info file, or the source for details.
718e3744 103.SH "SEE ALSO"
246c135e 104.BR bgpd (8),
105.BR ripd (8),
106.BR ripngd (8),
107.BR ospf6d (8),
108.BR isisd (8),
109.BR zebra (8),
110.BR vtysh (1)
718e3744 111.SH BUGS
112.B ospfd
246c135e 113eats bugs for breakfast. If you have food for the maintainers try
a07169b1 114.BI @PACKAGE_BUGREPORT@
246c135e 115.SH AUTHORS
116See
117.BI http://www.zebra.org
118and
a07169b1 119.BI @PACKAGE_URL@
246c135e 120or the Info file for an accurate list of authors.
718e3744 121