bgp max-ibgp-ecmp-routes

This command configures the maximum number of internal BGP ECMP routes.

Syntax

bgp max-ibgp-ecmp-routes value
no bgp max-ibgp-ecmp-routes value

Parameters

value Specifies the maximum number of IBGP ECMP routes configurable on this router. Valid values are 1 - 8. Default value is 1.

Defaults

None.

Mode

BGP Router Configuration.

Usage

The no max-ibgp-ecmp-routes command resets the maximum number of internal BGP ECMP routes to the default value of 1.

Example

The following example configures the maximum number of internal BGP ECMP routes to 5:

System(su-config)->router bgp 65151
System(su-config-bgp)->bgp router-id 151.1.1.9
System(su-config-bgp)->bgp max-ibgp-ecmp-routes 5
System(su-config-bgp)->