forked from Mirror/frr
doc: fix ospfd maximum-paths command
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
8d31c67c79
commit
25d6c9671b
|
@ -299,15 +299,11 @@ To start OSPF process you have to specify the OSPF router.
|
||||||
command can be used when the neighbor state get stuck at some state and
|
command can be used when the neighbor state get stuck at some state and
|
||||||
this can be used to recover it from that state.
|
this can be used to recover it from that state.
|
||||||
|
|
||||||
.. index:: maximum-paths " CMD_RANGE_STR(1, MULTIPATH_NUM)
|
.. clicmd:: maximum-paths (1-64)
|
||||||
.. clicmd:: maximum-paths " CMD_RANGE_STR(1, MULTIPATH_NUM)
|
|
||||||
|
|
||||||
.. index:: maximum-paths " CMD_RANGE_STR(1, MULTIPATH_NUM)
|
Use this command to control the maximum number of equal cost paths to reach
|
||||||
.. clicmd:: no maximum-paths
|
a specific destination. The upper limit may differ if you change the value
|
||||||
|
of MULTIPATH_NUM during compilation. The default is MULTIPATH_NUM (64).
|
||||||
CLI to control maximum number of equal cost paths to reach a specific
|
|
||||||
destination.(ECMP)
|
|
||||||
Reset CLI, resets the maximum supported multi path to the default value.
|
|
||||||
|
|
||||||
.. _ospf-area:
|
.. _ospf-area:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue