OSPF & Ring network

Ondrej Zajicek santiago at crfreenet.org
Fri Mar 26 00:23:53 CET 2010


On Fri, Mar 26, 2010 at 11:17:51AM +1300, Jeremy Evans wrote:
> protocol kernel {
>     learn off;
>     persist on;
>     scan time 20;
>     export all;
> }
> 
> protocol device {
>     scan time 10;
> }
> 
> protocol direct {
>     interface -"eth*";
> }
> 
> protocol ospf {
>     export all;
>     import all;

And two minor notes:

1) Use 'interface "*"' in protocol direct.

2) You probably don't want 'export all' to protocol ospf.
That would lead to export routes from direct protocol to ospf protocol,
whis is not what you want (protocol ospf generates routes for connected
devices itself so these exported routes would be duplicates
and would fill OSPF domain with unnecessary external LSAs).

If you don't want to export static (or RIP or BGP) routes,
just use 'export none' in protocol ospf.

-- 
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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20100326/c45ae23e/attachment-0001.asc>


More information about the Bird-users mailing list