State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.LinkStateDatabase.Lsp.Tlvs.Tlv.IsisNeighborAttribute.Neighbors.Neighbor.Instances.Instance.Subtlvs.Subtlv.UnreservedBandwidth.SetupPriority.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolIsisLevelsLevelLinkStateDatabaseLspTlvsTlvIsisNeighborAttributeNeighborsNeighborInstancesInstanceSubtlvsSubtlvUnreservedBandwidthSetupPriorityStateThis class represents state data.
State parameters of IS Extended Reachability sub-TLV
-
priority¶ Setup priority level of 0 through 7 to be used by Unreserved Bandwidth sub-TLV 11
type: int
range: 0..7config: False
-
bandwidth¶ The amount of bandwidth reservable in this direction on this link. Note that for oversubscription purposes, this can be greater than the bandwidth of the link. It contains eight 32-bit IEEE floating point numbers(one for each priority). The units are bytes (not bits!) per second. The values correspond to the bandwidth that can be reserved with a setup priority of 0 through 7, arranged in increasing order with priority 0 occurring at the start of the sub-TLV, and priority 7 at the end of the sub-TLV
type: str
length: 4..4config: False
units: bytes per second
-