State¶
Leafs
delta_percentage
down_thresholds
threshold_specification
threshold_type
up_down_thresholds
up_thresholds
Enum Classes
-
class
NetworkInstances.NetworkInstance.Mpls.TeInterfaceAttributes.Interface.IgpFloodingBandwidth.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
TeInterfaceAttributes
Interface
IgpFloodingBandwidth
State
This class represents state data.
State parameters for TED update threshold
-
threshold_type
¶ The type of threshold that should be used to specify the values at which bandwidth is flooded. DELTA indicates that the local system should flood IGP updates when a change in reserved bandwidth >= the specified delta occurs on the interface. Where THRESHOLD_CROSSED is specified, the local system should trigger an update (and hence flood) the reserved bandwidth when the reserved bandwidth changes such that it crosses, or becomes equal to one of the threshold values
type:
ThresholdType
config: False
-
delta_percentage
¶ The percentage of the maximum-reservable-bandwidth considered as the delta that results in an IGP update being flooded
type: int
range: 0..100config: False
-
threshold_specification
¶ This value specifies whether a single set of threshold values should be used for both increasing and decreasing bandwidth when determining whether to trigger updated bandwidth values to be flooded in the IGP TE extensions. MIRRORED-UP-DOWN indicates that a single value (or set of values) should be used for both increasing and decreasing values, where SEPARATE-UP-DOWN specifies that the increasing and decreasing values will be separately specified
type:
ThresholdSpecification
config: False
-
up_thresholds
¶ The thresholds (expressed as a percentage of the maximum reservable bandwidth) at which bandwidth updates are to be triggered when the bandwidth is increasing
type: list of int
range: 0..100config: False
-
down_thresholds
¶ The thresholds (expressed as a percentage of the maximum reservable bandwidth) at which bandwidth updates are to be triggered when the bandwidth is decreasing
type: list of int
range: 0..100config: False
-
up_down_thresholds
¶ The thresholds (expressed as a percentage of the maximum reservable bandwidth of the interface) at which bandwidth updates are flooded - used both when the bandwidth is increasing and decreasing
type: list of int
range: 0..100config: False
-