Questions tagged [bird]

BIRD was an open source implementation of an Internet protocol suite routing daemon providing features like Routing Information Protocol (RIP), Border Gateway Protocol (BGP), Open Shortest Path First (OSPF) for Unix like systems.

BIRD is a recursive acronym for BIRD Internet routing daemon. BIRD is a fully functional dynamic IP routing daemon for Unix like systems such as Linux and BSD family. Initially the project was developed as a school project at the Faculty of Mathematics and Physics, Charles University, Prague,

Several features of BIRD are

  • Both IPv4 and IPv6
  • Multiple routing tables
  • Border Gateway Protocol (BGP)
  • Routing Information Protocol (RIP)
  • Open Shortest Path First (OSPF)
  • Bidirectional Forwarding Detection (BFD)
  • Static routes
  • IPv6 Router Advertisements
  • Inter-table protocol
  • Command-line interface (using the `birdc' client)
  • Powerful language for route filtering
  • Linux, FreeBSD, NetBSD, OpenBSD ports

The BIRD user guide can be found on http://bird.network.cz/.

18 questions
0
votes
0 answers

bird2 BGP how to announce subnets from the same ASN but from another router

I am trying to learn more about BGP / IPv6, this is my goal: Currently, for testing, I have a VM from a provider that gives me an /44 network This is the current configuration on that VM: router id ; define OWNASN = 1234; protocol…
nbari
  • 558
  • 1
  • 9
  • 28
0
votes
0 answers

How to add the normal routing information of a router to BIRD?

Suppose the following network layout: R1: R2: 10.1.1.0/24 <--- 10.1.1.1, 192.168.1.1 <----------> 192.168.1.2, 10.1.2.1 ---> 10.1.2.0/24 BIRD is installed on both R1 and R2. All…
divB
  • 568
  • 1
  • 7
  • 23
0
votes
1 answer

How do I configure Bird to use OSPF?

I'm configuring a network with the following topology: What I need to do is to provide a service that is available by Anycast and that is announced by OSPF. I managed to configure OSPF on the routers. I also created a dummy interface with the same…
Rodrigo Pina
  • 3
  • 1
  • 2
1
2