State¶
Leafs
- 
class 
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolIsisLevelsLevelStateThis class represents state data.
This container defines ISIS level state information.
- 
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
- 
level_number¶ ISIS level number (level-1, level-2)
type: int
range: 1..2config: False
- 
metric_style¶ ISIS metric style types(narrow, wide)
type:
MetricStyleconfig: False
- 
authentication_check¶ When set to true, reject all ISIS protocol PDUs that either have a mismatch in authentication-type or authentication-key
type: bool
config: False
default value: true
-