OcNOS-SP : Layer 3 Guide : Border Gateway Protocol Command Reference : BGP Additional Paths Commands : neighbor additional-paths
neighbor additional-paths
Use this command to enable neighbour BGP add-path.
Use the no parameter with this command to disable neighbour BGP add-path.
Command Syntax
neighbor A.B.C.D additional-paths (send|receive|send-receive|disable)
no neighbor A.B.C.D additional-paths (send|receive|send-receive|disable)
Parameters
send
Send additional paths to neighbors
receive
Receive additional paths from neighbors
send-receive
Send and Receive additional paths from neighbors
disable
Disable additional paths
Default
By default 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 additional-paths send
(config-router-af)#no neighbor 1.1.1.2 additional-paths send
 
Last modified date: 10/16/2023