It works! 
The Ubi ER has now been successfully replaced by this hAP.
But performance tests not done yet.
Hmm... wait.. I haven't changed the bridge settings yet, but it still works fine as it seems... 
But what I didn't know and learned by accident during this exercise:
with "/ip address add ..." one can assign even more than 1 IP+mask+network to each port.
Ie. like alias IPs on a normal NIC.
The current bridge, switch, and IP settings (as said just set some addresses but not changed anything in bridge nor switch settings yet, but it seems ok as is).
Currently 3 LANs: LAN1/ether1=192.168.254.0/24 (as uplink "WAN"), LAN2/ether2=192.168.127.0/17, LAN3/ether3=192.168.128.0/24, LAN4/ether4 and LAN5/ether5 not configured yet.
[admin2@MikroTik-AP] > /interface bridge print
Flags: X - disabled, R - running
0 R ;;; defconf
name="bridge" mtu=auto actual-mtu=1500 l2mtu=1598 arp=enabled arp-timeout=auto mac-address=XX:XX:XX:XX:XX:XX protocol-mode=rstp fast-forward=yes igmp-snooping=no auto-mac=no
admin-mac=XX:XX:XX:XX:XX:XX ageing-time=5m priority=0x8000 max-message-age=20s forward-delay=15s transmit-hold-count=6 vlan-filtering=no dhcp-snooping=no
[admin2@MikroTik-AP] > /interface bridge port print
Flags: X - disabled, I - inactive, D - dynamic, H - hw-offload
INTERFACE BRIDGE HW PVID PRIORITY PATH-COST INTERNAL-PATH-COST HORIZON
0 H ;;; defconf
ether2 bridge yes 1 0x80 10 10 none
1 I H ;;; defconf
ether3 bridge yes 1 0x80 10 10 none
2 I H ;;; defconf
ether4 bridge yes 1 0x80 10 10 none
3 I H ;;; defconf
ether5 bridge yes 1 0x80 10 10 none
4 I ;;; defconf
wlan1 bridge 1 0x80 10 10 none
5 I ;;; defconf
wlan2 bridge 1 0x80 10 10 none
6 XI ether1 bridge 1 0x80 10 10 none
[admin2@MikroTik-AP] > /interface ethernet print
Flags: X - disabled, R - running, S - slave
NAME MTU MAC-ADDRESS ARP SWITCH
0 R ether1 1500 XX:XX:XX:XX:XX:XX enabled switch1
1 RS ether2 1500 XX:XX:XX:XX:XX:XX enabled switch1
2 S ether3 1500 XX:XX:XX:XX:XX:XX enabled switch1
3 S ether4 1500 XX:XX:XX:XX:XX:XX enabled switch1
4 S ether5 1500 XX:XX:XX:XX:XX:XX enabled switch1
[admin2@MikroTik-AP] > /interface ethernet switch print
Flags: I - invalid
NAME TYPE MIRROR-SOURCE MIRROR-TARGET SWITCH-ALL-PORTS
0 switch1 Atheros-8327 none none
[admin2@MikroTik-AP] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 ;;; same as on ER3
192.168.128.254/24 192.168.128.0 ether3
1 192.168.254.253/24 192.168.254.0 ether1
2 192.168.127.254/17 192.168.0.0 ether2
>
IMO then this hAP by default behaves similar to the CRS3xx switch-routers.