mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Some misspells.
This commit is contained in:
parent
43dff480ef
commit
f02e4258b9
@ -988,7 +988,7 @@ information between routers on the boundary of the autonomous system.
|
|||||||
|
|
||||||
<p>OSPF quickly detects topological changes in the autonomous system (such
|
<p>OSPF quickly detects topological changes in the autonomous system (such
|
||||||
as router interface failures) and calculates new loop-free routes after a short
|
as router interface failures) and calculates new loop-free routes after a short
|
||||||
period of convergence. Only a minimal ammount of
|
period of convergence. Only a minimal amount of
|
||||||
routing traffic is involved.
|
routing traffic is involved.
|
||||||
|
|
||||||
<p>Each router participating in OSPF routing periodically sends Hello messages
|
<p>Each router participating in OSPF routing periodically sends Hello messages
|
||||||
@ -1001,8 +1001,8 @@ that each router detects all changes.
|
|||||||
|
|
||||||
<p>In the main part of configuration, there can be multiple definitions of
|
<p>In the main part of configuration, there can be multiple definitions of
|
||||||
OSPF area witch different id included. These definitions includes many other
|
OSPF area witch different id included. These definitions includes many other
|
||||||
switches and mutliple definitions of interfaces. Definition of interface
|
switches and multiple definitions of interfaces. Definition of interface
|
||||||
may contain many switches and constant definitinons and list of neighbors
|
may contain many switches and constant definitions and list of neighbors
|
||||||
on nonbroadcast networks.
|
on nonbroadcast networks.
|
||||||
|
|
||||||
<code>
|
<code>
|
||||||
@ -1023,7 +1023,7 @@ protocol ospf <name> {
|
|||||||
dead count <num>;
|
dead count <num>;
|
||||||
type [broadcast|nonbroadcast|pointopoint];
|
type [broadcast|nonbroadcast|pointopoint];
|
||||||
strict nonbroadcast <switch>;
|
strict nonbroadcast <switch>;
|
||||||
authetication [none|simple];
|
authentication [none|simple];
|
||||||
password "<text>";
|
password "<text>";
|
||||||
neighbors {
|
neighbors {
|
||||||
<ip>;
|
<ip>;
|
||||||
@ -1072,7 +1072,7 @@ protocol ospf <name> {
|
|||||||
|
|
||||||
<tag>poll <M>num</M></tag>
|
<tag>poll <M>num</M></tag>
|
||||||
Specifies interval in seconds between sending of Hello messages for
|
Specifies interval in seconds between sending of Hello messages for
|
||||||
some neighbors on NBMA netwok. Default value is 20.
|
some neighbors on NBMA network. Default value is 20.
|
||||||
|
|
||||||
<tag>retransmit <M>num</M></tag>
|
<tag>retransmit <M>num</M></tag>
|
||||||
Specifies interval in seconds between retransmissions of unacknowledged updates.
|
Specifies interval in seconds between retransmissions of unacknowledged updates.
|
||||||
|
Loading…
Reference in New Issue
Block a user