State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.LinkStateDatabase.Lsp.Tlvs.Tlv.MtIsn.Neighbors.Neighbor.Instances.Instance.Subtlvs.Subtlv.MinMaxLinkDelay.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Protocols
Protocol
Isis
Levels
Level
LinkStateDatabase
Lsp
Tlvs
Tlv
MtIsn
Neighbors
Neighbor
Instances
Instance
Subtlvs
Subtlv
MinMaxLinkDelay
State
This class represents state data.
State parameters of IS Extended Reachability sub-TLV
-
a_bit
¶ The A bit is set when the measured value of this parameter exceeds its configured maximum threshold. The A bit is cleared when the measured value falls below its configured reuse threshold
type: bool
config: False
-
min_delay
¶ Minimum measured link delay value(in microseconds) between two directly connected IS-IS neighbors over a configurable interval
type: int
range: 0..4294967295config: False
units: microseconds
-
max_delay
¶ Maximum measured link delay value(in microseconds) between two directly connected IS-IS neighbors over a configurable interval
type: int
range: 0..4294967295config: False
units: microseconds
-