How to export address from loopback via BGP

Olivier Benghozi olivier.benghozi at wifirst.fr
Tue Nov 11 15:30:46 CET 2014


Use protocol direct, as detailed in http://bird.network.cz/?get_doc&f=bird-6.html#ss6.4 <http://bird.network.cz/?get_doc&f=bird-6.html#ss6.4>

> Le 11 nov. 2014 à 12:54, Eugene Prokopiev <enp at itx.ru> a écrit :
> 
> 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 prefixes on neighbor 2.2.2.1 :(

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20141111/695180be/attachment.html>


More information about the Bird-users mailing list