OcNOS-SP : Layer 3 Guide : Border Gateway Protocol Command Reference : BGP Additional Paths Commands : neighbor advertise additional-paths
neighbor advertise additional-paths
Use this command to enable BGP add-path at neighbor level.
Use the no parameter with this command to disable BGP add-path at neighbor level.
Command Syntax
neighbor A.B.C.D advertise additional-paths (all|best <2-3>)
no neighbor A.B.C.D advertise additional-paths (all|best <2-3>)
Parameters
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, neighbor advertise additional path 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)#neighbor 1.1.1.2 advertise additional-paths all
(config-router-af)#no neighbor 1.1.1.2 advertise additional-paths all
 
Last modified date: 10/16/2023