Managed AP IP connected device addresses

Hello!

I have a RB3011UiAS set as CAPsMAN and a RBD52G-5HacD2HnD as managed AP. My problem is I don’t know how to find the assigned IPs to devices connected to the AP.
Under IP/Firewall/Connection is nothing.
Cosmin
mikrotik.jpg

IP addresses can be found /ip dhcp-server leases
If you want to know the connected devices per radio, you have to look at /caps-man/registration-table/ (I’m doing this by hard)

I can see all the connected devices in CAPsMAN (not AP) in /ip dhcp-server leases, but how do I know wich one is connected to the manager router LAN ports and wich is connected to the AP LAN port?
Thanks!

List in /caps-man/registration-table will have MAC addresses of devices. Then you can correlate that with list in /ip/dhcp-server/leases to find out IP addresses and any other metadata … if tehre are multiple CAPs in your network, then wireless devices will roam between CAPs … and that fact will be reflected in /caps-man/registration-table (the CAP will change) … but information in /ip/dhcp-server/leases will not change at all (because wireless clients remain members of LAN).

Thanks for the info!