maximum-paths

To set the BGP multipath count, use the command maximum-paths in BGP Router Configuration Mode. This is the maximum number BGP multipath routes to be added per destination network in the routing table. Note that this configuration is effective only after hard/soft reset. The no form of the command resets the bgp multipath count to its default value.

maximum-paths

maximum-paths { [{ibgp } { |eibgp}] } { <maximum path> }

no maximum-paths

no maximum-paths { [{ibgp } { |eibgp}] }

Parameters

Parameter Type Description
ibgp Integer Enter to set the maximum number of internal bgp multipath routes to be added per destination network in the routing table.
eibgp   Enter to set the maximum number of external plus internal BGP multipath routes (with same AS PATH) to be added per destination network in Routing table.
<maximum path>   Enter to configure the maximum path count for the specified IBGP/ EIBGP. This value ranges from 1 to 64.
Note: If this is set to 1, only the best route is added to the forwarding table
Note: If the command is executed without the parameter ibgp/eibgp , the maximum path count is configured for ebgp.

Default

1

Note

If the no command is executed without the parameter ibgp/eibgp , the maximum path count is set to the default value 1 only for ebgp.

Mode

BGP Router Configuration Mode

Examples

iS5Comm (config-router)# maximum-paths eibgp 1

iS5Comm (config-router-af4)# maximum-paths ibgp 1