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.
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.
|
1
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.
BGP Router Configuration Mode
iS5Comm (config-router)# maximum-paths eibgp 1
iS5Comm (config-router-af4)# maximum-paths ibgp 1