>> 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

Reply via email to