bgp bestpath as-path multipath-relax
Use this command to relax the “same AS-Path” requirement so any candidate eBGP AS-Path with the same AS-path length might be used for eBGP load-balancing.
Note: This feature does not load-balance between eBGP and iBGP paths.
Normally eBGP load-balancing requires the candidate routes to be equal-cost paths with identical BGP attributes having the same weight, Local-Pref, AS-Path (both the AS numbers and the AS path length), origin, MED, and different next-hop.
Use the no parameter with this command to return to normal operation.
Command Syntax
bgp bestpath as-path multipath-relax
no bgp bestpath as-path multipath-relax
Parameters
None
Default
By default, as-path multipath-relax is disabled
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router bgp 100
(config-router)#bgp bestpath as-path multipath-relax
(config)#router bgp 100
(config-router)#no bgp bestpath as-path multipath-relax
Last modified date: 07-13-2023