MikroTik: How to enable DHCP client on bridge interface using terminal / SSH

In order to enable the default DHCP client on the bridge interface, use the following command in the terminal:

/ip dhcp-client set interface=bridge [find]

Note that this will set the interface to bridge for all DHCP clients.

If you want to enable the DHCP client on a another interface, replace bridge with the name of the interface you want to use.