Skip to content

Commit

Permalink
doc: add flex-algo prefix metric
Browse files Browse the repository at this point in the history
Add the documentation of the "prefix-metric" Flex-Algo Definition
option.

Signed-off-by: Louis Scalbert <[email protected]>
  • Loading branch information
louis-6wind committed May 23, 2024
1 parent cdeff75 commit bb20288
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/user/isisd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,24 @@ The following commands configure Flex-Algo at the 'router isis' and

Reset the 'metric-type' to the default 'igp' metric.

.. clicmd:: prefix-metric

Set the 'prefix-metric' flag (aka. M-Flag) for the current FAD.

When a FAD with a 'prefix-metric' flag is elected, the redistributed prefixes
(i.e. from another protocol or another IS-IS level) are advertised with an
additional specific per algorithm Flex-Algo metric. This metric is used
instead of the 'igp' one when computing the paths. If it is available
(probably because of an incorrect Flex-Algo implementation on another
system), the 'igp' metric will not be used and the prefix will be dropped.

The Flex-Algo Prefix Metric reflects the actual cost of the redistributing
router to the destination whereas the 'igp' metric values are constant.

.. clicmd:: no prefix-metric

Unset the 'prefix-metric' flag (aka. M-Flag) for the current FAD.

.. clicmd:: affinity exclude-any NAME

Add the specified affinity to the list of exclude-any affinities. The
Expand Down

0 comments on commit bb20288

Please sign in to comment.