On 30/09/12 14:24, Claudio Jeker wrote:
On Sat, Sep 29, 2012 at 03:22:58PM +0300, Kapeatanakis Giannis wrote:
Hi,
I have two questions regarding ospfd.
a) is there an equivalent to Cisco's or Quagga's "network" definition
network 10.0.0.0/24 area 0.0.0.1
in order to define that a certain network belongs to a certain area?
No. The "redistribute foo" in ospfd will generate AS-ext LSA and those are
not bound to an area.
From my understanding of ospfd.conf(5) the only way to do this is to
put the interface definition in area {}.
Maybe I'm missing something.
No that is correct.
b) quagga support ACLs on areas like import-list
Is there a way for filtering out certain route announcements from
remote routers?
No, it is no possible to filter between areas.
Thanks for the clarifications Claudio.
Giannis