Это настройка данной копии протокола OSPF.
Для обмена маршрутными таблицами по данному протоколу.
Использовать отладчик.
(из документации BIRD)
ospf
: 1
: : rfc1583compat = true
: : tick = 2
: : export = "filter { if source = RTS_BGP then { ospf_metric1 = 100; accept; } reject; }"
: : area
: : : 0.0.0.0
: : : : interface
: : : : : "eth*"
: : : : : : cost = 11
: : : : : : hello = 15
: : : : : : priority = 100
: : : : : : retransmit = 7
: : : : : : authentication = "simple"
: : : : : : password = "aaa"
: : : : : "ppp*"
: : : : : : cost = 100
: : : : : : authentication = "cryptographic"
: : : : : : password = "def"
: : : : : "gre1"
: : : : : : cost = 10
: : : : : : stub = true
: : : : : "gre2"
: : : 0.0.0.120
: : : : stub-cost = 50
: : : : networks
: : : : : 172.16.1.0/24
: : : : : 172.16.2.0/24
: : : : : : hidden = true
| © Network Systems Group 2015–2025 | Отдел документации |