advertising peer PPP addresses
Ondrej Zajicek
santiago at crfreenet.org
Fri Nov 25 12:29:46 CET 2011
On Fri, Nov 25, 2011 at 03:41:42PM +0500, Timur Irmatov wrote:
> On Fri, Nov 25, 2011 at 3:13 PM, Alexander V. Chernikov
> <melifaro at yandex-team.ru> wrote:
> > It is better to import interfaces via ospf if possible, e.g:
> >
> > protocol ospf ospf_... {
> > area 0.0.0.0 {
> > interface "ppp*" { stub yes; };
>
> No, if I comment out 'protocol direct' and configure ppp within ospf
> like you said, I don't get peer addresses exported.
If devices has ptp addresses (not a regular prefix), they are not
added as stub networks.
You can explicitly add them using 'stubnet IP;' in ospf area for each
one, but it might be tedious.
Another way is to anounce them as 'remote pool' together as a prefix
(if they are).
> Also, what is the best way to advertise local pool for those PPP
> interfaces? One that I see is:
>
> protocol static {
> export none;
> import all;
> route 192.168.134/24 drop;
> };
That is a good idea, another way is to use 'stubnet 192.168.134/24;'
in ospf area.
--
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: 197 bytes
Desc: Digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20111125/0455a123/attachment-0001.asc>
More information about the Bird-users
mailing list