summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2022-03-28 12:47:12 +0200
committerGitHub <noreply@github.com>2022-03-28 12:47:12 +0200
commitdf831d1ec618f1ecb7e98b2940575355f5d2759b (patch)
tree471e4bd52769104433797038551cbf0086540b77
parentcdb93d5c44e8bdd4b06507d93987aac174186700 (diff)
parent5eed433ad6472f800971d0c73eff7552f02d068d (diff)
downloadvyos-documentation-df831d1ec618f1ecb7e98b2940575355f5d2759b.tar.gz
vyos-documentation-df831d1ec618f1ecb7e98b2940575355f5d2759b.zip
Merge pull request #741 from fett0/import/export-filter-ospf
ospf: add export-list/import-list & mamixum-paths
-rw-r--r--docs/configuration/protocols/ospf.rst26
1 files changed, 22 insertions, 4 deletions
diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst
index bb67653e..e3f9759e 100644
--- a/docs/configuration/protocols/ospf.rst
+++ b/docs/configuration/protocols/ospf.rst
@@ -38,10 +38,10 @@ starts when the first ospf enabled interface is configured.
specified in decimal notation in the range from 0 to 4294967295. Or it
can be specified in dotted decimal notation similar to ip address.
- Prefix length in interface must be equal or bigger (i.e. smaller network) than
- prefix length in network statement. For example statement above doesn't enable
- ospf on interface with address 192.168.1.1/23, but it does on interface with
- address 192.168.1.129/25.
+ Prefix length in interface must be equal or bigger (i.e. smaller network)
+ than prefix length in network statement. For example statement above doesn't
+ enable ospf on interface with address 192.168.1.1/23, but it does on
+ interface with address 192.168.1.129/25.
In some cases it may be more convenient to enable OSPF on a per interface/subnet
basis :cfgcmd:`set protocols ospf interface <interface> area <x.x.x.x | x>`
@@ -162,6 +162,12 @@ Optional
interfaces where router adjacencies are expected need to be configured
with the :cfgcmd:`passive-interface-exclude` command.
+.. cfgcmd:: set protocols ospf maximum-paths <1-64>
+
+ Use this command to control the maximum number of equal cost paths to reach
+ a specific destination. The upper limit may differ if you change the value
+ of MULTIPATH_NUM during compilation. The default is MULTIPATH_NUM (64).
+
.. cfgcmd:: set protocols ospf refresh timers <seconds>
The router automatically updates link-state information with its neighbors.
@@ -271,6 +277,18 @@ Area Configuration
intra area paths from this range are not advertised into other areas.
This command makes sense in ABR only.
+.. cfgcmd:: set protocols ospf area <number> export-list <acl_number>
+
+ Filter Type-3 summary-LSAs announced to other areas originated from
+ intra- area paths from specified area.
+ This command makes sense in ABR only.
+
+.. cfgcmd:: set protocols ospf area <number> import-list <acl_number>
+
+ Same as export-list, but it applies to paths announced into specified
+ area as Type-3 summary-LSAs.
+ This command makes sense in ABR only.
+
.. cfgcmd:: set protocols ospf area <number> range <A.B.C.D/M> substitute
<E.F.G.H/M>