HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bird — BIRD Internet Routing Daemon. Routing daemon with support for BGP, OSPF, Babel, and others. More inf

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddaemoncliroutingbirdinternet

Problem

How to use the bird command: BIRD Internet Routing Daemon. Routing daemon with support for BGP, OSPF, Babel, and others. More information: <https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>.

Solution

bird — BIRD Internet Routing Daemon. Routing daemon with support for BGP, OSPF, Babel, and others. More information: <https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>.

Start Bird with a specific configuration file:
bird -c {{path/to/bird.conf}}


Start Bird as a specific user and group:
bird -u {{username}} -g {{group}}

Code Snippets

Start Bird with a specific configuration file

bird -c {{path/to/bird.conf}}

Start Bird as a specific user and group

bird -u {{username}} -g {{group}}

Context

tldr-pages: common/bird

Revisions (0)

No revisions yet.