ISIS Interface#
Virtual Networks → IIISIS Interfaces
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
ISISInterface
SPEC
ISISInterfaceSpec defines the desired state of ISISInterface
-
Reference to a RoutedInterface or IRBInterface.
-
Reference to the Kind of interface to enable IS-IS on.
default: "RoutedInterface"enum: "RoutedInterface", "IRBInterface" -
Reference to an IS-IS Instance on which the interface is configured.
-
IS-IS interface level capability.
default: "L2"enum: "L1", "L2", "L1L2" -
Configure the IS-IS interface as passive.
default: false -
IS-IS interface type.
default: "PointToPoint"enum: "PointToPoint", "Broadcast"
STATUS
ISISInterfaceStatus defines the observed state of ISISInterface
-
Indicates the health score of the IS-IS interface.
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 interface.
enum: "Up", "Down", "Degraded", "Unknown"