CRS125-24G-1S routeros 6.32.3 如何确定一个端口的 arp 记录(mac 地址)列表?端口标记为 ether1-master-local 的从属。
问问题
9900 次
2 回答
4
我找到了解决方案。
对于 CRS 系列在终端中的使用:
> interface ethernet switch unicast-fdb print
对于其他 RouterOS 设备,请使用:
> interface ethernet switch host print
于 2015-10-31T11:08:44.240 回答
2
在终端窗口中:
/ip arp print
但是,如果您已将您的接口从属到另一个接口,则所有 arp 数据都将移动到主接口。所以,要么你会在 ether1-master-local 中找到你的 MAC 列表,但它会与所有其他从属接口融为一体,要么解除你的接口,你就会有一个更精确的列表。
于 2015-10-29T16:44:06.857 回答