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

网络

开发平台:

Unix_Linux

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