diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2023-03-07 21:13:53 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2023-03-31 19:28:15 -0300 | 
| commit | 017714e3ad2e2a1d111e52cc08e9f294d24c589b (patch) | |
| tree | 2c4ac0921ef723d093e579875ae25f2c2975e8cb /doc/user/ospfd.rst | |
| parent | e85194f5723fe58d686a1fe5ea4fb0aaa03bac56 (diff) | |
ospfd: implement Type-7 default routes for NSSA areas
Add the "default-information-originate" option to the "area X nssa"
command. That option allows the origination of Type-7 default routes
on NSSA ABRs and ASBRs.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'doc/user/ospfd.rst')
| -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 30d55f34a7..6736339183 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -431,6 +431,16 @@ Areas      configured not to advertise forwarding addresses into the backbone to direct      forwarded traffic to the NSSA ABR translator. +.. clicmd:: area A.B.C.D nssa default-information-originate [metric-type (1-2)] [metric (0-16777214)] + +.. clicmd:: area (0-4294967295) nssa default-information-originate [metric-type (1-2)] [metric (0-16777214)] + +   NSSA ABRs and ASBRs can be configured with the `default-information-originate` +   option to originate a Type-7 default route into the NSSA area. In the case +   of NSSA ASBRs, the origination of the default route is conditioned to the +   existence of a default route in the RIB that wasn't learned via the OSPF +   protocol. +  .. clicmd:: area A.B.C.D default-cost (0-16777215)  | 
