1 .TH BGPD 8 "25 November 2004" "Quagga BGPD daemon" "Version 0.97.3"
3 bgpd \- a BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
34 is a routing component that works with the
38 Options available for the
42 \fB\-d\fR, \fB\-\-daemon\fR
43 Runs in daemon mode, forking and exiting from tty.
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.
49 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
50 Specify the group to run as. Default is \fIquagga\fR.
52 \fB\-h\fR, \fB\-\-help\fR
55 \fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
56 When bgpd starts its process identifier is written to
57 \fB\fIpid-file\fR. The init system uses the recorded PID to stop or
58 restart bgpd. The likely default is \fB\fI/var/run/bgpd.pid\fR.
60 \fB\-p\fR, \fB\-\-bgp_port \fR\fIbgp-port-number\fR
61 Set the port that bgpd will listen to for bgp data.
63 \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
64 Specify the port that the bgpd VTY will listen on. This defaults to
65 2605, as specified in \fI/etc/services\fR.
67 \fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
68 Specify the address that the bgpd VTY will listen on. Default is all
71 \fB\-u\fR, \fB\-\-user \fR\fIuser\fR
72 Specify the user to run as. Default is \fIquagga\fR.
74 \fB\-r\fR, \fB\-\-retain\fR
75 When the program terminates, retain routes added by \fBbgpd\fR.
77 \fB\-v\fR, \fB\-\-version\fR
78 Print the version and exit.
81 .BI /usr/local/sbin/bgpd
82 The default location of the
86 .BI /usr/local/etc/bgpd.conf
87 The default location of the
94 process is config'd to output logs to a file, then you will find this
95 file in the directory where you started \fBbgpd\fR.
97 This man page is intended to be a quick reference for command line
98 options. The definitive document is the Info file \fBQuagga\fR.
100 The bgpd process may log to standard output, to a VTY, to a log
101 file, or through syslog to the system logs. \fBbgpd\fR supports many
102 debugging options, see the Info file, or the source for details.
113 eats bugs for breakfast. If you have food for the maintainers try
114 .BI http://bugzilla.quagga.net
117 .BI http://www.zebra.org
119 .BI http://www.quagga.net
120 or the Info file for an accurate list of authors.