mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 04:50:29 +00:00
doc: Add documentation about OSPF(6) set metric [+|-]metric
cmd
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
be3a8fa8f8
commit
243892e017
@ -128,6 +128,18 @@ OSPF6 interface
|
|||||||
|
|
||||||
Set explicitly network type for specified interface.
|
Set explicitly network type for specified interface.
|
||||||
|
|
||||||
|
OSPF6 route-map
|
||||||
|
===============
|
||||||
|
|
||||||
|
Usage of *ospfd6*'s route-map support.
|
||||||
|
|
||||||
|
.. index:: set metric [+|-](0-4294967295)
|
||||||
|
.. clicmd:: set metric [+|-](0-4294967295)
|
||||||
|
|
||||||
|
Set a metric for matched route when sending announcement. Use plus (+) sign
|
||||||
|
to add a metric value to an existing metric. Use minus (-) sign to
|
||||||
|
substract a metric value from an existing metric.
|
||||||
|
|
||||||
.. _redistribute-routes-to-ospf6:
|
.. _redistribute-routes-to-ospf6:
|
||||||
|
|
||||||
Redistribute routes to OSPF6
|
Redistribute routes to OSPF6
|
||||||
|
@ -710,6 +710,18 @@ Interfaces
|
|||||||
|
|
||||||
Enable ospf on an interface and set associated area.
|
Enable ospf on an interface and set associated area.
|
||||||
|
|
||||||
|
OSPF route-map
|
||||||
|
==============
|
||||||
|
|
||||||
|
Usage of *ospfd*'s route-map support.
|
||||||
|
|
||||||
|
.. index:: set metric [+|-](0-4294967295)
|
||||||
|
.. clicmd:: set metric [+|-](0-4294967295)
|
||||||
|
|
||||||
|
Set a metric for matched route when sending announcement. Use plus (+) sign
|
||||||
|
to add a metric value to an existing metric. Use minus (-) sign to
|
||||||
|
substract a metric value from an existing metric.
|
||||||
|
|
||||||
.. _redistribute-routes-to-ospf:
|
.. _redistribute-routes-to-ospf:
|
||||||
|
|
||||||
Redistribution
|
Redistribution
|
||||||
|
Loading…
Reference in New Issue
Block a user