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