Hi everybody,
Than you for your help already.
I’ve a RouterBoard mAP2nd , my goal is to configure it as a dumb switch, but I’m struggling to use ether1 as one of the switch port. (I would like to use its PoE capabilities)
I managed to configure the bridge as a DHCP client of my home router (192.168.9.0/24) and have network and internet connection shared through the bridged port (ether2).
WAN interface is deactivated, DHCP server is deactivated and ether1 is part of the bridged ports.
So far, so good
Where it goes wrong, it’s when I try to change the cable from ether2 to ether1 I lose the connection and it doesn’t get an IP as if the ether1 is not bridged. That’s sad because I would like to power the mAP2nD using PoE instead of the power adapter.
Any clues, hints, tips, tricks ? Maybe I missed something in the huge Mikrotik documentation that you may be able to pinpoint
# oct/30/2021 16:03:44 by RouterOS 6.49
# software id = HB9G-KBSZ
#
# model = RBmAP2nD
# serial number = DE4F0E97EE83
/interface bridge
add admin-mac=2C:C8:1B:C0:6C:22 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX disabled=no distance=indoors frequency=auto installation=indoor mode=ap-bridge ssid=MikroTik-C06C24 wireless-protocol=802.11
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=pwr-line1
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf disabled=yes interface=ether1 list=WAN
add interface=bridge list=WAN
/ip dhcp-client
add comment=defconf disabled=no interface=bridge
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/system clock
set time-zone-name=Europe/Brussels
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN