Merge pull request #444 from sever-sever/bgp-redistr

bgp: Fix redistribute parameters
This commit is contained in:
Christian Poessinger 2021-02-05 22:06:30 +01:00 committed by GitHub
commit 0fa792f936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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