I want to setup an hAPlite RB941-2nD as a 4 port switch with wlan1 as part of the switch.
Like this, switch includes: ether1 + ether2 + ether3 + ether4 + wlan1
I started with a blank device and did the following, /export below:
- Create bridge1 and add ether1, ether2, ether3, ether4, wlan1
- Setup wlan1 with SSID and password
It seems to work like I want, but is there anything else I need to do? Did I miss anything? Thanks
/export
jan/02/1970 00:17:38 by RouterOS 7.9.2
software id = HHEE-SI84
model = RB941-2nD
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] disabled=no mode=ap-bridge ssid=hapl_1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether2
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/system note
set show-at-login=no