11 Nov
2014
11 Nov
'14
4:53 p.m.
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 65000; neighbor 2.2.2.1 as 65000; export filter { accept; }; }
but there are no any prefixes on neighbor 2.2.2.1 :(
Hi You are missing 'protocol device', which is necessary for other protocols to find network devices. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."