Users Guide

Parameters
ebgpEnable multipath support for external BGP routes.
ibgpEnable multipath support for internal BGP routes.
numberEnter 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 reflector. To recompute
the best path, use the clear ip bgp * command. The no version of this command resets the value to
the default
NOTE: To configure these settings for a non default VRF instance, you must first enter the
ROUTER-CONFIG-VRF sub mode using the following commands:
1. Enter the ROUTER BGP mode using the router bgp as-number command.
2. From the ROUTER BGP mode, enter the ROUTER BGP VRF mode using the vrf vrf-name
command.
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-prefix
Configures maximum-prefix support in peer-group level templates. This support applies for both IPv4 and IPv6 address families.
Syntax
maximum-prefix 1-4294967295 {1-100 | warning-only}
Parameters
1-4294967295 - Maximum number of prefix limit.
1-100 - Percentage threshold value at which to generate an warning message. The default value is
75.
warning-only - Specify warning-only to generate a warning message when limit is exceeded.
Default None.
Command Mode TEMPLATE ADDRESS FAMILY LEVEL
Usage
Information
Configures maximum prefix for a specific template. This configuration is applied to all BGP peers when
inheriting this template.
NOTE: Only the system administer (sysadmin) role is allowed to manage this configuration.
Example
MAA-S4048T-X01-7445(config-router-template)# address-family ipv4 unicast
MAA-S4048T-X01-7445(config-router-bgp-template-af)# maximum-prefix 10 50
warning-only
MAA-S4048T-X01-7445(config-router-template)# address-family ipv6 unicast
MAA-S4048T-X01-7445(config-router-bgp-template-af)# maximum-prefix 20 100
Supported
Releases
10.5.2.1 or Later
Layer 3 855