]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: add documentation for OSPF NSSA
authorckishimo <carles.kishimoto@gmail.com>
Fri, 6 Nov 2020 08:01:55 +0000 (00:01 -0800)
committerCarles Kishimoto Bisbe <carles.kishimoto@cern.ch>
Wed, 24 Mar 2021 15:04:43 +0000 (16:04 +0100)
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
doc/user/ospfd.rst

index 64ce85503ed01575aa4f8996c18d09a6a4937578..6a6e356c8075fd4f4a3315ec49a446cbc61866ab 100644 (file)
@@ -390,6 +390,17 @@ Areas
     Prevents an *ospfd* ABR from injecting inter-area
     summaries into the specified stub area.
 
+.. clicmd:: area A.B.C.D nssa
+
+.. clicmd:: area (0-4294967295) nssa
+
+    Configure the area to be a NSSA (Not-So-Stubby Area). This is an area that
+    allows OSPF to import external routes into a stub area via a new LSA type
+    (type 7). An NSSA autonomous system boundary router (ASBR) will generate this
+    type of LSA. The area border router (ABR) translates the LSA type 7 into LSA
+    type 5, which is propagated into the OSPF domain. NSSA areas are defined in
+    RFC 3101.
+
 .. clicmd:: area A.B.C.D default-cost (0-16777215)