State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Interfaces.Interface.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Protocols
Protocol
Isis
Interfaces
Interface
State
This class represents state data.
This container defines state information for ISIS interfaces.
-
enabled
¶ When set to true, the functionality within which this leaf is defined is enabled, when set to false it is explicitly disabled
type: bool
config: False
default value: false
-
interface_id
¶ Interface for which ISIS configuration is to be applied
type: str
config: False
-
passive
¶ When set to true, the referenced interface is a passive interface such that it is not eligible to establish adjacencies with other systems, but is advertised into the IS-IS topology
type: bool
config: False
default value: false
-
hello_padding
¶ This leaf controls padding type for IS-IS Hello PDUs
type:
HelloPaddingType
config: False
-
circuit_type
¶ ISIS circuit type (p2p, broadcast)
type:
CircuitType
config: False
-