diff options
| author | ckishimo <carles.kishimoto@gmail.com> | 2020-11-06 00:02:43 -0800 |
|---|---|---|
| committer | Carles Kishimoto Bisbe <carles.kishimoto@cern.ch> | 2021-03-24 16:06:31 +0100 |
| commit | d71494e6a45f01ca4523897ad7736d1aa1138232 (patch) | |
| tree | 106a43c85257f174106cb4f4a19eef59b8246f50 | |
| parent | 8807d9f7599a2a69ecac62ea6eb71ecabe5eb534 (diff) | |
doc: add documentation for OSPF suppress-fa
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
| -rw-r--r-- | doc/user/ospfd.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 6a6e356c80..af9a7844a2 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -401,6 +401,16 @@ Areas type 5, which is propagated into the OSPF domain. NSSA areas are defined in RFC 3101. +.. clicmd:: area A.B.C.D nssa suppress-fa + +.. clicmd:: area (0-4294967295) nssa suppress-fa + + Configure the router to set the forwarding address to 0.0.0.0 in all LSA type 5 + translated from LSA type 7. The router needs to be elected the translator of the + area for this command to take effect. This feature causes routers that are + configured not to advertise forwarding addresses into the backbone to direct + forwarded traffic to the NSSA ABR translator. + .. clicmd:: area A.B.C.D default-cost (0-16777215) |
