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