Config

Leafs

class NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.TrafficEngineering.Config

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Protocols Protocol Isis Levels Level TrafficEngineering Config

This class represents configuration data.

This container defines ISIS TE 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

ipv4_router_id

IPv4 MPLS Traffic Engineering Router-ID

type: str

pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?
ipv6_router_id

IPv6 MPLS Traffic Engineering Router-ID

type: str

pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?