]> git.proxmox.com Git - mirror_frr.git/blob - doc/ospf6d.8
Initial revision
[mirror_frr.git] / doc / ospf6d.8
1 .TH OSPF6D 8 "July 2000" "Zebra Beast - OSPF6D" "Version 0.88"
2
3 .SH NAME
4 ospf6d \- 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
23 is a routing component that works with the
24 .B zebra
25 routing engine.
26 \fBospf6d\fR.
27
28
29 .SH OPTIONS
30
31 .TP
32 \fB\-d\fR, \fB\-\-daemon\fR
33 Runs in daemon mode, forking and exiting from tty.
34
35 .TP
36 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
37 Specifies the config file to use for startup. If not specified this
38 option will likely default to \fB\fI/usr/local/etc/ospf6d.conf\fR.
39
40 .TP
41 \fB\-h\fR, \fB\-\-help\fR
42 A brief message.
43
44 .TP
45 \fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
46 When ospf6d starts its process idenifier is written to
47 \fB\fIpid-file\fR. The init system uses the recorded PID to stop or
48 restart 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
52 Specify the port that the ospf6d VTY will listen on. This defaults to
53 2606, as specified in \fB\fI/etc/services\fR.
54
55 .TP
56 \fB\-v\fR, \fB\-\-version\fR
57 Print 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
83 The default location of the
84 .B ospf6d
85 binary.
86
87 .TP
88 .BI /usr/local/etc/ospf6d.conf
89 The default location of the
90 .B ospf6d
91 config file.
92
93 .TP
94 .BI $(PWD)/ospf6d.log
95 If the
96 .B ospf6d
97 process is config'd to output logs to a file, then you will find this
98 file in the directory where you started \fBospf6d\fR.
99
100
101 .SH WARNING
102 This man page is intended as a quick reference for command line
103 options, and for config file commands. The definitive document is the
104 Info file \fBzebra\fR.
105
106
107 .SH DIAGNOSTICS
108 The ospf6d process may log to standard output, to a VTY, to a log
109 file, or through syslog to the system logs. \fBospf6d\fR supports many
110 debugging options, see the Info file, or the source for details.
111
112
113 .SH "SEE ALSO"
114 References to other related man pages:
115
116 ripd(8), ripngd(8), ospfd(8), bgpd(8), zebra(8), vtysh(1)
117
118
119 .SH BUGS
120 .B ospf6d
121 eats bugs for breakfast. If you have food for the maintainers try
122 .BI <bug-zebra@gnu.org>
123
124
125 .SH AUTHOR[S]
126 See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors.
127