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