bgp additional-paths
Use this command to enable BGP additional paths.
Use the no parameter with this command to disable BGP add-path.
Command Syntax
bgp additional-paths (send|receive|send-receive|select (all | best<2-3>))
no bgp additional-paths (send|receive|send-receive|select (all | best))
Parameters
send
Send additional paths to neighbors
receive
Receive additional paths from neighbors
send-receive
Send and receive additional paths from neighbors
select
Selection criteria to pick the paths
all
Select all available paths
best
Select best N paths
<2-3>
Number of best paths in additional paths to be selected
Default
By default, BGP additional paths is disabled
Command Mode
Address Family mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router bgp 2
(config-router)#address-family ipv4 unicast
(config-router-af)#bgp additional-paths send
(config-router-af)#no bgp additional-paths send
Last modified date: 08/28/2023