mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Dokumented switch network.
This commit is contained in:
parent
c926eee724
commit
16319aebd3
@ -1011,6 +1011,10 @@ protocol ospf <name> {
|
|||||||
area <id> {
|
area <id> {
|
||||||
stub cost <num>;
|
stub cost <num>;
|
||||||
tick <num>;
|
tick <num>;
|
||||||
|
networks {
|
||||||
|
<prefix>;
|
||||||
|
<prefix> hidden;
|
||||||
|
}
|
||||||
interface <interface pattern>
|
interface <interface pattern>
|
||||||
{
|
{
|
||||||
cost <num>;
|
cost <num>;
|
||||||
@ -1057,6 +1061,10 @@ protocol ospf <name> {
|
|||||||
change arrives. To lower the CPU utilization, it's processed later
|
change arrives. To lower the CPU utilization, it's processed later
|
||||||
at periodical intervals of <m/num/ seconds. The default value is 7.
|
at periodical intervals of <m/num/ seconds. The default value is 7.
|
||||||
|
|
||||||
|
<tag>networks { <m/set/ }</tag>
|
||||||
|
Definition of area IP ranges. This is used in summary lsa origination.
|
||||||
|
Hidden networks are not propagated into other areas.
|
||||||
|
|
||||||
<tag>interface <M>pattern</M></tag>
|
<tag>interface <M>pattern</M></tag>
|
||||||
Defines that the specified interfaces belong to the area being defined.
|
Defines that the specified interfaces belong to the area being defined.
|
||||||
|
|
||||||
@ -1098,7 +1106,8 @@ protocol ospf <name> {
|
|||||||
<tag>type broadcast</tag>
|
<tag>type broadcast</tag>
|
||||||
BIRD detects a type of a connected network automatically, but sometimes it's
|
BIRD detects a type of a connected network automatically, but sometimes it's
|
||||||
convenient to force use of a different type manually.
|
convenient to force use of a different type manually.
|
||||||
On broadcast networks, flooding and Hello messages are sent using multicasts (a single packet for all the neighbors).
|
On broadcast networks, flooding and Hello messages are sent using multicasts
|
||||||
|
(a single packet for all the neighbors).
|
||||||
|
|
||||||
<tag>type pointopoint</tag>
|
<tag>type pointopoint</tag>
|
||||||
Point-to-point networks connect just 2 routers together. No election
|
Point-to-point networks connect just 2 routers together. No election
|
||||||
|
Loading…
Reference in New Issue
Block a user