How to export address from loopback via BGP
Ondrej Zajicek
santiago at crfreenet.org
Tue Nov 11 17:53:05 CET 2014
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 at 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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20141111/983fffb0/attachment.asc>
More information about the Bird-users
mailing list