State¶
Leafs
last_calculated_sr_utilisation
last_calculated_time
last_flooded_time
last_sample_measured_rsvp_util
last_sample_measured_sr_util
last_sample_time
-
class
NetworkInstances.NetworkInstance.Mpls.TeInterfaceAttributes.Interface.BandwidthMeasurement.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
TeInterfaceAttributes
Interface
BandwidthMeasurement
State
This class represents state data.
Operational state parameters relating to the containing
interface’s bandwidth measurement.
-
last_sample_time
¶ The time at which the last sample of bandwidth utilisation for both RSVP-TE and non-RSVP-TE traffic was taken. This value is represented in nanoseconds since the Unix epoch
type: int
range: 0..18446744073709551615config: False
-
last_sample_measured_rsvp_util
¶ The measured RSVP-TE bandwidth utilisation at the last sample (whose time is indicated in last-sample-time). This value is expressed as a 64-bit unsigned integer representing the number of kilobits per second that RSVP-TE traffic is consuming on the interface
type: int
range: 0..18446744073709551615config: False
units: kbps
-
last_sample_measured_sr_util
¶ The measured Segment Routing bandwidth utilisation at the last sample (whose time is indicated in last-sample-time). This value is expressed as a 64-bit unsigned integer representing the number of kilobits per second that Segment Routing traffic is consuming on the interface
type: int
range: 0..18446744073709551615config: False
units: kbps
-
last_calculated_time
¶ The time at which the last calculated value for bandwidth utilisation was performed
type: int
range: 0..18446744073709551615config: False
-
last_calculated_sr_utilisation
¶ The last calculated value of the Segment Routing utilisation (taken post any averaging or adjustment that occurs). This value is updated regardless of whether the value was flooded or not
type: int
range: 0..18446744073709551615config: False
-
last_flooded_time
¶ The time, expressed in nanoseconds since the epoch, at which the bandwidth utilisation of non-RSVP-TE traffic resulted in the value being flooded in the IGP. If the configuration of the local system specifies a 0% change requires flooding, this leaf will always reflect the value of the last-calculated-time. In systems that have suppression due to a >0% delta being required then it indicates the last time that the percentage threshold was exceeded
type: int
range: 0..18446744073709551615config: False
-