]> git.proxmox.com Git - mirror_frr.git/blob - doc/quagga.texi
bgpd: add L3/L2VPN Virtual Network Control feature
[mirror_frr.git] / doc / quagga.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @c Set variables - sourced from defines.texi
4 @include defines.texi
5
6 @c %**start of header
7 @setfilename quagga.info
8 @c Set variables - sourced from defines.texi
9 @include defines.texi
10 @settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}}
11 @c %**end of header
12
13 @c automake will automatically generate version.texi
14 @c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
15 @include version.texi
16
17 @copying
18 @value{COPYRIGHT_STR}
19 @quotation
20
21 Permission is granted to make and distribute verbatim copies of this
22 manual provided the copyright notice and this permission notice are
23 preserved on all copies.
24
25 Permission is granted to copy and distribute modified versions of this
26 manual under the conditions for verbatim copying, provided that the
27 entire resulting derived work is distributed under the terms of a
28 permission notice identical to this one.
29
30 Permission is granted to copy and distribute translations of this manual
31 into another language, under the above conditions for modified versions,
32 except that this permission notice may be stated in a translation
33 approved by Kunihiro Ishiguro.
34
35 @end quotation
36 @end copying
37
38 @c Info entry
39 @dircategory Routing Software:
40 @direntry
41 * @value{PACKAGE_NAME}: (quagga). The Quagga Software Routing Suite
42 @end direntry
43
44 @c @smallbook
45
46 @ifinfo
47 This file documents the Quagga Software Routing Suite which manages common
48 TCP/IP routing protocols.
49
50 This is Edition @value{EDITION}, last updated @value{UPDATED} of
51 @cite{The Quagga Manual}, for @uref{http://www.quagga.net/,,@value{PACKAGE_NAME}}
52 Version @value{VERSION}.
53
54 @insertcopying
55 @end ifinfo
56
57 @titlepage
58 @title @uref{http://www.quagga.net,,Quagga}
59 @subtitle A routing software package for TCP/IP networks
60 @subtitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @value{VERSION}
61 @subtitle @value{UPDATED-MONTH}
62 @author @value{AUTHORS}
63
64 @page
65 @vskip 0pt plus 1filll
66
67 @insertcopying
68 @end titlepage
69 @page
70
71 @ifnottex
72 @node Top
73 @top Quagga -- With Virtual Network Control
74
75 @uref{http://www.quagga.net,,Quagga} is an advanced routing software package
76 that provides a suite of TCP/IP based routing protocols. This is the Manual
77 for @value{PACKAGE_STRING}. @uref{http://www.quagga.net,,Quagga} is a fork of
78 @uref{http://www.zebra.org,,GNU Zebra}.
79
80 @insertcopying
81 @end ifnottex
82
83 @menu
84 * Overview::
85 * Installation::
86 * Basic commands::
87 * Zebra::
88 * RIP::
89 * RIPng::
90 * OSPFv2::
91 * OSPFv3::
92 * ISIS::
93 * BGP::
94 * Configuring Quagga as a Route Server::
95 * VNC and VNC-GW::
96 * VTY shell::
97 * Filtering::
98 * Route Map::
99 * IPv6 Support::
100 * Kernel Interface::
101 * SNMP Support::
102 * Zebra Protocol::
103 * Packet Binary Dump Format::
104 * Command Index::
105 * VTY Key Index::
106 * Index::
107 @end menu
108 @contents
109
110 @include overview.texi
111 @include install.texi
112 @include basic.texi
113 @include main.texi
114 @include ripd.texi
115 @include ripngd.texi
116 @include ospfd.texi
117 @include ospf6d.texi
118 @include isisd.texi
119 @include bgpd.texi
120 @include routeserver.texi
121 @include vnc.texi
122 @include vtysh.texi
123 @include filter.texi
124 @include routemap.texi
125 @include ipv6.texi
126 @include kernel.texi
127 @include snmp.texi
128 @include protocol.texi
129 @include appendix.texi
130
131 @node Command Index
132 @unnumbered Command Index
133
134 @printindex fn
135
136 @node VTY Key Index
137 @unnumbered VTY Key Index
138
139 @printindex ky
140
141 @node Index
142 @unnumbered Index
143
144 @printindex cp
145 @bye