25 Nov
2011
25 Nov
'11
10:41 a.m.
On Fri, Nov 25, 2011 at 3:13 PM, Alexander V. Chernikov <melifaro@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@jabber.ru