<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<font face="Calibri"><br>
<br>
<br>
Hi Maria,<br>
<br>
After trial and error, I managed to get rid of the bird startup
errors. At this point I am looking for validation of the configs (
are the below 1.6 and 2.0 equivalent ? )<br>
Thank you!<br>
<br>
.1.6 config<br>
[...]<br>
router id 206.x.y.z;<br>
<br>
table as65533;<br>
table blackholes;<br>
[...]<br>
<br>
# Scans and learns of blackhole routes from table 10, every 10
seconds<br>
protocol kernel rtbh {<br>
table blackholes;<br>
kernel table 10;<br>
scan time 20;<br>
learn;<br>
import filter rtbh_pipe;<br>
export all;<br>
}<br>
<br>
# Merges kernel route table 10 into the virtual as65533 routing
table<br>
protocol pipe {<br>
table as65533;<br>
peer table blackholes;<br>
mode transparent;<br>
}<br>
<br>
protocol bgp ege1a_50_4 {<br>
table as65533;<br>
description "</font><font face="Calibri"><font
face="Calibri">ege1a_50_4</font>";<br>
local as 65533;<br>
neighbor 1.1.1.1 as 12345;<br>
multihop;<br>
source address 206.x.y.z; # What local address we use
for the TCP connection<br>
export where source=RTS_STATIC;<br>
}<br>
<br>
<br>
2.0 config:<br>
<br>
# Override router ID<br>
router id 206.x.y.z;<br>
<br>
# Define another routing table<br>
ipv4 table as65533;<br>
ipv4 table blackholes;<br>
<br>
protocol kernel rtbh {<br>
kernel table 10;<br>
scan time 10;<br>
learn;<br>
ipv4 {<br>
table blackholes;<br>
export all;<br>
};<br>
}<br>
<br>
# Merges kernel route table 10 into the virtual as65533 routing
table<br>
protocol pipe {<br>
table as65533;<br>
peer table blackholes;<br>
#mode transparent;<br>
}<br>
<br>
protocol bgp ege2a_50_4 {<br>
local as 65533;<br>
neighbor 1.1.1.1 as 12345;<br>
source address 206.x.y.z;<br>
<br>
description "EDGE2a.50.MIA";<br>
multihop;<br>
<br>
ipv4 {<br>
table as65533;<br>
import all;<br>
export where source=RTS_STATIC;<br>
};<br>
}<br>
<br>
<br>
</font><br>
<div class="moz-cite-prefix">On 1/10/20 4:53 AM, Maria Matějka
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:84174A96-44A3-457E-B59E-03EEC61DA88F@nic.cz">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Aargh, I messed up the reply.<br>
<br>
Please send the 1.6 config and 2.0 config and what is wrong. We
can't figure out the cause from this.<br>
<br>
Maria<br>
<br>
<div class="gmail_quote">On January 10, 2020 8:58:11 AM GMT+01:00,
"Maria Matějka" <a class="moz-txt-link-rfc2396E" href="mailto:maria.matejka@nic.cz"><maria.matejka@nic.cz></a> wrote:
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
Hello! </blockquote>
</div>
<br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my
brevity.
</blockquote>
<br>
</body>
</html>