Default ISIS Instance#
Underlay Routing → DIDefault ISIS Instances
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
DefaultISISInstance
SPEC
DefaultISISInstanceSpec defines the desired state of DefaultISISInstance
-
Address families to enable. Uses a single-topology (native) configuration mode.
-
The list of IS-IS area addresses for this instance. Each area address is represented as an NSAP Area ID, which is a string in the format of AFI.area-address (e.g. '49.0001'). The system ID and NSEL are not included in the area address as they are derived from the router's configuration and do not need to be specified by the user.
-
Enables IS-IS instance.
default: true -
Hello Padding mode for IS-IS adjacencies.
enum: "Adaptive", "Loose", "Strict", "Disabled" -
IS-IS level capability for this instance.
default: "L2"enum: "L1", "L2", "L1L2" -
Maximum LSP MTU size, in bytes.
format: int32range: 512 to 10240 -
The maximum number of ECMP paths (next-hops).
format: int32range: 1 to 256 -
IS-IS Overload configuration.
-
Advertise prefixes that belong to passive interfaces only.
default: false -
Reference bandwidth (in Gbps) for automatic metric calculation.
format: int32range: 1 to 3200 -
Configures IS-IS timers.
-
LSP Timers configuration.
-
LSP Generation timers configuration.
-
Hold interval for subsequent LSP regeneration (in milliseconds).
format: int64range: >= 0 -
Initial delay to generate the first instance of an LSP (in milliseconds).
format: int64range: >= 0 -
Maximum interval between two consecutive LSP regenerations (in milliseconds).
format: int64range: >= 0
-
-
LSP lifetime (in seconds). The time an LSP remains valid in the LSDB.
format: int32range: 350 to 65535
-
-
STATUS
DefaultISISInstanceStatus defines the observed state of DefaultISISInstance
-
Indicates the health score of the IS-IS Instance.
format: int32range: 0 to 100 -
Indicates the reason for the health score.
-
The time when the state of the resource last changed.
-
Operational state of the IS-IS Instance.
enum: "Up", "Down", "Degraded", "Unknown"