Updates add-path documentation.
This commit is contained in:
parent
e7d2ac4401
commit
10115b1d70
1 changed files with 9 additions and 0 deletions
|
@ -1682,6 +1682,15 @@ for each neighbor using the following configuration parameters:
|
||||||
This option requires that the connected routing table is
|
This option requires that the connected routing table is
|
||||||
<ref id="dsc-sorted" name="sorted">. Default: off.
|
<ref id="dsc-sorted" name="sorted">. Default: off.
|
||||||
|
|
||||||
|
<tag>add paths <m/switch/|rx|tx</tag>
|
||||||
|
Standard BGP can propagate only one path (route) per destination network
|
||||||
|
(usually the selected one). This option controls the add-path protocol
|
||||||
|
extension, which allows to advertise any number of paths to a
|
||||||
|
destination. Note that to be active, add-path has to be enabled on both
|
||||||
|
sides of the BGP session, but it could be enabled separately for RX and
|
||||||
|
TX direction. When active, all available routes accepted by the export
|
||||||
|
filter are advertised to the neighbor. Default: off.
|
||||||
|
|
||||||
<tag>allow local as [<m/number/]</tag>
|
<tag>allow local as [<m/number/]</tag>
|
||||||
BGP prevents routing loops by rejecting received routes with
|
BGP prevents routing loops by rejecting received routes with
|
||||||
the local AS number in the AS path. This option allows to
|
the local AS number in the AS path. This option allows to
|
||||||
|
|
Loading…
Reference in a new issue