State

Leafs

class NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Global.State

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Protocols Protocol Isis Global State

This class represents state data.

This container defines state for ISIS global router.

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

instance

ISIS Instance

type: str

config: False

default value: 0

net

ISIS network entity title (NET). The first 8 bits are usually 49 (private AFI), next 16 bits represent area, next 48 bits represent system id and final 8 bits are set to 0

type: list of str

pattern: ^[a-fA-F0-9]{2}(\.[a-fA-F0-9]{4}){3,9}\.[a-fA-F0-9]{2}$

config: False

maximum_area_addresses

Maximum areas supported

type: int

range: 0..255

config: False

default value: 3

level_capability

ISIS level capability(level-1, level-2,vlevel-1-2)

type: LevelType

config: False

default value: LEVEL_1_2

max_ecmp_paths

ISIS max-paths count

type: int

range: 0..255

config: False

poi_tlv

ISIS purge TLV. When set to true, a TLV is added to purges to record the system ID of the IS generating the purge

type: bool

config: False

default value: false

iid_tlv

ISIS Instance Identifier TLV. When set to trues, the IID-TLV identifies the unique instance as well as the topology/topologies to which the PDU applies

type: bool

config: False

default value: false

fast_flooding

When set to true, IS will always flood the LSP that triggered an SPF before the router actually runs the SPF computation

type: bool

config: False

default value: true