Combining routes in BIRD OSPF export

Steve (Telsat Broadband) steve at telsatbb.vu
Fri Feb 28 03:52:51 CET 2014


Hi Ondrej,

Works perfectly.

Thank you.

Cheers.
Steve.


-----Original Message-----
From: owner-bird-users at atrey.karlin.mff.cuni.cz
[mailto:owner-bird-users at atrey.karlin.mff.cuni.cz] On Behalf Of Ondrej
Zajicek
Sent: Friday, 28 February 2014 12:16 PM
To: Steve (Telsat Broadband)
Cc: bird-users at network.cz
Subject: Re: Combining routes in BIRD OSPF export

On Fri, Feb 28, 2014 at 10:52:58AM +1100, Steve (Telsat Broadband) wrote:
> Hi Ondrej,
> 
> Thank you very much for the reply; just to confirm if it should look 
> something like this:
> 
> protocol ospf {
> 	import all;
> 	export filter {
> 		ospf_metric1 = 1000;
> 		if source = RTS_STATIC then accept; else reject;
> 	};
> 
> 	stubnet 2001:abcd::/56 { summary; };
> 
> 	area 0 {
> 		interface "eth0" {


No, more like:

...
	area 0 {

		stubnet 2001:abcd::/56 { summary; };

		interface "eth0" {
...


--
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."





More information about the Bird-users mailing list