<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.3">
</HEAD>
<BODY>
Have you sample bird configuration?<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<B><FONT SIZE="2">Miłosz Oller</FONT></B><BR>
<B><FONT SIZE="2">CEO</FONT></B> 
<ADDRESS>
<A HREF="http://sys-com.pl/media/logo_mail.jpg"><IMG SRC="cid:1332866702.8606.7.camel@oxygen" ALIGN="bottom" BORDER="0"></A><BR>
<I><FONT SIZE="2">ul. Cegielniana 8, 89-501 Tuchola</FONT></I><BR>
<I><FONT SIZE="2">GSM: + 48 603 030 347</FONT></I><BR>
<I><FONT SIZE="2">http://sys-com.pl</FONT></I><BR>
<I><FONT SIZE="2">NIP: 561-154-09-00 REGON: 340779520</FONT></I><BR>
<BR>
<I><FONT SIZE="2">Możesz nam zaufać, jesteśmy sprawdzoną firmą!</FONT></I><BR>
<I><FONT SIZE="2">Sprawdź naszą rzetelność na http://www.rzetelnafirma.pl/5C9EY1P6</FONT></I>
</ADDRESS>
<BR>
<I><FONT SIZE="1"><FONT COLOR="#2e3436">Ta wiadomość i jakiekolwiek pliki przesłane wraz z nią, są poufne i przeznaczone wyłącznie do użytku osób i jednostek, do których wiadomość została adresowana. Jeśli wiadomość została otrzymana pomyłkowo, prosimy zawiadomić administratora systemu.</FONT></FONT></I><BR>
<I><FONT SIZE="1"><FONT COLOR="#2e3436">Ta wiadomość zawiera informacje poufne i jest przeznaczona wyłącznie dla wymienionej osoby. Jeśli nie jesteś wymienionym adresatem tej wiadomości, nie powinieneś jej rozpowszechniać, rozsyłać ani kopiować. Prosimy o natychmiastowe powiadomienie, za pośrednictwem poczty elektronicznej, nadawcy o pomyłkowym otrzymaniu tej wiadomości i usunięcie jej z komputera. Jeśli nie jesteś zamierzonym odbiorcą tej wiadomości, informujemy, że jej ujawnianie, kopiowanie, przesyłanie lub podejmowanie jakichkolwiek działań w związku z treścią tej wiadomości jest surowo wzbronione.</FONT></FONT></I><FONT COLOR="#2e3436"><FONT SIZE="1"> </FONT></FONT><BR>
<BR>
</TD>
</TR>
</TABLE>
Dnia 2012-03-26, pon o godzinie 17:13 -0700, dspazman@epicup.com pisze:
<BLOCKQUOTE TYPE=CITE>
<PRE>
I have run a bird router with two ASNs for a limited time at one point.

The way I had to run it was to have 3 routing tables, one for the first ASN, one for the second ASN, and finally one for the port on the router that was being connected to my customer equipment / network.  I also needed to look up multihomed linux routing on a lot of sources to find the correct ways of adding incoming traffic rules to make sure that traffic that came in on one connection left on the same connection.

It seemed like a relatively easy project, but it took me days bashing my head against various walls getting it completely set up and stable.  I have various static routes that needed to be put in place to make it all work.




-----Original Message-----
From: "Miłosz Oller" <<A HREF="mailto:milosz@sys-com.pl">milosz@sys-com.pl</A>>
Sent: Sunday, March 25, 2012 5:47pm
To: "Ondrej Zajicek" <<A HREF="mailto:santiago@crfreenet.org">santiago@crfreenet.org</A>>
Cc: "Henrique de Moraes Holschuh" <<A HREF="mailto:hmh@hmh.eng.br">hmh@hmh.eng.br</A>>, "Oleg" <<A HREF="mailto:lego12239@yandex.ru">lego12239@yandex.ru</A>>, <A HREF="mailto:bird-users@trubka.network.cz">bird-users@trubka.network.cz</A>
Subject: Re: One router - Two ASN

Dnia 2012-03-25, nie o godzinie 23:20 +0200, Ondrej Zajicek pisze: 

> Running two sessions with different local AS numbers is possible,
> but it si definitely an advanced topic and not an expected use case.
> Probably the most elegant way would be to have two routing tables,
> one for each local AS (BGP sessions with that local AS connected
> to that table) and these tables connected with a pipe with filters
> like (for direction from A to B):

> bgp_path.append(A);
> if B ~ bgp_path then reject;

> (although B ~ bgp_path -> reject would be perhaps better in import
> filter of BGP protocols of A)

> Obviously, the issue is a lot simpler if you do not want redistribute
> routes from one BGP neighbor to another one.



Is it something like in Wiki - BGP Example 2?
I have two upstream peers: A (ISP1) and B (ISP2), and two local ASN: C and D (one router).
Now AS C connects with A and B - this configuration works ok. But I must add ASN D.
ASN A will connect with D, B with C, and C with D. Like this: A - {D - C} - B


</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>