Desired outcome - Allow any Eth port on my HAPAC3 to be plugged into an existing network and have the existing DHCP range be passed-through to whatever else I plug into the other Eth ports / connect to the Wifi of the HAPAC3.
On more basic routers like Asus / Tp-link etc, this is accomplished by disabling the routers DHCP server, and then plugging it into the existing network.
I've attempted to set this up myself, but I must be missing some config / understanding.
# jan/02/1970 00:54:11 by RouterOS 6.47.8
# software id = A06G-RL1H
#
# model = RBD53iG-5HacD2HnD
# serial number = ***REMOVED****
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] disabled=no ssid=MikroTik
set [ find default-name=wlan2 ] disabled=no ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk,wpa2-eap mode=dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key="\***REMOVED****"
add authentication-types=wpa2-psk,wpa2-eap mode=dynamic-keys name=profile1-2.4G supplicant-identity="" wpa2-pre-shared-key="\***REMOVED****"
add authentication-types=wpa2-psk,wpa2-eap mode=dynamic-keys name=profile2-5Ghz supplicant-identity="" wpa2-pre-shared-key="\***REMOVED****"
/interface wireless
add disabled=no keepalive-frames=disabled mac-address=***REMOVED**** master-interface=wlan1 multicast-buffering=disabled name=wlan3-2.4 security-profile=profile1-2.4G ssid=2.4G wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
add disabled=no keepalive-frames=disabled mac-address=***REMOVED**** master-interface=wlan2 multicast-buffering=disabled name=wlan4-5G security-profile=profile2-5Ghz ssid=5G wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
/interface bridge port
add bridge=bridge1 interface=all
[admin@MikroTik] >