mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #444 from sever-sever/bgp-redistr
bgp: Fix redistribute parameters
This commit is contained in:
commit
0fa792f936
@ -509,22 +509,22 @@ Redistribution Configuration
|
|||||||
redistribute <route source>
|
redistribute <route source>
|
||||||
|
|
||||||
This command redistributes routing information from the given 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,
|
to the BGP process. There are six modes available for route source:
|
||||||
connected, kernel, ospf, rip, static.
|
connected, kernel, ospf, rip, static, table.
|
||||||
|
|
||||||
.. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast>
|
.. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast>
|
||||||
redistribute <route source> metric <number>
|
redistribute <route source> metric <number>
|
||||||
|
|
||||||
This command specifies metric (MED) for redistributed routes. The
|
This command specifies metric (MED) for redistributed routes. The
|
||||||
metric range is 0 to 4294967295. There are six modes available for
|
metric range is 0 to 4294967295. There are six modes available for
|
||||||
route source: bgp, connected, kernel, ospf, rip, static.
|
route source: connected, kernel, ospf, rip, static, table.
|
||||||
|
|
||||||
.. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast>
|
.. cfgcmd:: set protocols bgp <asn> address-family <ipv4-unicast|ipv6-unicast>
|
||||||
redistribute <route source> route-map <name>
|
redistribute <route source> route-map <name>
|
||||||
|
|
||||||
This command allows to use route map to filter redistributed routes.
|
This command allows to use route map to filter redistributed routes.
|
||||||
There are six modes available for route source: bgp, connected, kernel,
|
There are six modes available for route source: connected, kernel,
|
||||||
ospf, rip, static.
|
ospf, rip, static, table.
|
||||||
|
|
||||||
|
|
||||||
General Configuration
|
General Configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user