blob: 6e7ac1c79ff76d7d89ecc56439fdff504c0bb48b [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001\input texinfo @c -*- texinfo -*-
2@c %**start of header
3@setchapternewpage odd
paul30d03832005-04-29 03:16:42 +00004@settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}}
paul7190f4e2003-08-12 12:40:20 +00005@setfilename quagga.info
paul718e3742002-12-13 20:15:29 +00006@defcodeindex op
7@synindex pg cp
8@c %**end of header
9
paul76b89b42004-11-06 17:13:09 +000010@c Set variables - sourced from defines.texi
11@include defines.texi
paul718e3742002-12-13 20:15:29 +000012
paul76b89b42004-11-06 17:13:09 +000013@c automake will automatically generate version.texi
14@c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
15@include version.texi
paul718e3742002-12-13 20:15:29 +000016
paul6a22b1f2004-11-07 19:39:13 +000017@copying
pauld751f002005-10-11 04:01:09 +000018@value{COPYRIGHT_STR}
paul6a22b1f2004-11-07 19:39:13 +000019@quotation
pauld751f002005-10-11 04:01:09 +000020
paul718e3742002-12-13 20:15:29 +000021Permission is granted to make and distribute verbatim copies of this
22manual provided the copyright notice and this permission notice are
23preserved on all copies.
24
paul718e3742002-12-13 20:15:29 +000025Permission is granted to copy and distribute modified versions of this
26manual under the conditions for verbatim copying, provided that the
27entire resulting derived work is distributed under the terms of a
28permission notice identical to this one.
29
30Permission is granted to copy and distribute translations of this manual
31into another language, under the above conditions for modified versions,
32except that this permission notice may be stated in a translation
33approved by Kunihiro Ishiguro.
paul6a22b1f2004-11-07 19:39:13 +000034@end quotation
35@end copying
36
37@c Info entry
38@dircategory Routing Software:
39@direntry
pauld751f002005-10-11 04:01:09 +000040* @value{PACKAGE_NAME}: (quagga). The Quagga Software Routing Suite
paul6a22b1f2004-11-07 19:39:13 +000041@end direntry
42
43@c @smallbook
44
45@ifinfo
46This file documents the Quagga Software Routing Suite which manages common
47TCP/IP routing protocols.
48
49This is Edition @value{EDITION}, last updated @value{UPDATED} of
paul30d03832005-04-29 03:16:42 +000050@cite{The Quagga Manual}, for @uref{http://www.quagga.net/,,@value{PACKAGE_NAME}}
paul6a22b1f2004-11-07 19:39:13 +000051Version @value{VERSION}.
52
paul6a22b1f2004-11-07 19:39:13 +000053@insertcopying
paul718e3742002-12-13 20:15:29 +000054@end ifinfo
55
56@titlepage
paul76b89b42004-11-06 17:13:09 +000057@title @uref{http://www.quagga.net,,Quagga}
paul718e3742002-12-13 20:15:29 +000058@subtitle A routing software package for TCP/IP networks
paul30d03832005-04-29 03:16:42 +000059@subtitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @value{VERSION}
paul718e3742002-12-13 20:15:29 +000060@subtitle @value{UPDATED-MONTH}
paul76b89b42004-11-06 17:13:09 +000061@author @value{AUTHORS}
paul718e3742002-12-13 20:15:29 +000062
63@page
64@vskip 0pt plus 1filll
paul718e3742002-12-13 20:15:29 +000065
paul6a22b1f2004-11-07 19:39:13 +000066@insertcopying
paul718e3742002-12-13 20:15:29 +000067@end titlepage
68@page
69
70@ifnottex
paul76b89b42004-11-06 17:13:09 +000071@node Top
paul7190f4e2003-08-12 12:40:20 +000072@top Quagga
paul718e3742002-12-13 20:15:29 +000073
paul76b89b42004-11-06 17:13:09 +000074@uref{http://www.quagga.net,,Quagga} is an advanced routing software package
75that provides a suite of TCP/IP based routing protocols. This is the Manual
paul30d03832005-04-29 03:16:42 +000076for @value{PACKAGE_STRING}. @uref{http://www.quagga.net,,Quagga} is a fork of
paul76b89b42004-11-06 17:13:09 +000077@uref{http://www.zebra.org,,GNU Zebra}.
pauld751f002005-10-11 04:01:09 +000078
79@insertcopying
paul718e3742002-12-13 20:15:29 +000080@end ifnottex
81
82@menu
paul6a22b1f2004-11-07 19:39:13 +000083* Overview::
84* Installation::
85* Basic commands::
86* Zebra::
87* RIP::
88* RIPng::
89* OSPFv2::
90* OSPFv3::
91* BGP::
92* Configuring Quagga as a Route Server::
93* VTY shell::
94* Filtering::
95* Route Map::
96* IPv6 Support::
97* Kernel Interface::
98* SNMP Support::
99* Zebra Protocol::
100* Packet Binary Dump Format::
101* Command Index::
102* VTY Key Index::
paul718e3742002-12-13 20:15:29 +0000103@end menu
paulb5f310c2004-09-13 13:15:25 +0000104@contents
paul718e3742002-12-13 20:15:29 +0000105
106@include overview.texi
107@include install.texi
108@include basic.texi
109@include main.texi
110@include ripd.texi
111@include ripngd.texi
112@include ospfd.texi
113@include ospf6d.texi
114@include bgpd.texi
paul3e6064f2004-11-08 12:08:35 +0000115@include routeserver.texi
paul718e3742002-12-13 20:15:29 +0000116@include vtysh.texi
117@include filter.texi
118@include routemap.texi
119@include ipv6.texi
120@include kernel.texi
121@include snmp.texi
122@include protocol.texi
123@include appendix.texi
124
paul76b89b42004-11-06 17:13:09 +0000125@node Command Index
paul718e3742002-12-13 20:15:29 +0000126@unnumbered Command Index
127
128@printindex fn
129
paul76b89b42004-11-06 17:13:09 +0000130@node VTY Key Index
paul718e3742002-12-13 20:15:29 +0000131@unnumbered VTY Key Index
132
133@printindex ky
134
paul718e3742002-12-13 20:15:29 +0000135@bye