Re: OSPF sequence mismatch occurring regularly

2014-11-11 Thread Alexander Demenshin
On 2014-11-10 18:58, Martin Mares wrote: Unfortunately, non-blocking operations on plain files are not supported by most operating systems, including Linux. It is supported though is not perfect (yet): http://man7.org/linux/man-pages/man7/aio.7.html It would be logical to have separate thre

Re: How to export address from loopback via BGP

2014-11-11 Thread Jamie Panagos
Hi Eugene Do you have the following configured? # Scan the device for routing changes every 20 seconds, this is required for BIRD to see # the direct routes and the static default protocol device { scan time 10; } If not, that will prevent direct routes from making it into the tab

Re: How to export address from loopback via BGP

2014-11-11 Thread Ondrej Zajicek
On Tue, Nov 11, 2014 at 03:54:59PM +0400, Eugene Prokopiev wrote: > Hi, > > How to export address 1.1.1.1/32 from lo interface via BGP? I tried to do: > > router id 2.2.2.2; > > protocol kernel { > } > > protocol static { > route 1.1.1.1/32 via "lo"; > } > > protocol bgp { > local as 6

Re: How to export address from loopback via BGP

2014-11-11 Thread Ondrej Filip
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11.11.2014 17:44, Eugene Prokopiev wrote: >> Use protocol direct, as detailed in >> http://bird.network.cz/?get_doc&f=bird-6.html#ss6.4 > > I tried to add: > > protocol direct { interface "*"; } > > but result was the same: > > bird> show route

Re: How to export address from loopback via BGP

2014-11-11 Thread Eugene Prokopiev
> Use protocol direct, as detailed in > http://bird.network.cz/?get_doc&f=bird-6.html#ss6.4 I tried to add: protocol direct { interface "*"; } but result was the same: bird> show route export bgp1 bird> -- WBR, Eugene Prokopiev

Re: How to export address from loopback via BGP

2014-11-11 Thread Eugene Prokopiev
>> How to export address 1.1.1.1/32 from lo interface via BGP? I >> tried to do: >> >> router id 2.2.2.2; >> >> protocol kernel { } >> >> protocol static { route 1.1.1.1/32 via "lo"; } >> >> protocol bgp { local as 65000; neighbor 2.2.2.1 as 65000; export >> filter { accept; }; } >> >> but there ar

Re: How to export address from loopback via BGP

2014-11-11 Thread Ondrej Filip
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11.11.2014 12:54, Eugene Prokopiev wrote: > Hi, > > How to export address 1.1.1.1/32 from lo interface via BGP? I > tried to do: > > router id 2.2.2.2; > > protocol kernel { } > > protocol static { route 1.1.1.1/32 via "lo"; } > > protocol bgp

Re: How to export address from loopback via BGP

2014-11-11 Thread Olivier Benghozi
Use protocol direct, as detailed in http://bird.network.cz/?get_doc&f=bird-6.html#ss6.4 > Le 11 nov. 2014 à 12:54, Eugene Prokopiev a écrit : > > Hi, > > How to export address 1.1.1.1/32 from lo interface via BGP? I tried to do: > > route

How to export address from loopback via BGP

2014-11-11 Thread Eugene Prokopiev
Hi, How to export address 1.1.1.1/32 from lo interface via BGP? I tried to do: router id 2.2.2.2; protocol kernel { } protocol static { route 1.1.1.1/32 via "lo"; } protocol bgp { local as 65000; neighbor 2.2.2.1 as 65000; export filter { accept; }; } but there are no any pref