Config¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Global.Timers.Spf.Config¶ Bases:
EntityClass Hierarchy :
NetworkInstancesNetworkInstanceProtocolsProtocolIsisGlobalTimersSpfConfigThis class represents configuration data.
This container defines ISIS SPF timers configuration.
-
spf_hold_interval¶ SPF Hold Down time interval in milliseconds
type: int
range: 0..18446744073709551615
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..18446744073709551615
units: milliseconds
-
spf_second_interval¶ Time interval in milliseconds between the first and second SPF calculation
type: int
range: 0..18446744073709551615
units: milliseconds
-