Re: show route export & not up proto

2018-11-15 Thread Bernd Naumann
Hi Mikhail, If I understand you correctly: lets assume this config snippet: ``` template bgp 'vpc' { disabled 0; direct; check link on; import keep filtered on; import filter aws_in; export filter aws_out; } ``` You would then use ``` bird> show route all filter aws_out

show route export & not up proto

2018-11-15 Thread Mikhail Mayorov
Hi all! How to display routes that will be exported to a specific peer (in my case it is BGP peer) if the session is not established? -- Regards, Mikhail V. Majorov

Re: BPG inbound filtering based on origin as-path and communities - configuration review (moving from quagga to bird)

2018-11-15 Thread Maria Jan Matějka
On November 15, 2018 12:51:31 PM GMT+01:00, Shahan Agha wrote: > In additions to above, I forgot to highlight that i need to move it to > Bird > version 1.4.5. > > Thanks, > Agha > > On Thu, 15 Nov 2018 at 12:23, Shahan Agha > wrote: > > > Hi All, > > > > I am working on migrating some

Re: Incomprehensible error concerning identical babel config for bird and bird6 (bird-v1.6.4 on ubuntu18.04.1)

2018-11-15 Thread Christoffer Hansen
On 14/11/2018 03:10, Ondrej Zajicek wrote: > I don't know about Ubuntu, but on Debian it is straightforward (although > note that main devel branch is called 'int-new', while 'master' is still > 1.6.x branch), you just need basic devel environment (build-essential > package), libreadline-dev,

Re: BPG inbound filtering based on origin as-path and communities - configuration review (moving from quagga to bird)

2018-11-15 Thread Shahan Agha
In additions to above, I forgot to highlight that i need to move it to Bird version 1.4.5. Thanks, Agha On Thu, 15 Nov 2018 at 12:23, Shahan Agha wrote: > Hi All, > > I am working on migrating some systems from quagga to bird and would like > to have some details regarding the filtering and

BPG inbound filtering based on origin as-path and communities - configuration review (moving from quagga to bird)

2018-11-15 Thread Shahan Agha
Hi All, I am working on migrating some systems from quagga to bird and would like to have some details regarding the filtering and how to set this up. Currently we are doing inbound bgp filtering based on as-path access-lists, prefix-lists and communities. Since i dont have much familiarity with