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

网络

开发平台:

Unix_Linux

  1. .TH RIPD 8 "July 2000" "Zebra" "Version 0.88"
  2. .SH NAME
  3. ripd - a RIP routing engine for use with Zebra
  4. .SH SYNOPSIS
  5. .B ripd
  6. [
  7. .B -dhrv
  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 ripd 
  20. is a routing component that supports the 
  21. .B zebra
  22. route engine.
  23. .B ripd 
  24. supports RIPv1, RIPv2, and so forth.
  25. .SH OPTIONS
  26. .TP
  27. fB-dfR, fB--daemonfR
  28. Runs in daemon mode, forking and exiting from tty.
  29. .TP
  30. fB-ffR, fB--config-file fRfIconfig-filefR
  31. Specifies the config file to use for startup. If not specified this option will likely default to fBfI/usr/local/etc/ripd.conffR.
  32.  
  33. .TP
  34. fB-hfR, fB--helpfR
  35. A brief message.
  36. .TP
  37. fB-ifR, fB--pid_file fRfIpid-filefR
  38. When ripd starts its process idenifier is written to
  39. fBfIpid-filefR.  The init system uses the recorded PID to stop or
  40. restart ripd.  The likely default is fBfI/var/run/ripd.pidfR.
  41. .TP
  42. fB-PfR, fB--vty_port fRfIport-numberfR 
  43. Specify the port that the ripd VTY will listen on. This defaults to
  44. 2602, as specified in fBfI/etc/servicesfR.
  45. .TP
  46. fB-rfR, fB--retainfR 
  47. When the program terminates, retain routes added by fBripdfR.
  48. .TP
  49. fB-vfR, fB--versionfR
  50. Print the version and exit.
  51. .SH COMMANDS
  52. fB router rip fR
  53. fB no router rip fR
  54. fB rip version [1|2] fR
  55. fB no rip version [1|2] fR
  56. fB network [A.B.C.D/M] fR
  57. fB no network [A.B.C.D/M] fR
  58. fB network [IFNAME] fR
  59. fB no network [IFNAME] fR
  60. fB neighbor [A.B.C.D] fR
  61. fB no neighbor [A.B.C.D] fR
  62. fB redistribute kernel fR
  63. fB redistribute kernel metric [METRIC]fR
  64. fB redistribute kernel route-map [ROUTE-MAP]fR
  65. fB no redistribute kernel fR
  66. fB redistribute static fR
  67. fB redistribute static metric [METRIC]fR
  68. fB redistribute static route-map [ROUTE-MAP]fR
  69. fB no redistribute static fR
  70. fB redistribute connected fR
  71. fB redistribute connected metric [METRIC]fR
  72. fB redistribute connected route-map [ROUTE-MAP]fR
  73. fB no redistribute connected fR
  74. fB redistribute ospf fR
  75. fB redistribute ospf metric [METRIC]fR
  76. fB redistribute ospf route-map [ROUTE-MAP]fR
  77. fB no redistribute ospf fR
  78. fB redistribute bgp fR
  79. fB redistribute bgp metric [METRIC]fR
  80. fB redistribute bgp route-map [ROUTE-MAP]fR
  81. fB no redistribute bgp fR
  82. fB route [A.B.C.D/M] fR
  83. fB no route [A.B.C.D/M] fR
  84. fB default-information originate fR
  85. fB no default-information originate fR
  86. fB default-metric [METRIC] fR
  87. fB no default-metric [METRIC] fR
  88. fB passive-interface [IFNAME] fR
  89. fB no passive-interface [IFNAME] fR
  90. fB offset-list [ACCESS-LIST] [in|out]fR
  91. fB offset-list [ACCESS-LIST] [in|out] [IFNAME]fR
  92. fB no offset-list [ACCESS-LIST] [in|out]fR
  93. fB timers basic [UPDATE-INTERVAL] [INVALID] [TIMEOUT] [GARBAGE-COLLECT] fR
  94. fB no timers basic fR
  95. fB distribute-list [ACCESS-LIST] [in|out] [IFNAME] fR
  96. fB no distribute-list [ACCESS-LIST] [in|out] [IFNAME] fR
  97. fB distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] fR
  98. fB no distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] fR
  99. fB distance [DISTANCE] fR
  100. fB no distance [DISTANCE] fR
  101. fB distance [DISTANCE] [A.B.C.D/M] fR
  102. fB no distance [DISTANCE] [A.B.C.D/M] fR
  103. fB distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST]fR
  104. fB no distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST]fR
  105. fB ip rip send version [VERSION] fR
  106. fB no ip rip send version [VERSION] fR
  107. fB ip rip receive version [VERSION] fR
  108. fB no ip rip receive version [VERSION] fR
  109. fB ip rip authentication mode [md5|text]fR
  110. fB no ip rip authentication mode [md5|text]fR
  111. fB ip rip authentication key-chain [KEY-CHAIN]fR
  112. fB no ip rip authentication key-chain [KEY-CHAIN]fR
  113. fB ip rip authentication string [STRING]fR
  114. fB no ip rip authentication string [STRING]fR
  115. fB ip spli-horizonfR
  116. fB no ip spli-horizonfR
  117. fB show ip rip fR
  118. fB show ip protocols fR
  119. fB show debugging rip fR
  120. fB debug rip fR
  121. fB debug rip events fR
  122. fB debug rip packet fR
  123. fB debug rip zebra fR
  124. .SH FILES
  125. .TP
  126. .BI /usr/local/sbin/ripd
  127. The default location of the 
  128. .B ripd
  129. binary.
  130. .TP
  131. .BI /usr/local/etc/ripd.conf
  132. The default location of the 
  133. .B ripd
  134. config file.
  135. .TP
  136. .BI $(PWD)/ripd.log 
  137. If the 
  138. .B ripd
  139. process is config'd to output logs to a file, then you will find this
  140. file in the directory where you started fBripdfR.
  141. .SH WARNING
  142. 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.
  143. .SH DIAGNOSTICS
  144. The ripd process may log to standard output, to a VTY, to a log file, or through syslog to the system logs. 
  145. .B ripd
  146. supports many debugging options, see the Info file, or the source for details.
  147. .SH "SEE ALSO"
  148. References to other related man pages:
  149. ripngd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8)
  150. .SH BUGS
  151. .B ripd
  152. eats bugs for breakfast. If you have food for the maintainers try 
  153. .BI <bug-zebra@gnu.org>
  154. .SH AUTHOR[S]
  155. See <fBwww.zebra.orgfR>, or the Info file for an accurate list of authors.