diff options
Diffstat (limited to 'doc/user/ospf6d.rst')
| -rw-r--r-- | doc/user/ospf6d.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index 7c01b6f136..04ee1643d8 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -77,20 +77,26 @@ OSPF6 router of packets to process before returning. The default value of this parameter is 20. +.. clicmd:: clear ipv6 ospf6 process [vrf NAME] + + This command clears up the database and routing tables and resets the + neighborship by restarting the interface state machine. This will be + helpful when there is a change in router-id and if user wants the router-id + change to take effect, user can use this cli instead of restarting the + ospf6d daemon. .. _ospf6-area: OSPF6 area ========== -.. index:: [no] area A.B.C.D nssa -.. clicmd:: [no] area A.B.C.D nssa +.. clicmd:: area A.B.C.D nssa NSSA Support in OSPFv3 ======================= The configuration of NSSA areas in OSPFv3 is supported using the CLI command -area A.B.C.D nssa in ospf6 router configuration mode. +``area A.B.C.D nssa`` in ospf6 router configuration mode. The following functionalities are implemented as per RFC 3101: 1. Advertising Type-7 LSA into NSSA area when external route is redistributed @@ -98,7 +104,7 @@ The following functionalities are implemented as per RFC 3101: 2. Processing Type-7 LSA received from neighbor and installing route in the route table 3. Support for NSSA ABR functionality which is generating Type-5 LSA when - backbone area is configured. Currently translation od TYpe-7 LSA to Type-5 LSA + backbone area is configured. Currently translation of Type-7 LSA to Type-5 LSA is enabled by default. 4. Support for NSSA Translator functionality when there are multiple NSSA ABR in an area |
