State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Global.Timers.Spf.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Protocols
Protocol
Isis
Global
Timers
Spf
State
This class represents state data.
This container defines state information for ISIS SPF timers.
-
spf_hold_interval
¶ SPF Hold Down time interval in milliseconds
type: int
range: 0..18446744073709551615config: False
units: milliseconds
default value: 5000
-
spf_first_interval
¶ Time interval in milliseconds between the detection of topology change and when the SPF algorithm runs
type: int
range: 0..18446744073709551615config: False
units: milliseconds
-
spf_second_interval
¶ Time interval in milliseconds between the first and second SPF calculation
type: int
range: 0..18446744073709551615config: False
units: milliseconds
-
adaptive_timer
¶ ISIS adaptive timer types (linear, exponential)
type:
AdaptiveTimerType
config: False
-