Hello
We have installed full-mikrotik dual band APs: RB912UAG-2HPnD + R11E-5ac, and there is a strange behaviour: some 5Ghz clients stay forever in wireless/registration table (see picture attached). Of course the real devices are long gone, but they are stuck in the list with a virtual “last activity”.
If i reboot the AP, they all disappear. If i kick one of them, he won’t come back. They just don’t exist but they are here, messing with my SNMP stats.
As this is the first time we have this AND it’s the first time we use R11E-5ac/wireless-fp package, i guess there is a link..
I have some tests to do
- Try different ROS versions
- Disable AC on R11E card
- Disable the “frequency: auto” feature which doesn’t work anyway with this card.
..
But before i start this, maybe someone already has the answer..
ROS 6.27
/interface wireless
set [ find default-name=wlan2 ] antenna-gain=5 band=5ghz-a/n/ac country=france default-forwarding=no disabled=no frequency=auto frequency-mode=regulatory-domain l2mtu=1600 \
mode=ap-bridge name=wlan1_5 rx-chains=0,1 ssid="" tx-chains=0,1 wireless-protocol=802.11
set [ find default-name=wlan1 ] antenna-gain=4 band=2ghz-b/g/n country=france default-forwarding=no disabled=no frequency=auto frequency-mode=regulatory-domain l2mtu=1600 \
mode=ap-bridge name=wlan2_24 rx-chains=0,1 ssid="" tx-chains=0,1 wireless-protocol=802.11
add default-forwarding=no disabled=no l2mtu=1600 mac-address=4E:5E:0C:12:7B:BD master-interface=wlan1_5 name=wlan_public_5 ssid=Hotel_WIFI wds-cost-range=0 \
wds-default-cost=0
add default-forwarding=no disabled=no l2mtu=1600 mac-address=D6:CA:6D:EC:C3:85 master-interface=wlan2_24 name=wlan_public_24 ssid=Hotel_WIFI wds-cost-range=\
0 wds-default-cost=0
