State¶
Leafs
- 
class 
Bgp.PeerGroups.PeerGroup.UseMultiplePaths.Ebgp.State¶ Bases:
EntityClass Hierarchy:
BgpPeerGroupsPeerGroupUseMultiplePathsEbgpStateThis class represents state data.
State information 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
config: False
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..4294967295config: False
default value: 1
-