zebra.texi
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:4k
源码类别:

网络

开发平台:

Unix_Linux

  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. @c Set variables
  10. @set EDITION 0.3
  11. @set VERSION 0.95
  12. @set UPDATED 1 March 2004
  13. @set UPDATED-MONTH March 2004
  14. @c These may vary with installation environment.
  15. @set INSTALL_PREFIX_ETC /usr/local/etc
  16. @set INSTALL_PREFIX_SBIN /usr/local/sbin
  17. @c Info entry
  18. @dircategory Routing Software:
  19. @direntry
  20. * Zebra: (zebra). The @sc{gnu} Zebra routing software
  21. @end direntry
  22. @c @smallbook
  23. @ifinfo
  24. This file documents the @sc{gnu} Zebra software which manages common
  25. TCP/IP routing protocols.
  26. This is Edition @value{EDITION}, last updated @value{UPDATED} of
  27. @cite{The GNU Zebra Manual}, for Zebra Version @value{VERSION}.
  28. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Kunihiro Ishiguro
  29. Permission is granted to make and distribute verbatim copies of this
  30. manual provided the copyright notice and this permission notice are
  31. preserved on all copies.
  32. @ignore
  33. Permission is granted to process this file through TeX and print the
  34. results, provided the printed document carries a copyright permission
  35. notice identical to this one except for the removal of this paragraph
  36. (this paragraph not being relevant to the printed manual).
  37. @end ignore
  38. Permission is granted to copy and distribute modified versions of this
  39. manual under the conditions for verbatim copying, provided that the
  40. entire resulting derived work is distributed under the terms of a
  41. permission notice identical to this one.
  42. Permission is granted to copy and distribute translations of this manual
  43. into another language, under the above conditions for modified versions,
  44. except that this permission notice may be stated in a translation
  45. approved by Kunihiro Ishiguro.
  46. @end ifinfo
  47. @titlepage
  48. @title GNU Zebra
  49. @subtitle A routing software package for TCP/IP networks
  50. @subtitle Zebra version @value{VERSION}
  51. @subtitle @value{UPDATED-MONTH}
  52. @author Kunihiro Ishiguro
  53. @page
  54. @vskip 0pt plus 1filll
  55. Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004 Kunihiro Ishiguro
  56. Permission is granted to make and distribute verbatim copies of
  57. this manual provided the copyright notice and this permission notice
  58. are preserved on all copies.
  59. Permission is granted to copy and distribute modified versions of this
  60. manual under the conditions for verbatim copying, provided that the entire
  61. resulting derived work is distributed under the terms of a permission
  62. notice identical to this one.
  63. Permission is granted to copy and distribute translations of this manual
  64. into another language, under the above conditions for modified versions,
  65. except that this permission notice may be stated in a translation approved
  66. by Kunihiro Ishiguro.
  67. @end titlepage
  68. @page
  69. @ifnottex
  70. @node Top, Overview, (dir), (dir)
  71. @comment  node-name,  next,  previous,  up
  72. @top Zebra
  73.      
  74. Zebra is the advanced TCP/IP routing software.  This Info file
  75. describes how to install and use it.  This manual coressponds to GNU
  76. Zebra @value{VERSION}.
  77. @end ifnottex
  78. @menu
  79. * Overview::                    
  80. * Installation::                
  81. * Basic commands::              
  82. * Zebra::                       
  83. * RIP::                         
  84. * RIPng::                       
  85. * OSPFv2::                      
  86. * OSPFv3::                      
  87. * BGP::                         
  88. * VTY shell::                       
  89. * Filtering::                   
  90. * Route Map::                   
  91. * IPv6 Support::                
  92. * Kernel Interface::            
  93. * SNMP Support::                
  94. * Zebra Protocol::              
  95. * Packet Binary Dump Format::   
  96. * Command Index::               
  97. * VTY Key Index::               
  98. @end menu
  99. @include overview.texi
  100. @include install.texi
  101. @include basic.texi
  102. @include main.texi
  103. @include ripd.texi
  104. @include ripngd.texi
  105. @include ospfd.texi
  106. @include ospf6d.texi
  107. @include bgpd.texi
  108. @include vtysh.texi
  109. @include filter.texi
  110. @include routemap.texi
  111. @include ipv6.texi
  112. @include kernel.texi
  113. @include snmp.texi
  114. @include protocol.texi
  115. @include appendix.texi
  116. @node Command Index, VTY Key Index, Top, Top
  117. @comment  node-name,  next,  previous,  up
  118. @unnumbered Command Index
  119. @printindex fn
  120. @node VTY Key Index,  , Command Index, Top
  121. @comment  node-name,  next,  previous,  up
  122. @unnumbered VTY Key Index
  123. @printindex ky
  124. @summarycontents
  125. @contents
  126. @bye