![Cisco Nexus 3548 series Command Reference Manual Download Page 22](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162022.webp)
2
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
additional-paths receive
additional-paths receive
To enable BGP additional paths for a prefix to be received from a capable peer, use the
additional-paths
receive
command in address family configuration mode. To disable receiving additional-path capability
for the address family, use the
no
form of this command.
additional-paths receive
no additional-paths receive
Syntax Description
This command has no arguments or keywords.
Command Default
Capability of receiving 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 receive
command enables the additional path receive 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 receive additional paths from 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
neighbor additional-paths receive 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 all neighbors in the IPv6 unicast address family to send
and receive additional paths:
switch (config)#
router bgp 65000
switch
(config-router)
#
address-family ipv6 unicast
switch
(config-router-af)
#
additional-paths send
switch
(config-router-af)
#
additional-paths receive
Release
Modification
6.0(2)A1(1)
This command was introduced.