Bridge Domain Interconnect#
Virtual Networks → BDBridge Domain Interconnects
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
BridgeDomainInterconnect
SPEC
BridgeDomainInterconnectSpec defines the desired state of BridgeDomainInterconnect
-
BGP Service Instance parameters for the Interconnect.
-
Control plane protocol used for the service instance.
default: "EVPN"enum: "EVPN" -
Encapsulation type used for the service instance.
enum: "VXLAN", "MPLS" -
Required for EVPN control plane on SRLinux
format: int32 -
Reference to a Policy CR that will be used to export routes.
-
Export route target in 'target:N:N' format. One of ExportTarget or ExportPolicy must be specified.
-
Reference to a Policy CR that will be used to import routes.
-
Import route target in 'target:N:N' format. One of ImportTarget or ImportPolicy must be specified.
-
-
Label selector to select nodes on which to configure the BridgeDomainInterconnect.
-
List of nodes (gateways) on which to configure the BridgeDomainInterconnect.
STATUS
BridgeDomainInterconnectStatus defines the observed state of BridgeDomainInterconnect
-
Indicates the health score of the BridgeDomainInterconnect.
-
Explains the reason for the health score.
-
Timestamp of the last state change.
-
List of nodes on which the BridgeDomainInterconnect is deployed.
-
Operational state of the BridgeDomainInterconnect.
enum: "Up", "Down", "Degraded", "Unknown"