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

网络

开发平台:

Unix_Linux

  1. .TH RIPNGD 8 "July 2000" "Zebra Beast - RIPNGD" "Version 0.88"
  2. .SH NAME
  3. ripngd - a RIP routing engine for use with Zebra and IPv6
  4. .SH SYNOPSIS
  5. .B ripngd
  6. [
  7. .B -dhlrv
  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 ripngd 
  20. is a routing component that works with the 
  21. .B zebra
  22. routing engine.
  23. .SH OPTIONS
  24. .TP
  25. fB-dfR, fB--daemonfR
  26. Runs in daemon mode, forking and exiting from tty.
  27. .TP
  28. fB-ffR, fB--config-file fRfIconfig-filefR 
  29. Specifies the config file to use for startup. If not specified this
  30. option will likely default to fBfI/usr/local/etc/ripngd.conffR.
  31.  
  32. .TP
  33. fB-hfR, fB--helpfR
  34. A brief message.
  35. .TP
  36. fB-ifR, fB--pid_file fRfIpid-filefR
  37. When ripngd starts its process idenifier is written to
  38. fBfIpid-filefR.  The init system uses the recorded PID to stop or
  39. restart ripngd.  The likely default is fBfI/var/run/ripngd.pidfR.
  40. .TP
  41. fB-lfR, fB--log_modefR 
  42. Turn verbose logging on.
  43. .TP
  44. fB-PfR, fB--vty_port fRfIport-numberfR 
  45. Specify the port that the ripngd VTY will listen on. This defaults to
  46. 2603, as specified in fBfI/etc/servicesfR.
  47. .TP
  48. fB-rfR, fB--retainfR 
  49. When the program terminates, retain routes added by fBripdfR.
  50. .TP
  51. fB-vfR, fB--versionfR
  52. Print the version and exit.
  53. .SH COMMANDS
  54. fB router ripng fR
  55. fB router zebra fR -- (Move routes into kernel table)
  56. fB network [NETWORK] fR
  57. fB no network [NETWORK] fR
  58. fB network [IFNAME] fR
  59. fB no network [IFNAME] fR
  60. fB route [NETWORK] fR
  61. fB no route [NETWORK] fR
  62. fB flush_timer [FLUSH] fR
  63. fB distribute-list [ACCESS-LIST] [in|out] [IFNAME] fR
  64. fB show ip ripng fR
  65. fB show debugging ripng fR
  66. fB debug ripng fR
  67. fB debug ripng events fR
  68. fB debug ripng packet fR
  69. fB debug ripng zebra fR
  70. .SH FILES
  71. .TP
  72. .BI /usr/local/sbin/ripngd
  73. The default location of the 
  74. .B ripngd
  75. binary.
  76. .TP
  77. .BI /usr/local/etc/ripngd.conf
  78. The default location of the 
  79. .B ripngd
  80. config file.
  81. .TP
  82. .BI $(PWD)/ripngd.log 
  83. If the 
  84. .B ripngd
  85. process is config'd to output logs to a file, then you will find this
  86. file in the directory where you started fBripngdfR.
  87. .SH WARNING
  88. This man page is intended as a quick reference for command line
  89. options, and for config file commands. The definitive document is the
  90. Info file fBzebrafR.
  91. .SH DIAGNOSTICS
  92. The ripngd process may log to standard output, to a VTY, to a log
  93. file, or through syslog to the system logs. fBripngdfR supports many
  94. debugging options, see the Info file, or the source for details.
  95. .SH "SEE ALSO"
  96. References to other related man pages:
  97. ripd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8), vtysh(1)
  98. .SH BUGS
  99. .B ripngd
  100. eats bugs for breakfast. If you have food for the maintainers try 
  101. .BI <bug-zebra@gnu.org>
  102. .SH AUTHOR[S]
  103. See <fBwww.zebra.orgfR>, or the Info file for an accurate list of authors.