State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Mpls.TeGlobalAttributes.Srlgs.Srlg.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
TeGlobalAttributes
Srlgs
Srlg
State
This 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:
MplsSrlgFloodingType
config: False
default value: FLOODED_SRLG
-