State

Leafs

class NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.State

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Protocols Protocol Isis Levels Level State

This 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..2

config: False

metric_style

ISIS metric style types(narrow, wide)

type: MetricStyle

config: 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