<html theme="themeKey88rand710" iconset="monochrome"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body text="#000000"><br>
Thanks Earl.<br>
<br>
Best to proceed with a 16-bit asn then for now. We'll have to talk a
harder look at supporting 32-bit asns as the route server asn.<br>
<br>
NB: for anyone stumbling upon this, clients with 32-bit asns are not an
issue. We are speaking only about the route server's own asn.<br>
<br>
- Barry<br>
<br>
<span>
</span><br>
<blockquote type="cite"
cite="mid:CABaHCErBGFBni-EwazCOwb7SH=UK2Y67Fk-AT1pxx4pXGboisQ@mail.gmail.com"
style="border: 0px none ! important;">
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvHr"
style="margin:30px 25px 10px 25px;"><div
style="width:100%;border-top:2px solid
rgba(146,154,163,0.7);padding-top:10px;"> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%;">
<a style="color:#485664
!important;padding-right:6px;font-weight:500;text-decoration:none
!important;" href="mailto:earl.tan@aftechph.com" moz-do-not-send="true">Earl
Tan</a></div> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:
right;"> <font color="#909AA4"><span style="padding-left:6px">17
May 2023 at 17:10</span></font></div> </div></div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvBody"
__pbrmquotes="true"
style="color:#909AA4;margin-left:24px;margin-right:24px;">
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div
dir="ltr"><div dir="ltr">Thanks Everyone!, I have notified the Network
Team about the findings and they'll coordinate with APNIC about the
16-bit ASN.<br><br>I tried the conditional changes and applied it as a
skin file. I encountered a new error on line 384 "bird:
/usr/local/etc/bird/bird-rcbc-rs2-ipv4.conf.284028:381:48 Value 150786
out of range (0-65535)". line 381 referred to -> <a
href="https://github.com/inex/IXP-Manager/blob/master/resources/views/api/v4/router/server/bird2/neighbors.foil.php"
moz-do-not-send="true">https://github.com/inex/IXP-Manager/blob/master/resources/views/api/v4/router/server/bird2/neighbors.foil.php</a> Line
249 of that file. I added the same conditional used on
"community-filter.foil.php" onto Line 249 of neighbors.foil.php ( skin
).<br><br>( After above ) It still produced the initial error msg of
"ERROR: non-zero return from /usr/sbin/bird when parsing
/usr/local/etc/bird/bird-rcbc-rs2-ipv4.conf.284427" after running
"./api-reconfigure-example-birdv2.sh -h rcbc-rs2-ipv4"<br><br>I tried
running "bird -p -c /usr/local/etc/bird/bird-rcbc-rs2-ipv4.conf.284427"
and now the echo's empty.<br><br>Thanks!<br>Earl Tan<br>AF Tech</div><br></div>
</div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvHr"
style="margin:30px 25px 10px 25px;"><div
style="width:100%;border-top:2px solid
rgba(146,154,163,0.7);padding-top:10px;"> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%;">
<a style="color:#485664
!important;padding-right:6px;font-weight:500;text-decoration:none
!important;" href="mailto:barry.odonovan@inex.ie" moz-do-not-send="true">Barry
O'Donovan (INEX)</a></div> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:
right;"> <font color="#909AA4"><span style="padding-left:6px">17
May 2023 at 12:20</span></font></div> </div></div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvBody"
__pbrmquotes="true"
style="color:#909AA4;margin-left:24px;margin-right:24px;">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<br>
<span>
</span>I think Frank has hit the jackpot here.<br>
<br>
We have traditionally recommended people use a 16-bit ASN with route
servers - although I'm not sure how sustainable or valid that advice is
in 2023.<br>
<br>
Try editing
resources/views/api/v4/router/server/bird2/community-filter.foil.php
with the following new if statement:<br>
<br>
<a class="moz-txt-link-freetext"
href="https://gist.github.com/barryo/ded53053ddf9ab86b5bb3a9698f9219a/revisions"
moz-do-not-send="true">https://gist.github.com/barryo/ded53053ddf9ab86b5bb3a9698f9219a/revisions</a><br>
<br>
Let us know how this works?<br>
<br>
- Barry<br>
<br>
<br>
</div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvHr"
style="margin:30px 25px 10px 25px;"><div
style="width:100%;border-top:2px solid
rgba(146,154,163,0.7);padding-top:10px;"> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%;">
<a style="color:#485664
!important;padding-right:6px;font-weight:500;text-decoration:none
!important;" href="mailto:ixpmanager@inex.ie" moz-do-not-send="true">Frank
Habicht via ixpmanager</a></div> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:
right;"> <font color="#909AA4"><span style="padding-left:6px">17
May 2023 at 10:37</span></font></div> </div></div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvBody"
__pbrmquotes="true"
style="color:#909AA4;margin-left:24px;margin-right:24px;">Hi,
<br>
<br>with
<br> routeserverasn = 150786
<br>this will not fit into standard communities with (16-bit,16-bit)
values :-(
<br>
<br>Frank
<br>
<br><br>_______________________________________________
<br>INEX IXP Manager mailing list
<br><a class="moz-txt-link-abbreviated" href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a>
<br>Unsubscribe or change options here:
<a class="moz-txt-link-freetext" href="https://www.inex.ie/mailman/listinfo/ixpmanager">https://www.inex.ie/mailman/listinfo/ixpmanager</a>
<br>
</div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvHr"
style="margin:30px 25px 10px 25px;"><div
style="width:100%;border-top:2px solid
rgba(146,154,163,0.7);padding-top:10px;"> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%;">
<a style="color:#485664
!important;padding-right:6px;font-weight:500;text-decoration:none
!important;" href="mailto:earl.tan@aftechph.com" moz-do-not-send="true">Earl
Tan</a></div> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:
right;"> <font color="#909AA4"><span style="padding-left:6px">17
May 2023 at 10:03</span></font></div> </div></div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvBody"
__pbrmquotes="true"
style="color:#909AA4;margin-left:24px;margin-right:24px;">
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div
dir="ltr">Here is the paste of the config file, I also added a Comment
saying "# Below is Line 184".<br><br><a
href="https://pastebin.ibn.ie/?600512ea01b54324#9a1xgftAU54QokXZoMzQ5PixCt64LZBm9w5qxJ6acyyb"
style="" moz-do-not-send="true">https://pastebin.ibn.ie/?600512ea01b54324#9a1xgftAU54QokXZoMzQ5PixCt64LZBm9w5qxJ6acyyb</a><br><br><br></div>
</div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvHr"
style="margin:30px 25px 10px 25px;"><div
style="width:100%;border-top:2px solid
rgba(146,154,163,0.7);padding-top:10px;"> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%;">
<a style="color:#485664
!important;padding-right:6px;font-weight:500;text-decoration:none
!important;" href="mailto:barry.odonovan@inex.ie" moz-do-not-send="true">Barry
O'Donovan (INEX)</a></div> <div
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:
right;"> <font color="#909AA4"><span style="padding-left:6px">17
May 2023 at 09:00</span></font></div> </div></div>
<div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvBody"
__pbrmquotes="true"
style="color:#909AA4;margin-left:24px;margin-right:24px;">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Earl,<br>
<br>
could you share the config at line 184 plus sufficient contact before
and after that line so we can see what's happening there?<br>
<br>
You can use <a class="moz-txt-link-freetext"
href="https://pastebin.ibn.ie/" moz-do-not-send="true">https://pastebin.ibn.ie/</a>
or other similar. Please don't send
a screenshot.<br>
<br>
Also can you make sure you clearly mark which line is 184 on the paste?<br>
<br>
Thanks!<br>
- Barry<br>
<br>
<span>
</span><br>
<br>
</div>
</blockquote>
<br>
<div class="moz-signature">-- <br><br>
Kind regards,
<br>
Barry O'Donovan
<br>
INEX Operations<br>
<br>
<a class="moz-txt-link-freetext" href="https://www.inex.ie/support/">https://www.inex.ie/support/</a>
<br>
+353 1 531 3339<br>
<br>
<br>
</div>
</body></html>