]> git.proxmox.com Git - mirror_frr.git/blame - doc/zebra.8
Fix for Bugzilla #108.
[mirror_frr.git] / doc / zebra.8
CommitLineData
246c135e 1.TH ZEBRA 8 "10 August 2004" "Zebra daemon" "Version 0.96.5"
718e3744 2.SH NAME
246c135e 3zebra \- a routing manager for use with associated Quagga components.
718e3744 4.SH SYNOPSIS
5.B zebra
6[
7.B \-bdhklrv
246c135e 8] [
9.B \-f
10.I config-file
11] [
12.B \-i
13.I pid-file
14] [
15.B \-P
16.I port-number
17] [
18.B \-A
19.I vty-address
20] [
21.B \-u
22.I user
718e3744 23]
718e3744 24.SH DESCRIPTION
25.B zebra
26is a routing manager that implements the
27.B zebra
28route engine.
29.B zebra
246c135e 30supports RIPv1, RIPv2, RIPng, OSPF, OSPF6, IS-IS, BGP4+, and BGP4-.
718e3744 31.SH OPTIONS
246c135e 32Options available for the
33.B zebra
34command:
718e3744 35.TP
36\fB\-b\fR, \fB\-\-batch\fR
37Runs in batch mode, \fBzebra\fR parses its config and exits.
718e3744 38.TP
39\fB\-d\fR, \fB\-\-daemon\fR
40Runs in daemon mode, forking and exiting from tty.
718e3744 41.TP
42\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
43Specifies the config file to use for startup. If not specified this option will likely default to \fB\fI/usr/local/etc/zebra.conf\fR.
718e3744 44.TP
45\fB\-h\fR, \fB\-\-help\fR
46A brief message.
718e3744 47.TP
48\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
49When zebra starts its process idenifier is written to
50\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
51restart zebra. The likely default is \fB\fI/var/run/zebra.pid\fR.
718e3744 52.TP
53\fB\-k\fR, \fB\-\-keep_kernel\fR
54On startup, don't delete self inserted routes.
718e3744 55.TP
56\fB\-l\fR, \fB\-\-log_mode\fR
57Turn verbose logging on.
718e3744 58.TP
59\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
60Specify the port that the zebra VTY will listen on. This defaults to
612602, as specified in \fB\fI/etc/services\fR.
6c110e70 62.TP
63\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
64Specify the address that the zebra VTY will listen on. Default is all
65intrefaces.
6c110e70 66.TP
67\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
68Specify the user and group to run as. User and group have to have same
69name at the moment. Default is \fIquagga\fR.
718e3744 70.TP
71\fB\-r\fR, \fB\-\-retain\fR
72When the program terminates, retain routes added by \fBzebra\fR.
718e3744 73.TP
74\fB\-v\fR, \fB\-\-version\fR
75Print the version and exit.
718e3744 76.SH FILES
718e3744 77.TP
78.BI /usr/local/sbin/zebra
79The default location of the
80.B zebra
81binary.
718e3744 82.TP
83.BI /usr/local/etc/zebra.conf
84The default location of the
85.B zebra
86config file.
718e3744 87.TP
88.BI $(PWD)/zebra.log
89If the
90.B zebra
91process is config'd to output logs to a file, then you will find this
92file in the directory where you started \fBzebra\fR.
718e3744 93.SH WARNING
246c135e 94This man page is intended to be a quick reference for command line
95options. The definitive document is the Info file \fBQuagga\fR.
718e3744 96.SH DIAGNOSTICS
246c135e 97The zebra process may log to standard output, to a VTY, to a log
98file, or through syslog to the system logs. \fBzebra\fR supports many
99debugging options, see the Info file, or the source for details.
718e3744 100.SH "SEE ALSO"
246c135e 101.BR bgpd (8),
102.BR ripd (8),
103.BR ripngd (8),
104.BR ospfd (8),
105.BR ospf6d (8),
106.BR isisd (8),
107.BR vtysh (1)
718e3744 108.SH BUGS
109.B zebra
246c135e 110eats bugs for breakfast. If you have food for the maintainers try
2f04e67a 111.BI http://bugzilla.quagga.net
246c135e 112.SH AUTHORS
113See
114.BI http://www.zebra.org
115and
116.BI http://www.quagga.org
117or the Info file for an accurate list of authors.
718e3744 118