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