State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Interfaces.Interface.Levels.Level.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Protocols
Protocol
Isis
Interfaces
Interface
Levels
Level
State
This class represents state data.
This container defines interface ISIS level state information.
-
level_number
¶ ISIS level number(level-1, level-2)
type: int
range: 1..2config: False
-
passive
¶ ISIS passive interface admin enable/disable function
type: bool
config: False
default value: false
-
priority
¶ ISIS neighbor priority(LAN hello PDU only)
type: int
range: 0..127config: False
-
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
-