blob: 1882c10ede3761836d5b8aa79fb1ac14a2438598 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001.TH OSPF6D 8 "July 2000" "Zebra Beast - OSPF6D" "Version 0.88"
2
3.SH NAME
4ospf6d \- an OSPF routing engine for use with Zebra and IPv6
5
6.SH SYNOPSIS
7.B ospf6d
8[
9.B \-dhv
10]
11[
12.B \-f config-file
13]
14[
15.B \-i pid-file
16]
17[
18.B \-P port-number
19]
20
21.SH DESCRIPTION
22.B ospf6d
23is a routing component that works with the
24.B zebra
25routing engine.
26\fBospf6d\fR.
27
28
29.SH OPTIONS
30
31.TP
32\fB\-d\fR, \fB\-\-daemon\fR
33Runs in daemon mode, forking and exiting from tty.
34
35.TP
36\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
37Specifies the config file to use for startup. If not specified this
38option will likely default to \fB\fI/usr/local/etc/ospf6d.conf\fR.
39
40.TP
41\fB\-h\fR, \fB\-\-help\fR
42A brief message.
43
44.TP
45\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
46When ospf6d starts its process idenifier is written to
47\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
48restart ospf6d. The likely default is \fB\fI/var/run/ospf6d.pid\fR.
49
50.TP
51\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
52Specify the port that the ospf6d VTY will listen on. This defaults to
532606, as specified in \fB\fI/etc/services\fR.
54
55.TP
56\fB\-v\fR, \fB\-\-version\fR
57Print the version and exit.
58
59
60.SH COMMANDS
61
62\fB router ospf6 \fR
63\fB router zebra \fR -- (Move routes into kernel table)
64
65\fB network [NETWORK] area [OSPF6-AREA-ID] \fR
66\fB no network [NETWORK] \fR
67
68\fB show ip ospf6 interface \fR
69\fB show ip ospf6 neighbor \fR
70\fB show ip ospf6 database \fR
71\fB show ip ospf6 route \fR
72
73\fB debug ospf6 ism \fR
74\fB debug ospf6 packet \fR
75\fB debug ospf6 nsm \fR
76
77
78
79.SH FILES
80
81.TP
82.BI /usr/local/sbin/ospf6d
83The default location of the
84.B ospf6d
85binary.
86
87.TP
88.BI /usr/local/etc/ospf6d.conf
89The default location of the
90.B ospf6d
91config file.
92
93.TP
94.BI $(PWD)/ospf6d.log
95If the
96.B ospf6d
97process is config'd to output logs to a file, then you will find this
98file in the directory where you started \fBospf6d\fR.
99
100
101.SH WARNING
102This man page is intended as a quick reference for command line
103options, and for config file commands. The definitive document is the
104Info file \fBzebra\fR.
105
106
107.SH DIAGNOSTICS
108The ospf6d process may log to standard output, to a VTY, to a log
109file, or through syslog to the system logs. \fBospf6d\fR supports many
110debugging options, see the Info file, or the source for details.
111
112
113.SH "SEE ALSO"
114References to other related man pages:
115
116ripd(8), ripngd(8), ospfd(8), bgpd(8), zebra(8), vtysh(1)
117
118
119.SH BUGS
120.B ospf6d
121eats bugs for breakfast. If you have food for the maintainers try
122.BI <bug-zebra@gnu.org>
123
124
125.SH AUTHOR[S]
126See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors.
127