DHCP Relay#
DHCP → DRDHCP Relays
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
DHCPRelay
SPEC
The DHCPRelay enables the forwarding of DHCP requests and responses between clients and servers across different networks. This resource allows for the configuration of various DHCP relay sub-options, such as CircuitID, RemoteID, and ClientLinkLayerAddress, to provide detailed client information. It also includes settings for specifying the router to reach the DHCP server, the list of DHCP servers to forward requests to, and selectors for Routed and IRB interfaces where the relay will be configured. Additionally, the GI Address option can be set to derive the Gateway IP address from the selected interface, ensuring correct routing of DHCP messages.
-
Set GI Address to the IP derived from the IRBInterface or RoutedInterface on which the DHCP relay is configured.
-
Label selector to select the IRBInterface on which to configure the DHCP relay.
-
Label selector to select the RoutedInterface on which to configure the DHCP relay.
-
Router to be used to reach the DHCP server, if not specified the Router under which the source IRBInterface or RoutedInterface resides will be used.
-
List of servers to send the DHCP relayed packet to. These can be IP addresses or FQDN.
-
DHCP Relay sub-options; available options are CircuitID, RemoteID, and ClientLinkLayerAddress.
STATUS
DHCPRelayStatus defines the observed state of DHCPRelay