diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2022-03-25 18:45:25 -0300 |
---|---|---|
committer | fett0 <fernando.gmaidana@gmail.com> | 2022-03-25 18:45:25 -0300 |
commit | b6682b9f8487896d3a9de1d4fd649d2a416f4282 (patch) | |
tree | 5a3b8b1bba0080757aa33a8db55e698bff4277dc /docs | |
parent | cdb93d5c44e8bdd4b06507d93987aac174186700 (diff) | |
download | vyos-documentation-b6682b9f8487896d3a9de1d4fd649d2a416f4282.tar.gz vyos-documentation-b6682b9f8487896d3a9de1d4fd649d2a416f4282.zip |
ospf: add export-list/import-list & mamixum-paths
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/protocols/ospf.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index bb67653e..e69d10c0 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -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> |