How to export address from loopback via BGP

Eugene Prokopiev enp at itx.ru
Tue Nov 11 17:41:30 CET 2014


>> 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 :(
>
> It should work. What is output of 'show route export bgp1' ?

Output is empty

-- 
WBR,
Eugene Prokopiev



More information about the Bird-users mailing list