标签:系统 ESS 管道 操作 static inter 记录 网络 正是
1、显示mac地址表 显示到其对端的交换机端口号
sh mac-address-table dynamic address 计算机上的mac地址
sh mac-address-table dynamic interface int 端口号
2、显示ARP缓存表
普通交换机(IOS操作系统): show arp
高端交换机(NX-OS操作系统):show ip arp
应用管道符号进行筛选查询
show arp | include Mac地址(xxxx.xxxx.xxxx,取后4位或者后8位)
show ip arp | include Mac地址(xxxx.xxxx.xxxx)
原则上,只要表里有的信息都可以应用这样的方式来查询。
标签:系统 ESS 管道 操作 static inter 记录 网络 正是
原文地址:https://blog.51cto.com/dawn0919/2413497