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