-1

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.

2 Answers2

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
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.