6
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
additional-paths send
additional-paths send
To enable BGP additional paths for a prefix to be sent to a capable peer, use the additional-paths send
command in address family configuration mode. To disable the sending of additional-paths for the
address family, use the no form of this command.
additional-paths send
no additional-paths send
Syntax Description This command has no arguments or keywords.
Command Default Capability of sending additional paths is disabled for address family.
Command Modes Address family configuration (config-router-af)
VRF Neighbor address family configuration
Neighbor VPN address family configuration
Neighbor IPv6 labeled-unicast address-family configuration
Command History
Usage Guidelines The additional-paths send command enables the additional path send capability for an address family,
after successful negotiation with a neighbor. The ability to send and receive additional paths is
negotiated between two BGP neighbors during session establishment.
This command controls whether the local device can send additional paths to all neighbors within an
address family. This capability applies to all neighbors under the specified address family unless the
capability is explicitly disabled with the capability additional-paths send disable command, which
overrides the configuration for the address family or template.
Use the show ip bgp neighbors command to display whether neighbors are capable of sending or
receiving additional paths. Use the show ip bgp command with a network address to display the path
selections, path IDs, and the capabilities for advertising and receiving additional paths.
Examples In the following example, BGP negotiates with each neighbor in the IPv6 unicast address family to send
and receive additional paths:
switch# configure terminal
switch (config)# router bgp 65000
switch (config-router)# address-family ipv6 unicast
switch (config-router-af)# additional-paths send
Release Modification
6.0(2)A1(1) This command was introduced.