http://bird.network.cz/?get_doc&f=bird-6.html#ss6.10
In the link above, the RIP section's example will return config error in
bird v1.6.3. Is this an outdated example for older version of bird?
protocol rip {
debug all;
port 1520;
period 12;
garbage time 60;
can only filter routes between
> area's and not within. This is fundamental for link state protocols like
> OSPF
>
>
> Eelco Nieuwstad
>
> On 27-01-17 08:53, Steve Leung wrote:
>
> Hi,
>
> Using OSPF, when receiving some routes from a network interface, by
>
Hi,
Using OSPF, when receiving some routes from a network interface, by default
all routes will be re-advertised to other interfaces within the same area
without applying the filter rules.
Say in the below example.
===
protocol ospf myospf {
table t_ospf;
import filter ifilter;