Reference Guide

number—Enter the number of parallel paths, from 1 to 64.
Default 64 paths
Command Mode ROUTER-BGP
Usage Information Dell EMC recommends not using multipath and add path simultaneously in a route reector. To recompute the best
path, use the clear ip bgp * command. The no version of this command resets the value to the default.
Example (EBGP)
OS10(conf-router-bgp-2)# maximum-paths ebgp 2 maxpaths
Example (IBGP)
OS10(conf-router-bgp-2)# maximum-paths ibgp 4 maxpaths
Supported Releases 10.3.0E or later
maximum-prex
Congures the maximum number of prexes allowed from a peer.
Syntax
maximum-prefix {number [threshold] [warning]}
Parameters
number—Enter a maximum prex number, from 1 to 4294967295.
threshold—(Optional) Enter a threshold percentage, from 1 to 100
warning-only — (Optional) Enter to set the router to send a log message (warning) when the maximum
limit is exceeded. If you do not set this parameter, the router stops peering when the maximum prexes limit
exceeds.
Default 75% threshold
Command Mode ROUTER-BGP-NEIGHBOR-AF
Usage Information If you congure this command and the neighbor receives more prexes than the conguration allows, the neighbor
goes down. To view the prex information, use the show ip bgp summary command output. The neighbor
remains down until you use the clear ip bgp command for the neighbor or the peer group to which the
neighbor belongs. The
no version of this command resets the value to the default.
Example
OS10(conf-router-bgp-neighbor-af)# maximum-prefix 20 100 warning-only
Supported Releases 10.3.0E or later
neighbor
Creates a remote peer for the BGP neighbor and enters BGP Neighbor mode.
Syntax
neighbor ip address
Parameters ip address — Enter the IP address of the neighbor in dotted decimal format.
Default Not congured
Command Mode CONFIG-ROUTER-BGP
Usage Information Create a remote peer with the BGP neighbor. Always enter the IP address of a BGP peer with this command. The
command does not validate if the congured peer address is a local IP address. The no version of this command
disables the BGP neighbor conguration.
Layer 3 295