State¶
Leafs
- 
class 
Bgp.Global.Confederation.State¶ Bases:
EntityClass Hierarchy:
BgpGlobalConfederationStateThis class represents state data.
State information relating to the BGP confederations
- 
enabled¶ When this leaf is set to true it indicates that the local-AS is part of a BGP confederation
type: bool
config: False
- 
identifier¶ Confederation identifier for the autonomous system
type: int
range: 0..4294967295config: False
- 
member_as¶ Remote autonomous systems that are to be treated as part of the local confederation
type: list of int
range: 0..4294967295config: False
-