blob: 2266fffe133936548e813d54508a0e310858b102 [file] [log] [blame]
hassoc0652302004-11-25 19:33:48 +00001.TH OSPF6D 8 "25 November 2004" "Quagga OSPFv3 daemon" "Version 0.97.3"
paul718e3742002-12-13 20:15:29 +00002.SH NAME
hasso246c1352004-08-10 12:00:34 +00003ospf6d \- an OSPFv3 routing engine for use with Quagga routing software.
paul718e3742002-12-13 20:15:29 +00004.SH SYNOPSIS
5.B ospf6d
6[
7.B \-dhv
hasso246c1352004-08-10 12:00:34 +00008] [
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
hassoc0652302004-11-25 19:33:48 +000023] [
24.B \-g
25.I group
paul718e3742002-12-13 20:15:29 +000026]
paul718e3742002-12-13 20:15:29 +000027.SH DESCRIPTION
hasso246c1352004-08-10 12:00:34 +000028.B ospf6d
29is a routing component that works with the
30.B Quagga
paul718e3742002-12-13 20:15:29 +000031routing engine.
paul718e3742002-12-13 20:15:29 +000032.SH OPTIONS
hasso246c1352004-08-10 12:00:34 +000033Options available for the
34.B ospf6d
35command:
36.SH OPTIONS
paul718e3742002-12-13 20:15:29 +000037.TP
38\fB\-d\fR, \fB\-\-daemon\fR
39Runs in daemon mode, forking and exiting from tty.
paul718e3742002-12-13 20:15:29 +000040.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.
paul718e3742002-12-13 20:15:29 +000044.TP
hassoc0652302004-11-25 19:33:48 +000045\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
46Specify the group to run as. Default is \fIquagga\fR.
47.TP
paul718e3742002-12-13 20:15:29 +000048\fB\-h\fR, \fB\-\-help\fR
49A brief message.
paul718e3742002-12-13 20:15:29 +000050.TP
51\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
52When ospf6d starts its process idenifier is written to
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.
paul718e3742002-12-13 20:15:29 +000055.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.
paul718e3742002-12-13 20:15:29 +000059.TP
hasso6c110e72003-11-27 13:02:03 +000060\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
61Specify the address that the ospf6d VTY will listen on. Default is all
62intrefaces.
hasso6c110e72003-11-27 13:02:03 +000063.TP
64\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
hassoc0652302004-11-25 19:33:48 +000065Specify the user to run as. Default is \fIquagga\fR.
hasso6c110e72003-11-27 13:02:03 +000066.TP
paul718e3742002-12-13 20:15:29 +000067\fB\-v\fR, \fB\-\-version\fR
68Print the version and exit.
paul718e3742002-12-13 20:15:29 +000069.SH FILES
paul718e3742002-12-13 20:15:29 +000070.TP
71.BI /usr/local/sbin/ospf6d
72The default location of the
73.B ospf6d
74binary.
paul718e3742002-12-13 20:15:29 +000075.TP
76.BI /usr/local/etc/ospf6d.conf
77The default location of the
78.B ospf6d
79config file.
paul718e3742002-12-13 20:15:29 +000080.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.
paul718e3742002-12-13 20:15:29 +000086.SH WARNING
hasso246c1352004-08-10 12:00:34 +000087This man page is intended to be a quick reference for command line
88options. The definitive document is the Info file \fBQuagga\fR.
paul718e3742002-12-13 20:15:29 +000089.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.
paul718e3742002-12-13 20:15:29 +000093.SH "SEE ALSO"
hasso246c1352004-08-10 12:00:34 +000094.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)
paul718e3742002-12-13 20:15:29 +0000101.SH BUGS
102.B ospf6d
hasso246c1352004-08-10 12:00:34 +0000103eats bugs for breakfast. If you have food for the maintainers try
hasso2f04e672004-02-20 18:53:22 +0000104.BI http://bugzilla.quagga.net
hasso246c1352004-08-10 12:00:34 +0000105.SH AUTHORS
106See
107.BI http://www.zebra.org
108and
109.BI http://www.quagga.org
110or the Info file for an accurate list of authors.
paul718e3742002-12-13 20:15:29 +0000111