1\input texinfo @c -*- texinfo -*-
2@c %**start of header
3@setchapternewpage odd
4@settitle GNU Zebra
5@setfilename zebra.info
6@defcodeindex op
7@synindex pg cp
8@c %**end of header
9
10@c Set variables
11@set EDITION 0.1
12@set VERSION 0.93
13@set UPDATED 28 June 2002
14@set UPDATED-MONTH June 2002
15
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
23* Zebra: (zebra).		The @sc{gnu} Zebra routing software
24@end direntry
25
26@c @smallbook
27
28@ifinfo
29This file documents the @sc{gnu} Zebra software which manages common
30TCP/IP routing protocols.
31
32This is Edition @value{EDITION}, last updated @value{UPDATED} of
33@cite{The GNU Zebra Manual}, for Zebra Version @value{VERSION}.
34
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
60@title GNU Zebra
61@subtitle A routing software package for TCP/IP networks
62@subtitle Zebra version @value{VERSION}
63@subtitle @value{UPDATED-MONTH}
64@author Kunihiro Ishiguro
65
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
89@top Zebra
90		     
91Zebra is a advanced routing software package that provides TCP/IP
92based routing protocols.  This is the Zebra Manual for
93zebra-@value{VERSION}.
94@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
151