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

网络

开发平台:

Unix_Linux

  1. .TH BGPD 8 "July 2000" "Zebra Beast - BGPD" "Version 0.88"
  2. .SH NAME
  3. bgpd - a BGPv4, BGPv4+, BGPv4- routing engine for use with Zebra
  4. .SH SYNOPSIS
  5. .B bgpd
  6. [
  7. .B -dhpPv
  8. ]
  9. [
  10. .B -f config-file
  11. ]
  12. [
  13. .B -i pid-file
  14. ]
  15. [
  16. .B -p bgp-port-number
  17. ]
  18. [
  19. .B --bgp_port=port-number
  20. ]
  21. [
  22. .B -P vty-port-number
  23. ]
  24. .SH DESCRIPTION
  25. .B bgpd 
  26. is a routing component that works with the 
  27. .B zebra
  28. routing engine.
  29. .SH OPTIONS
  30. .TP
  31. fB-dfR, fB--daemonfR
  32. Runs in daemon mode, forking and exiting from tty.
  33. .TP
  34. fB-ffR, fB--config-file fRfIconfig-filefR 
  35. Specifies the config file to use for startup. If not specified this
  36. option will likely default to fBfI/usr/local/etc/bgpd.conffR.
  37. .TP
  38. fB-hfR, fB--helpfR
  39. A brief message.
  40. .TP
  41. fB-ifR, fB--pid_file fRfIpid-filefR
  42. When bgpd starts its process idenifier is written to
  43. fBfIpid-filefR.  The init system uses the recorded PID to stop or
  44. restart bgpd.  The likely default is fBfI/var/run/bgpd.pidfR.
  45. .TP
  46. fB-pfR, fB--bgp_port=fRfIportfR
  47. Set the port that bgpd will listen to for bgp data.  
  48. .TP
  49. fB-PfR, fB--vty_port fRfIport-numberfR 
  50. Specify the port that the bgpd VTY will listen on. This defaults to
  51. 2605, as specified in fI/etc/servicesfR.
  52. .TP
  53. fB-rfR, fB--retainfR 
  54. When the program terminates, retain routes added by fBbgpdfR.
  55. .TP
  56. fB-vfR, fB--versionfR
  57. Print the version and exit.
  58. .SH COMMANDS
  59. fB router zebra fR -- (Move routes into kernel table)
  60. fB router bgp [AS-NUMBER] fR
  61. fB bgp router-id [BGP-ROUTER-ID] fR
  62. fB network [NETWORK] area [BGP-AREA-ID] fR
  63. fB no network [NETWORK] fR
  64. fB aggregate-address [NETWORK] fR
  65. fB neighbor [PEER-IP-ADDRESS] remote-as [REMOTE-AS] fR
  66. fB neighbor [PEER-IP-ADDRESS] version [ 4 | 4+ | 4- ] fR
  67. fB neighbor [PEER-IP-ADDRESS] description fR
  68. fB no neighbor [PEER-IP-ADDRESS] description fR
  69. fB neighbor [PEER-IP-ADDRESS] route-map [in | out] fR
  70. fB neighbor [PEER-IP-ADDRESS] distribute-list [in | out] fR
  71. fB neighbor [PEER-IP-ADDRESS] next-hop-self fR
  72. fB neighbor [PEER-IP-ADDRESS] weight [WEIGHT] fR
  73. fB neighbor [PEER-IP-ADDRESS] default-originate fR
  74. fB neighbor [PEER-IP-ADDRESS] ebgp-multihop fR
  75. fB neighbor [PEER-IP-ADDRESS] shutdown fR
  76. fB no neighbor [PEER-IP-ADDRESS] shutdown fR
  77. fB clear ip bgp [PEER-IP-ADDRESS] fR
  78. fB show ip bgp [NETWORK] fR
  79. fB show ip bgp reg-exp [AS-REGEXP] fR
  80. fB show ip bgp summary fR
  81. fB show ip bgp neighbor [PEER-IP-ADDRESS] fR
  82. fB show ip bgp route fR
  83. fB show debug fR
  84. fB debug bgp fR
  85. fB debug event fR
  86. fB debug update fR
  87. fB debug keepalive fR
  88. fB no debug event fR
  89. fB no debug update fR
  90. fB no debug keepalive fR
  91. .SH FILES
  92. .TP
  93. .BI /usr/local/sbin/bgpd
  94. The default location of the 
  95. .B bgpd
  96. binary.
  97. .TP
  98. .BI /usr/local/etc/bgpd.conf
  99. The default location of the 
  100. .B bgpd
  101. config file.
  102. .TP
  103. .BI $(PWD)/bgpd.log 
  104. If the 
  105. .B bgpd
  106. process is config'd to output logs to a file, then you will find this
  107. file in the directory where you started fBbgpdfR.
  108. .SH WARNING
  109. This man page is intended as a quick reference for command line
  110. options, and for config file commands. The definitive document is the
  111. Info file fBzebrafR.
  112. .SH DIAGNOSTICS
  113. The bgpd process may log to standard output, to a VTY, to a log
  114. file, or through syslog to the system logs. fBbgpdfR supports many
  115. debugging options, see the Info file, or the source for details.
  116. .SH "SEE ALSO"
  117. References to other related man pages:
  118. ripd(8), ripngd(8), ospfd(8), ospf6d(8), zebra(8), vtysh(1)
  119. .SH BUGS
  120. .B bgpd
  121. eats bugs for breakfast. If you have food for the maintainers try 
  122. .BI <bug-zebra@gnu.org>
  123. .SH AUTHOR[S]
  124. See <fBwww.zebra.orgfR>, or the Info file for an accurate list of authors.