How to check which network interface (within bridge) a given host is connected to?

In RouterOS it’s simple – you can easily see what network port (bridge port) a given host is using.

RouterOS:
enter image description here

There is a brctl showmacs "bridge name" command, but to know which port it is you need to compare the MAC addresses.

BRCTL:
enter image description here

Is there any simpler and faster method?