Cisco Nexus 3548 Command Reference Manual page 75

Nx-os unicast routing command reference
Hide thumbs Also See for Nexus 3548:
Table of Contents

Advertisement

Chapter
Unicast Routing Commands
Examples
In the following example, additional paths can be sent and received by the specified neighbor:
switch# configure terminal
switch (config)# router bgp 65000
switch (config-router)# 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
In the following example, additional paths can be sent and received for the address family, but the
specified neighbor is disabled from sending or receiving additional paths:
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 receive
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 disable
switch (config-router-neighbor-af)# capability additional-paths receive disable
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
In the following example, additional paths can be sent and received by a neighbor using the specified
template:
switch# configure terminal
switch (config)# router bgp 65000
switch (config-router)# template peer-policy rr-client-pt1
switch (config-router-ptmp)# capability additional-paths send
switch (config-router-ptmp)# capability additional-paths receive
Related Commands
Command
additional-paths send
set path-selection all advertise Advertises all BGP paths as additional paths to peers if the receive
show ip bgp
show ip bgp neighbors
OL-27852-01
Description
Enables BGP additional paths for a prefix to be sent to a capable
peer.
capability is enabled.
Displays information about BGP neighbors, including path
selections and path IDs.
Displays information about the TCP and BGP connections to
neighbors.
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
capability additional-paths send
55

Advertisement

Table of Contents
loading

Table of Contents