From 7e5e3c19196dcd818dce6f6c3c87cd26934a3bd3 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Wed, 11 Aug 2021 17:55:12 +0300 Subject: [PATCH] doc: move ospf6 area commands to the appropriate section Signed-off-by: Igor Ryzhov --- doc/user/ospf6d.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index 948527d774..110d83d4e6 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -70,20 +70,6 @@ OSPF6 router Use this command to control the maximum number of parallel routes that OSPFv3 can support. The default is 64. -.. clicmd:: area A.B.C.D range X:X::X:X/M [] - -.. clicmd:: area (0-4294967295) range X:X::X:X/M [] - - Summarize a group of internal subnets into a single Inter-Area-Prefix LSA. - This command can only be used at the area boundary (ABR router). - - By default, the metric of the summary route is calculated as the highest - metric among the summarized routes. The `cost` option, however, can be used - to set an explicit metric. - - The `not-advertise` option, when present, prevents the summary route from - being advertised, effectively filtering the summarized routes. - .. clicmd:: write-multiplier (1-100) Use this command to tune the amount of work done in the packet read and @@ -236,6 +222,20 @@ The following debug commands are supported: OSPF6 area ========== +.. clicmd:: area A.B.C.D range X:X::X:X/M [] + +.. clicmd:: area (0-4294967295) range X:X::X:X/M [] + + Summarize a group of internal subnets into a single Inter-Area-Prefix LSA. + This command can only be used at the area boundary (ABR router). + + By default, the metric of the summary route is calculated as the highest + metric among the summarized routes. The `cost` option, however, can be used + to set an explicit metric. + + The `not-advertise` option, when present, prevents the summary route from + being advertised, effectively filtering the summarized routes. + .. clicmd:: area A.B.C.D nssa NSSA Support in OSPFv3 -- 2.39.5