paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 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.93b |
| 13 | @set UPDATED 12 September 2002 |
| 14 | @set UPDATED-MONTH September 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 |
| 29 | This file documents the @sc{gnu} Zebra software which manages common |
| 30 | TCP/IP routing protocols. |
| 31 | |
| 32 | This is Edition @value{EDITION}, last updated @value{UPDATED} of |
| 33 | @cite{The GNU Zebra Manual}, for Zebra Version @value{VERSION}. |
| 34 | |
| 35 | Copyright (C) 1999, 2000, 2001, 2002 Kunihiro Ishiguro |
| 36 | |
| 37 | Permission is granted to make and distribute verbatim copies of this |
| 38 | manual provided the copyright notice and this permission notice are |
| 39 | preserved on all copies. |
| 40 | |
| 41 | @ignore |
| 42 | Permission is granted to process this file through TeX and print the |
| 43 | results, provided the printed document carries a copyright permission |
| 44 | notice 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 |
| 48 | Permission is granted to copy and distribute modified versions of this |
| 49 | manual under the conditions for verbatim copying, provided that the |
| 50 | entire resulting derived work is distributed under the terms of a |
| 51 | permission notice identical to this one. |
| 52 | |
| 53 | Permission is granted to copy and distribute translations of this manual |
| 54 | into another language, under the above conditions for modified versions, |
| 55 | except that this permission notice may be stated in a translation |
| 56 | approved 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 |
| 68 | Copyright @copyright{} 1999, 2000, 2001, 2002 Kunihiro Ishiguro |
| 69 | |
| 70 | Permission is granted to make and distribute verbatim copies of |
| 71 | this manual provided the copyright notice and this permission notice |
| 72 | are preserved on all copies. |
| 73 | |
| 74 | Permission is granted to copy and distribute modified versions of this |
| 75 | manual under the conditions for verbatim copying, provided that the entire |
| 76 | resulting derived work is distributed under the terms of a permission |
| 77 | notice identical to this one. |
| 78 | |
| 79 | Permission is granted to copy and distribute translations of this manual |
| 80 | into another language, under the above conditions for modified versions, |
| 81 | except that this permission notice may be stated in a translation approved |
| 82 | by 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 | |
| 91 | Zebra is a advanced routing software package that provides TCP/IP |
| 92 | based routing protocols. This is the Zebra Manual for |
| 93 | zebra-@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 |