Bird BGP in VRF

2018-04-19 Thread Ticlea Alexandru
Hello BGP is able to run in a vrf using a specific table? I have this config (snippet) protocol bgp bgp_private {     vrf "vrf-private";     ipv4 {     igp table vrf_private;         #export where proto = "adv_my_private";     #export filter { if net ~[ 10

Re: Debian packages for BIRD v2?

2018-04-19 Thread Ondrej Zajicek
On Thu, Apr 19, 2018 at 06:15:46PM +0200, Pascal Mathis wrote: > Hello, > > I would like to ask if there is already any estimated date when official > Debian packages for BIRD v2 can be expected? The official release > announcement only said that official packages will follow soon™. Generally > sp

Debian packages for BIRD v2?

2018-04-19 Thread Pascal Mathis
Hello, I would like to ask if there is already any estimated date when official Debian packages for BIRD v2 can be expected? The official release announcement only said that official packages will follow soon™. Generally speaking the BIRD debian repository seems quite outdated, as it does not

Re: bgp local preference from static protocol

2018-04-19 Thread Ondrej Zajicek
On Thu, Apr 19, 2018 at 11:20:29AM +0300, Milen Bogunski wrote: > Hello, > > trying to preset local preference for originated route on static protocol > like this > > protocol static mynetwork { > import all; > route 10.1.1.0/24 reject { > bgp_local_pref = 200; >

bgp local preference from static protocol

2018-04-19 Thread Milen Bogunski
Hello, trying to preset local preference for originated route on static protocol like this protocol static mynetwork { import all; route 10.1.1.0/24 reject { bgp_local_pref = 200; }; } on BGP peer configuration i'm using following export filter export filter