diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-08-04 03:15:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 03:15:12 +0200 |
commit | 3e18e550ed4ff1a898d6e6fc186ae42771cb2000 (patch) | |
tree | a3f5c4bf8f10de969fdaf8a80fccb14e47a872a6 /doc | |
parent | Merge pull request #9264 from ak503/nhrp_fix (diff) | |
parent | doc: document ospf6d's "area ... range" command (diff) | |
download | frr-3e18e550ed4ff1a898d6e6fc186ae42771cb2000.tar.xz frr-3e18e550ed4ff1a898d6e6fc186ae42771cb2000.zip |
Merge pull request #9108 from opensourcerouting/ospf6d-range-fixes
ospf6d: fix argument processing in the "area ... range" command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/ospf6d.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index f8595ef3f..948527d77 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -70,6 +70,20 @@ 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. + .. clicmd:: write-multiplier (1-100) Use this command to tune the amount of work done in the packet read and |