hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 1 | .TH BGPD 8 "10 August 2004" "Quagga BGPD daemon" "Version 0.96.5" |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 2 | .SH NAME |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 3 | bgpd \- a BGPv4, BGPv4+, BGPv4- routing engine for use with Quagga routing |
| 4 | software |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 5 | |
| 6 | .SH SYNOPSIS |
| 7 | .B bgpd |
| 8 | [ |
hasso | 2f04e67 | 2004-02-20 18:53:22 +0000 | [diff] [blame] | 9 | .B \-dhrv |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 10 | ] [ |
| 11 | .B \-f |
| 12 | .I config-file |
| 13 | ] [ |
| 14 | .B \-i |
| 15 | .I pid-file |
| 16 | ] [ |
| 17 | .B \-p |
| 18 | .I bgp-port-number |
| 19 | ] [ |
| 20 | .B \--bgp_port= |
| 21 | .I port-number |
| 22 | ] [ |
| 23 | .B \-P |
| 24 | .I port-number |
| 25 | ] [ |
| 26 | .B \-A |
| 27 | .I vty-address |
| 28 | ] [ |
| 29 | .B \-u |
| 30 | .I user |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 31 | ] |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 32 | .SH DESCRIPTION |
| 33 | .B bgpd |
| 34 | is a routing component that works with the |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 35 | .B Quagga |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 36 | routing engine. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 37 | .SH OPTIONS |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 38 | Options available for the |
| 39 | .B bgpd |
| 40 | command: |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 41 | .TP |
| 42 | \fB\-d\fR, \fB\-\-daemon\fR |
| 43 | Runs in daemon mode, forking and exiting from tty. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 44 | .TP |
| 45 | \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR |
| 46 | Specifies the config file to use for startup. If not specified this |
| 47 | option will likely default to \fB\fI/usr/local/etc/bgpd.conf\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 48 | .TP |
| 49 | \fB\-h\fR, \fB\-\-help\fR |
| 50 | A brief message. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 51 | .TP |
| 52 | \fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR |
| 53 | When bgpd starts its process idenifier is written to |
| 54 | \fB\fIpid-file\fR. The init system uses the recorded PID to stop or |
| 55 | restart bgpd. The likely default is \fB\fI/var/run/bgpd.pid\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 56 | .TP |
| 57 | \fB\-p\fR, \fB\-\-bgp_port=\fR\fIport\fR |
| 58 | Set the port that bgpd will listen to for bgp data. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 59 | .TP |
| 60 | \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR |
| 61 | Specify the port that the bgpd VTY will listen on. This defaults to |
| 62 | 2605, as specified in \fI/etc/services\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 63 | .TP |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 64 | \fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR |
| 65 | Specify the address that the bgpd VTY will listen on. Default is all |
| 66 | intrefaces. |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 67 | .TP |
| 68 | \fB\-u\fR, \fB\-\-user \fR\fIuser\fR |
| 69 | Specify the user and group to run as. User and group have to have same |
| 70 | name at the moment. Default is \fIquagga\fR. |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 71 | .TP |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 72 | \fB\-r\fR, \fB\-\-retain\fR |
| 73 | When the program terminates, retain routes added by \fBbgpd\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 74 | .TP |
| 75 | \fB\-v\fR, \fB\-\-version\fR |
| 76 | Print the version and exit. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 77 | .SH FILES |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 78 | .TP |
| 79 | .BI /usr/local/sbin/bgpd |
| 80 | The default location of the |
| 81 | .B bgpd |
| 82 | binary. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 83 | .TP |
| 84 | .BI /usr/local/etc/bgpd.conf |
| 85 | The default location of the |
| 86 | .B bgpd |
| 87 | config file. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 88 | .TP |
| 89 | .BI $(PWD)/bgpd.log |
| 90 | If the |
| 91 | .B bgpd |
| 92 | process is config'd to output logs to a file, then you will find this |
| 93 | file in the directory where you started \fBbgpd\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 94 | .SH WARNING |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 95 | This man page is intended to be a quick reference for command line |
| 96 | options. The definitive document is the Info file \fBQuagga\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 97 | .SH DIAGNOSTICS |
| 98 | The bgpd process may log to standard output, to a VTY, to a log |
| 99 | file, or through syslog to the system logs. \fBbgpd\fR supports many |
| 100 | debugging options, see the Info file, or the source for details. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 101 | .SH "SEE ALSO" |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 102 | .BR ripd (8), |
| 103 | .BR ripngd (8), |
| 104 | .BR ospfd (8), |
| 105 | .BR ospf6d (8), |
| 106 | .BR isisd (8), |
| 107 | .BR zebra (8), |
| 108 | .BR vtysh (1) |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 109 | .SH BUGS |
| 110 | .B bgpd |
| 111 | eats bugs for breakfast. If you have food for the maintainers try |
hasso | 2f04e67 | 2004-02-20 18:53:22 +0000 | [diff] [blame] | 112 | .BI http://bugzilla.quagga.net |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 113 | .SH AUTHORS |
| 114 | See |
| 115 | .BI http://www.zebra.org |
| 116 | and |
| 117 | .BI http://www.quagga.org |
| 118 | or the Info file for an accurate list of authors. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 119 | |