diff options
author | Leonid Voronkin <bullet85@yandex.ru> | 2021-01-27 11:50:52 +0400 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-27 19:54:08 +0100 |
commit | 44647b95cb474a0fe19314540f04858c92a80074 (patch) | |
tree | 6d804b0e413b131a24f0937d010e456ed71cfe04 /docs/configuration | |
parent | 9e6912a6e822a1b9414b75aa00be78b404402ec7 (diff) | |
download | vyos-documentation-44647b95cb474a0fe19314540f04858c92a80074.tar.gz vyos-documentation-44647b95cb474a0fe19314540f04858c92a80074.zip |
ospf: change redistribution metric value
due to T3194
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/protocols/ospf.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index 7270febc..585454da 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -430,9 +430,9 @@ Redistribution Configuration .. cfgcmd:: set protocols ospf redistribute <route source> metric <number> - This command specifies metric for redistributed routes from given route - source. There are five modes available for route source: bgp, connected, - kernel, rip, static. The metric range is 1 to 16. + This command specifies metric for redistributed routes from the given + route source. There are five modes available for route source: bgp, + connected, kernel, rip, static. The metric range is 1 to 16777214. .. 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> This command allows to use route map to filter redistributed routes from - given route source. There are five modes available for route source: bgp, - connected, kernel, rip, static. + the given route source. There are five modes available for route source: + bgp, connected, kernel, rip, static. Operational Mode Commands |