BIRD(8) | BIRD User Manual | BIRD(8) |
NAME¶
bird - BIRD Internet Routing Daemon
birdc - BIRD Internet Routing Daemon remote control
birdcl - BIRD Internet Routing Daemon remote control light
SYNOPSIS¶
bird [-c config-file] [-d] [-D debug-file] [-f] [-g group] [-l] [-p] [-P pid-file] [-R] [-s control-socket] [-u user]
birdc [-l] [-r] [-s control-socket] [-v]
birdcl [-l] [-r] [-s control-socket] [-v]
DESCRIPTION¶
bird is an Internet Routing Daemon. That is, it sends and receives messages using different protocols in order to discover and exchange routing information with other routing daemons present on the same network. It is able to talk the most widely known routing protocols (such as BGPv4, RIPv2, OSPFv2 and OSPFv3), both on IPv4 and IPv6 and it features a very powerful language for route filtering.
birdc is a remote control for bird. While bird is running, the system administrator can connect to it using birdc, to inspect its internal status and reconfigure it. The two processes use a Unix socket to communicate. Once started, bird will give access to an interactive shell: commands can be completed with TAB and help can be requested by pressing the key `?'. More documentation on the available commands can be found on the website, see below.
birdcl is a light version of birdc remote control for bird without readline/ncurses support. TAB completion isn't available.
OPTIONS¶
The bird accepts these options:
-c config-file
-d
-D debug-file
-f
-g group
--help
-l
-p
-P pid-file
-R
-s control-socket
-u user
--version
birdc and birdcl accept these options:
-l
-r
-s control-socket
-v
FILES¶
/etc/bird/bird.conf
SEE ALSO¶
More documentation can be found on the website: https://bird.network.cz/.
AUTHORS¶
Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Jakub Ruička <jakub.ruzicka@nic.cz>
COPYRIGHT¶
Copyright © 2010 Giovanni Mascellani
Copyright © 2022 Jakub Ruička
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
01/13/2025 | bird |