State

Leafs

Enum Classes

class NetworkInstances.NetworkInstance.Mpls.SignalingProtocols.RsvpTe.InterfaceAttributes.Interface.BandwidthReservations.BandwidthReservation.State

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Mpls SignalingProtocols RsvpTe InterfaceAttributes Interface BandwidthReservations BandwidthReservation State

This class represents state data.

Operational state parameters relating to a

bandwidth reservation at a certain priority

priority

RSVP priority level for LSPs traversing the interface

type: union of the below types:

type: int

range: 0..7

type: Priority

config: False

available_bandwidth

Bandwidth currently available with the priority level, or for the entire interface when the priority is set to ALL

type: int

range: 0..18446744073709551615

config: False

reserved_bandwidth

Bandwidth currently reserved within the priority level, or the sum of all priority levels when the keyword is set to ALL

type: int

range: 0..18446744073709551615

config: False

active_reservations_count

Number of active RSVP reservations in the associated priority, or the sum of all reservations when the priority level is set to ALL

type: int

range: 0..18446744073709551615

config: False

highwater_mark

Maximum bandwidth reserved on the interface within the priority, or across all priorities in the case that the priority level is set to ALL

type: int

range: 0..18446744073709551615

config: False