blob: cb192a60f782ecf323a73d7339edf16d63db551c [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001\input texinfo @c -*- texinfo -*-
2@c %**start of header
3@setchapternewpage odd
paul7190f4e2003-08-12 12:40:20 +00004@settitle Quagga
5@setfilename quagga.info
paul718e3742002-12-13 20:15:29 +00006@defcodeindex op
7@synindex pg cp
8@c %**end of header
9
10@c Set variables
11@set EDITION 0.1
paul7190f4e2003-08-12 12:40:20 +000012@set VERSION 0.96
13@set UPDATED 12 August 2003
14@set UPDATED-MONTH August 2003
paul718e3742002-12-13 20:15:29 +000015
16@c These may vary with installation environment.
17@set INSTALL_PREFIX_ETC /usr/local/etc
18@set INSTALL_PREFIX_SBIN /usr/local/sbin
19
20@c Info entry
21@dircategory Routing Software:
22@direntry
paul7190f4e2003-08-12 12:40:20 +000023* Quagga: (quagga). The Quagga routing software
paul718e3742002-12-13 20:15:29 +000024@end direntry
25
26@c @smallbook
27
28@ifinfo
paul7190f4e2003-08-12 12:40:20 +000029This file documents the @sc{gnu} Quagga software which manages common
paul718e3742002-12-13 20:15:29 +000030TCP/IP routing protocols.
31
32This is Edition @value{EDITION}, last updated @value{UPDATED} of
paul7190f4e2003-08-12 12:40:20 +000033@cite{The Quagga Manual}, for Quagga Version @value{VERSION}.
paul718e3742002-12-13 20:15:29 +000034
35Copyright (C) 1999, 2000, 2001, 2002 Kunihiro Ishiguro
36
37Permission is granted to make and distribute verbatim copies of this
38manual provided the copyright notice and this permission notice are
39preserved on all copies.
40
41@ignore
42Permission is granted to process this file through TeX and print the
43results, provided the printed document carries a copyright permission
44notice identical to this one except for the removal of this paragraph
45(this paragraph not being relevant to the printed manual).
46
47@end ignore
48Permission is granted to copy and distribute modified versions of this
49manual under the conditions for verbatim copying, provided that the
50entire resulting derived work is distributed under the terms of a
51permission notice identical to this one.
52
53Permission is granted to copy and distribute translations of this manual
54into another language, under the above conditions for modified versions,
55except that this permission notice may be stated in a translation
56approved by Kunihiro Ishiguro.
57@end ifinfo
58
59@titlepage
paul7190f4e2003-08-12 12:40:20 +000060@title Quagga
paul718e3742002-12-13 20:15:29 +000061@subtitle A routing software package for TCP/IP networks
paul7190f4e2003-08-12 12:40:20 +000062@subtitle Quagga version @value{VERSION}
paul718e3742002-12-13 20:15:29 +000063@subtitle @value{UPDATED-MONTH}
paul7190f4e2003-08-12 12:40:20 +000064@author Kunihiro Ishiguro, et al
paul718e3742002-12-13 20:15:29 +000065
66@page
67@vskip 0pt plus 1filll
68Copyright @copyright{} 1999, 2000, 2001, 2002 Kunihiro Ishiguro
69
70Permission is granted to make and distribute verbatim copies of
71this manual provided the copyright notice and this permission notice
72are preserved on all copies.
73
74Permission is granted to copy and distribute modified versions of this
75manual under the conditions for verbatim copying, provided that the entire
76resulting derived work is distributed under the terms of a permission
77notice identical to this one.
78
79Permission is granted to copy and distribute translations of this manual
80into another language, under the above conditions for modified versions,
81except that this permission notice may be stated in a translation approved
82by Kunihiro Ishiguro.
83@end titlepage
84@page
85
86@ifnottex
87@node Top, Overview, (dir), (dir)
88@comment node-name, next, previous, up
paul7190f4e2003-08-12 12:40:20 +000089@top Quagga
paul718e3742002-12-13 20:15:29 +000090
paul7190f4e2003-08-12 12:40:20 +000091Quagga is a advanced routing software package that provides TCP/IP
92based routing protocols. This is the Quagga Manual for
93quagga-@value{VERSION}. Quagga is a fork of GNU Zebra.
paul718e3742002-12-13 20:15:29 +000094@end ifnottex
95
96@menu
97* Overview::
98* Installation::
99* Basic commands::
100* Zebra::
101* RIP::
102* RIPng::
103* OSPFv2::
104* OSPFv3::
105* BGP::
106* VTY shell::
107* Filtering::
108* Route Map::
109* IPv6 Support::
110* Kernel Interface::
111* SNMP Support::
112* Zebra Protocol::
113* Packet Binary Dump Format::
114* Command Index::
115* VTY Key Index::
116@end menu
117
118@include overview.texi
119@include install.texi
120@include basic.texi
121@include main.texi
122@include ripd.texi
123@include ripngd.texi
124@include ospfd.texi
125@include ospf6d.texi
126@include bgpd.texi
127@include vtysh.texi
128@include filter.texi
129@include routemap.texi
130@include ipv6.texi
131@include kernel.texi
132@include snmp.texi
133@include protocol.texi
134@include appendix.texi
135
136@node Command Index, VTY Key Index, Top, Top
137@comment node-name, next, previous, up
138@unnumbered Command Index
139
140@printindex fn
141
142@node VTY Key Index, , Command Index, Top
143@comment node-name, next, previous, up
144@unnumbered VTY Key Index
145
146@printindex ky
147
148@summarycontents
149@contents
150@bye