Config¶
Leafs
- 
class Bgp.PeerGroups.PeerGroup.UseMultiplePaths.Ebgp.Config¶
- Bases: - Entity- Class Hierarchy: - Bgp- PeerGroups- PeerGroup- UseMultiplePaths- Ebgp- Config- This class represents configuration data. - Configuration parameters relating to eBGP multipath - 
allow_multiple_as¶
- Allow multipath to use paths from different neighbouring ASes. The default is to only consider multiple paths from the same neighbouring AS - type: bool - default value: false 
 - 
maximum_paths¶
- Maximum number of parallel paths to consider when using BGP multipath. The default is use a single path - type: int range: 0..4294967295- default value: 1 
 
-