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

网络

开发平台:

Unix_Linux

  1. .TH ZEBRA 8 "July 2000" "Zebra" "Version 0.88"
  2. .SH NAME
  3. zebra - a routing manager for use with associated components
  4. .SH SYNOPSIS
  5. .B zebra
  6. [
  7. .B -bdhklrv
  8. ]
  9. [
  10. .B -f config-file
  11. ]
  12. [
  13. .B -i pid-file
  14. ]
  15. [
  16. .B -P port-number
  17. ]
  18. .SH DESCRIPTION
  19. .B zebra 
  20. is a routing manager that implements the 
  21. .B zebra
  22. route engine.
  23. .B zebra 
  24. supports RIPv1, RIPv2, RIPng, OSPF, OSPF6, BGP4+, and BGP4-.
  25. .SH OPTIONS
  26. .TP
  27. fB-bfR, fB--batchfR
  28. Runs in batch mode, fBzebrafR parses its config and exits.
  29. .TP
  30. fB-dfR, fB--daemonfR
  31. Runs in daemon mode, forking and exiting from tty.
  32. .TP
  33. fB-ffR, fB--config-file fRfIconfig-filefR
  34. Specifies the config file to use for startup. If not specified this option will likely default to fBfI/usr/local/etc/zebra.conffR.
  35.  
  36. .TP
  37. fB-hfR, fB--helpfR
  38. A brief message.
  39. .TP
  40. fB-ifR, fB--pid_file fRfIpid-filefR
  41. When zebra starts its process idenifier is written to
  42. fBfIpid-filefR.  The init system uses the recorded PID to stop or
  43. restart zebra.  The likely default is fBfI/var/run/zebra.pidfR.
  44. .TP
  45. fB-kfR, fB--keep_kernelfR
  46. On startup, don't delete self inserted routes.
  47. .TP
  48. fB-lfR, fB--log_modefR
  49. Turn verbose logging on.
  50. .TP
  51. fB-PfR, fB--vty_port fRfIport-numberfR 
  52. Specify the port that the zebra VTY will listen on. This defaults to
  53. 2602, as specified in fBfI/etc/servicesfR.
  54. .TP
  55. fB-rfR, fB--retainfR 
  56. When the program terminates, retain routes added by fBzebrafR.
  57. .TP
  58. fB-vfR, fB--versionfR
  59. Print the version and exit.
  60. .SH COMMANDS
  61. fB table [TABLENO] fR -- for use with multi-table kernels 
  62. fB ip route [NETWORK] [GATEWAY] fR
  63. fB ipv6 route [NETWORK] [GATEWAY] fR
  64. fB show ip route fR
  65. fB show ipv6 route fR
  66. fB show interface fR
  67. fB show ipforward fR
  68. fB show ipv6forward fR
  69. .TP
  70. fB interface [IFNAME] fR
  71. fB shutdown fR
  72. fB no shutdown fR
  73. fB ip address [IP-ADDRESS] fR
  74. fB description [DESCRIPTION] fR
  75. fB multicast fR
  76. fB no multicast fR
  77. .SH FILES
  78. .TP
  79. .BI /usr/local/sbin/zebra
  80. The default location of the 
  81. .B zebra
  82. binary.
  83. .TP
  84. .BI /usr/local/etc/zebra.conf
  85. The default location of the 
  86. .B zebra
  87. config file.
  88. .TP
  89. .BI $(PWD)/zebra.log 
  90. If the 
  91. .B zebra
  92. process is config'd to output logs to a file, then you will find this
  93. file in the directory where you started fBzebrafR.
  94. .SH WARNING
  95. This man page is intended as a quick reference for command line options, and for config file commands. The definitive document is the Info file fBzebrafR.
  96. .SH DIAGNOSTICS
  97. The zebra process may log to standard output, to a VTY, to a log file, or through syslog to the system logs. 
  98. .B zebra
  99. supports many debugging options, see the Info file, or the source for details.
  100. .SH "SEE ALSO"
  101. References to other related man pages:
  102. ripngd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8), vtysh(1)
  103. .SH BUGS
  104. .B zebra
  105. eats bugs for breakfast. If you have food for the maintainers try 
  106. .BI <bug-zebra@gnu.org>
  107. .SH AUTHOR[S]
  108. See <fBwww.zebra.orgfR>, or the Info file for an accurate list of authors.