OSPF & Ring network

Ondrej Zajicek santiago at crfreenet.org
Fri Mar 26 00:11:35 CET 2010


On Fri, Mar 26, 2010 at 11:17:51AM +1300, Jeremy Evans wrote:
> protocol direct {
>     interface -"eth*";
> }
> 
> protocol ospf {
>     export all;
>     import all;
>     area 0.0.0.0 {
>         interface 10.0.0.0/8 {
>             wait 15;
>             type nonbroadcast;       # no change if omitted
>             strict nonbroadcast on;  # no change if omitted
>             cost 100;
>             authentication none;
>             retransmit 7;
>         };
>     };
> }

Your ppp interfaces have peer addresses (instead of standard
'prefix-based' addresses). Such interfaces can be used in
pointopoint mode only. Set 'type pointopoint' instead of
'type nonbroadcast' in interface config.

-- 
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/4e76a329/attachment-0001.asc>


More information about the Bird-users mailing list