Config¶
Leafs
-
class
NetworkInstances.NetworkInstance.Mpls.TeGlobalAttributes.Srlgs.Srlg.
Config
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
TeGlobalAttributes
Srlgs
Srlg
Config
This class represents configuration data.
Configuration parameters related to the SRLG
-
name
¶ SRLG group identifier
type: str
-
value
¶ group ID for the SRLG
type: int
range: 0..4294967295
-
cost
¶ The cost of the SRLG to the computation algorithm
type: int
range: 0..4294967295
-
flooding_type
¶ The type of SRLG, either flooded in the IGP or statically configured
type:
MplsSrlgFloodingType
default value: FLOODED_SRLG
-