Skip to content

Commit

Permalink
bgp: Fix redistribute parameters
Browse files Browse the repository at this point in the history
(cherry picked from commit f870e6a)
  • Loading branch information
sever-sever authored and c-po committed Feb 5, 2021
1 parent f7749b6 commit 33a3a39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/configuration/protocols/bgp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,22 +509,22 @@ Redistribution Configuration
redistribute <route source>

This command redistributes routing information from the given route source
to the BGP process. There are six modes available for route source: bgp,
connected, kernel, ospf, rip, static.
to the BGP process. There are six modes available for route source:
connected, kernel, ospf, rip, static, table.

.. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast>
redistribute <route source> metric <number>

This command specifies metric (MED) for redistributed routes. The
metric range is 0 to 4294967295. There are six modes available for
route source: bgp, connected, kernel, ospf, rip, static.
metric range is 0 to 4294967295. There are six modes available for
route source: connected, kernel, ospf, rip, static, table.

.. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast>
redistribute <route source> route-map <name>

This command allows to use route map to filter redistributed routes.
There are six modes available for route source: bgp, connected, kernel,
ospf, rip, static.
There are six modes available for route source: connected, kernel,
ospf, rip, static, table.


General Configuration
Expand Down

0 comments on commit 33a3a39

Please sign in to comment.