From a190e7200bf37ba834c776a28583bf897b4377f5 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 2 Sep 2000 00:03:36 +0000 Subject: Added hellos on NBMA networks. (I don't violate RFC now.) --- doc/bird.sgml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'doc/bird.sgml') diff --git a/doc/bird.sgml b/doc/bird.sgml index 3722e48..5441e31 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1015,15 +1015,18 @@ protocol ospf <name> { { cost <num>; hello <num>; + poll <num>; retransmit <num>; priority <num>; wait <num>; dead count <num>; type [broadcast|nonbroadcast|pointopoint]; + strict nonbroadcast <switch>; authetication [none|simple]; password "<text>"; neighbors { <ip>; + <ip> eligible; }; }; }; @@ -1062,6 +1065,10 @@ protocol ospf <name> { routers on the same network need to have the same hello interval. Default value is 10. + poll num + Specifies interval in seconds between sending of Hello messages for + some neighbors on NBMA netwok. Default value is 20. + retransmit num Specifies interval in seconds between retransmissions of unacknowledged updates. Default value is 5. @@ -1107,7 +1114,12 @@ protocol ospf <name> { neighbors { A set of neighbors to which Hello messages on nonbroadcast networks - are to be sent. + are to be sent. Some of them could be marked as eligible. + + strict nonbroadcast switch + If set, don't send hello to any undefined neighbor. This switch + is ignored on on any non-NBMA network. Default is No. + Attributes @@ -1156,10 +1168,12 @@ protocol ospf MyOSPF { interface "-arc0" , "arc*" { type nonbroadcast; authentication none; - wait 50; - dead count 6; + strict nonbroadcast no; + wait 120; + poll 40; + dead count 8; neighbors { - 192.168.120.1; + 192.168.120.1 eligible; 192.168.120.2; 192.168.120.10; }; -- cgit v1.2.3