Skip to content

Commit

Permalink
doc: document ospf6d's "area ... range" command
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <[email protected]>
(cherry picked from commit b9ff9be)
  • Loading branch information
rwestphal authored and idryzhov committed Aug 4, 2021
1 parent db82b3f commit 92c61a3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/user/ospf6d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ 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 [<advertise|not-advertise|cost (0-16777215)>]

.. clicmd:: area (0-4294967295) range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]

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.

.. _ospf6-area:

Expand Down

0 comments on commit 92c61a3

Please sign in to comment.