BGP additional-paths is configured by enabling the additional-paths capability and specifying paths that are candidates for selection as additional-paths.
Perform the following task to enable the additional-paths capability and specify paths that are candidates for selection as additional-paths, under the IPv4 unicast address family.
device# configure terminal
device(config)# router bgp
device(config-bgp)# address-family ipv4 unicast
device(config-bgp-ipv4u)# additional-paths receive send
Note
A change to the additional-paths capability is activated only after restarting the BGP session.device(config-bgp-ipv4u)# additional-paths select all
The following example enables the receiving and sending of BGP additional-paths and specifies that all BGP paths are eligible for selection as additional-paths under the IPv4 unicast address family.
device# configure terminal device(config)# router bgp device(config-bgp)# address-family ipv4 unicast device(config-bgp-ipv4u)# additional-paths receive send device(config-bgp-ipv4u)# additional-paths select all
After completing this task, restart the BGP session to activate the new additional-paths capability configuration.