Other BGP features

1.5.f i Multipath, add-path

Multipath

General information on “BGP Multipath”:

Possible CLI configuration arguments:

“BGP Multipath” CLI configuration commands:

## Configuring multipath for a specific BGP address family
Router(config-router-af)# maximum-paths [argument] <1-32>

add-path

General information on “BGP add-path”:

“BGP add-path” CLI configuration commands:

## Configuring BGP which additional paths to select
Router(config-router-af)# bgp additional-paths select [all | backup | best | best-external | group-best] [options]

## Configuring BGP to send and/or receive additional paths globally
Router(config-router-af)# bgp additional-paths [send | receive]

## Configuring BGP to send and/or receive additional paths on a per-neighbor basis
Router(config-router-af)# neighbor <ip> additional-paths [send | receive | disable]

## Configuring BGP which additional paths to advertise on a per-neighbor basis
Router(config-router-af)# neighbor <ip> advertise additional-paths [all | best | group best] [options]

## Configuring BGP to install additional paths in the BGP table
Router(config-router-af)# bgp additional-paths install

1.5.f ii Soft reconfiguration, Route Refresh

Soft reconfiguration

General information on “BGP Soft reconfiguration”:

“BGP Soft reconfiguration” CLI configuration commands:

## Enabling BGP soft reconfiguration on a per-neighbor basis
Router(config-router-af)# neighbor <ip> soft-reconfiguration inbound

“BGP Soft reconfiguration” CLI show commands:

## Showing the received (unprocessed) routes of a BGP neighbor
Router# show bgp [ipv4 | ipv6 | vpnv4 | ...] unicast neighbors <ip> received-routes inbound

Route Refresh

General information on “BGP Route Refresh”:

“BGP Route Refresh” CLI configuration commands:

## Requesting a BGP route refresh from a neighbor:
Router# clear bgp [ipv4 | ipv6 | vpnv4 | ...] unicast [neighbor | *] [in | soft in]