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