advertising peer PPP addresses
Timur Irmatov
irmatov at gmail.com
Fri Nov 25 11:41:42 CET 2011
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.
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;
};
proto ospf {
import all;
....
--
Timur Irmatov, xmpp:irmatov at jabber.ru
More information about the Bird-users
mailing list