From 2918e61046388821c3d4411c602dc5b28ad59329 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sat, 3 Sep 2011 21:31:26 +0200 Subject: Fixes for OSPF NSSA handling. --- doc/bird.sgml | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/bird.sgml b/doc/bird.sgml index 2435d1c..a00062e 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1655,10 +1655,12 @@ protocol ospf <name> { tick <num>; ecmp <switch> [limit <num>]; area <id> { - stub <switch>; - nssa <switch>; + stub; + nssa; summary <switch>; - stub cost <num>; + default nssa <switch>; + default cost <num>; + default cost2 <num>; translator <switch>; translator stability <num>; @@ -1747,20 +1749,20 @@ protocol ospf <name> { address, similarly to a router ID). The most important area is the backbone (ID 0) to which every other area must be connected. - stub switch + stub This option configures the area to be a stub area. External routes are not flooded into stub areas. Also summary LSAs can be - limited in stub areas (see option nssa switch + nssa This option configures the area to be a NSSA (Not-So-Stubby Area). NSSA is a variant of a stub area which allows a limited way of external route propagation. Global external routes are not propagated into a NSSA, but an external route can be imported into NSSA as a (area-wide) NSSA-LSA (and possibly translated and/or aggregated on area boundary). - Default value is no. (Area is not NSSA.) + By default, the area is not NSSA. summary switch This option controls propagation of summary LSAs into stub or @@ -1771,10 +1773,22 @@ protocol ospf <name> { summary LSAs could lead to more efficient routing at the cost of larger link state database. Default value is no. - stub cost num + default nssa switch + When default cost num This option controls the cost of a default route propagated to stub and NSSA areas. Default value is 1000. + default cost2 num + When a default route is originated as NSSA-LSA, its cost + can use either type 1 or type 2 metric. This option allows + to specify the cost of a default route in type 2 metric. + By default, type 1 metric (option translator switch This option controls translation of NSSA-LSAs into external LSAs. By default, one translator per NSSA is automatically -- cgit v1.2.3