diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-05 22:06:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 22:06:30 +0100 |
commit | 0fa792f9365cc10c593bb672c32fff30bdbe437d (patch) | |
tree | 1c39748249d849a9c3eb359075f6dcc547b382ae /docs/configuration | |
parent | 9338efa5982ed4ac082dab8a5d125040c94c2b1a (diff) | |
parent | f870e6ae93420a6f7eac202646ddc1050bcb382a (diff) | |
download | vyos-documentation-0fa792f9365cc10c593bb672c32fff30bdbe437d.tar.gz vyos-documentation-0fa792f9365cc10c593bb672c32fff30bdbe437d.zip |
Merge pull request #444 from sever-sever/bgp-redistr
bgp: Fix redistribute parameters
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index caac6714..6b6605a6 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -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 |