State¶
Leafs
- 
class 
Mpls.TeGlobalAttributes.Srlgs.Srlg.State¶ Bases:
EntityClass Hierarchy:
MplsTeGlobalAttributesSrlgsSrlgStateThis class represents state data.
State parameters related to the SRLG
- 
name¶ SRLG group identifier
type: str
config: False
- 
value¶ group ID for the SRLG
type: int
range: 0..4294967295config: False
- 
cost¶ The cost of the SRLG to the computation algorithm
type: int
range: 0..4294967295config: False
- 
flooding_type¶ The type of SRLG, either flooded in the IGP or statically configured
type:
MplsSrlgFloodingTypeconfig: False
default value: FLOODED_SRLG
-