Questions tagged [bird]
7 questions
3
votes
1 answer
OSPF: Migrating Quagga to BIRD
I need/want to migrate from Quagga to BIRD after several Quagga hiccups, namely Quagga stopped working after updates in Stretch.
BIRD is also more flexible and modern.
I have my OSPF BIND anycast configuration in Quagga and would like to setup the…
Rui F Ribeiro
- 55,929
- 26
- 146
- 227
1
vote
0 answers
(I)BGP Asymmetric Routing problem
I have a really strange problem with (I)BGP and asymmetric routing and maybe you can help me.
My setup is as follows:
Router A (running with bird on Linux) ← Internet / eBGP → upstream A / upstream B
↑
|
| VPN / IBGP
|
↓
Router B (running with bird…
waldy327
- 11
- 1
1
vote
1 answer
OSPF md5 encryption from Quagga to BIRD
I am migrating from Quagga to BIRD; however after setting things up, the other OSPF "routers" do not see me.
I think I have not setup properly the MD5 directive.
My similar setup in Quagga is:
ip ospf authentication message-digest
ip ospf…
Rui F Ribeiro
- 55,929
- 26
- 146
- 227
0
votes
0 answers
How to configure bird 1.6 router to reject local LAN traffic?
I am setting up CI environment where I have two subnets connected by two peered bird routers.
My current ipv4 config on one of the routers is as follows:
protocol device {
}
protocol direct {
interface "eth0";
interface "eth1";
}
protocol…
Wojciech Migda
- 101
- 2
0
votes
1 answer
Bird 2.0 OSPF to OSPF redistribution cost
I am trying to set up bird for routing networks between my sites witch are connected with 2 L2 links.
Right now all my OSPF_INTRA are redistributed to others routers with automatic cost calculation.
I would like to specify extra cost for some…
Nicolas P
- 1
- 1
0
votes
1 answer
Porting OSPF route filter rule for BIRD
I have an anycast setup for DNS using BIRD OSPF: Migrating Quagga to BIRD
However, using "show routes" in the birdc command I see lots of OSPF learned routes from our internal network.
As it is, in this anycast setup (and normally), there is only…
Rui F Ribeiro
- 55,929
- 26
- 146
- 227
0
votes
1 answer
OSPF route costs in BIRD
I am migrating an anycast OSPF routing BIND redundant setup from Quagga to BIRD.
One of my difficulties is getting several routes with different costs with BIRD, in the same way as I am doing it in quagga.
As in Quagga I am doing in…
Rui F Ribeiro
- 55,929
- 26
- 146
- 227