ospf: change redistribution metric value

due to T3194
This commit is contained in:
Leonid Voronkin 2021-01-27 11:50:52 +04:00 committed by Christian Poessinger
parent 9e6912a6e8
commit 44647b95cb

View File

@ -430,9 +430,9 @@ Redistribution Configuration
.. cfgcmd:: set protocols ospf redistribute <route source> metric <number> .. cfgcmd:: set protocols ospf redistribute <route source> metric <number>
This command specifies metric for redistributed routes from given route This command specifies metric for redistributed routes from the given
source. There are five modes available for route source: bgp, connected, route source. There are five modes available for route source: bgp,
kernel, rip, static. The metric range is 1 to 16. connected, kernel, rip, static. The metric range is 1 to 16777214.
.. cfgcmd:: set protocols ospf redistribute <route source> metric-type <1|2> .. cfgcmd:: set protocols ospf redistribute <route source> metric-type <1|2>
@ -455,8 +455,8 @@ Redistribution Configuration
.. cfgcmd:: set protocols ospf redistribute <route source> route-map <name> .. cfgcmd:: set protocols ospf redistribute <route source> route-map <name>
This command allows to use route map to filter redistributed routes from This command allows to use route map to filter redistributed routes from
given route source. There are five modes available for route source: bgp, the given route source. There are five modes available for route source:
connected, kernel, rip, static. bgp, connected, kernel, rip, static.
Operational Mode Commands Operational Mode Commands