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