Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DHCP Relay with VRF (will be supported soon)


Let's take the previous setup but we'll consider that the interface to the DHCP server and interfaces to DHCP clients are added in VRF:

Code Block
languageros
/ip vrf
add interfaces=To-DHCP-Server name=vrf_server
add interfaces=Local2 name=vrf2
add interfaces=Local1 name=vrf1

In the DHCP-relay configuration dhcp-server-vrf should be added:

Code Block
languageros
/ip dhcp-relay/set dhcp-server-vrf=vrf_server numbers=0,1

As due Due to VRF configuration there are several routing-tables - we should add additional routes:

...