![Cisco Nexus 3548 series Command Reference Manual Download Page 27](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162027.webp)
7
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
additional-paths send
In the following example, the send and receive capability of the neighbor overrides the send-only
capability of the address family:
switch#
configure terminal
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 selection route-map add_path4
switch (config-router-af)#
neighbor 2001:db8::1037
switch (config-router-neighbor)#
address-family ipv6 unicast
switch (config-router-neighbor-af)#
capability additional-paths send
switch (config-router-neighbor-af)#
capability additional-paths receive
Related Commands
Command
Description
additional-paths receive
Enables BGP additional paths for a prefix to be received from a
capable peer.
capability additional-paths
send
Configures the send additional paths capability for the specified
neighbor.
show ip bgp
Displays information about BGP networks, including path
selections and path IDs.
show ip bgp neighbors
Displays information about the TCP and BGP connections to
neighbors.