CRS125-24G-1S routeros 6.32.3 How I can determinate list of arp records (mac addresses) for one port? Port marked as slave to ether1-master-local.
Asked
Active
Viewed 1.1k times
2 Answers
4
I found a solution.
For CRS series use in terminal:
> interface ethernet switch unicast-fdb print
For other RouterOS device use:
> interface ethernet switch host print

Vyacheslav Kinzerskiy
- 61
- 1
- 1
- 6
-
Is there a similar command for RouterOS running on RB4011iGS+? – adamsfamily Jul 17 '21 at 18:36
2
In terminal window:
/ip arp print
But if you have slaved your interface to another, all arp data is moved to the master interface. So, either you will find your MAC list in ether1-master-local, but it will be melted with all other slaved interfaces, either unslave your interface and you will have a more precise list.

Benoit PHILIPPON
- 500
- 3
- 9