Answers:
show mac address-table interface <switchport>
在已连接设备的交换机上执行。
switch#show mac address-table int gi1/0/34
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
132 001b.78d5.a2d7 DYNAMIC Gi1/0/34
然后转到上一条命令中指定的VLAN的路由器,并执行show ip arp vlan <vlan#> | include <mac-address>
。
router#show ip arp vlan 132 | include 001b.78d5.a2d7
Internet 192.168.132.234 62 001b.78d5.a2d7 ARPA Vlan132
这将为您提供设备的IP地址。
尽管这并非完全解决方案,但您可以尝试
show ip arp inspection log
在刷新缓冲区之前,它将输出日志缓冲区的内容。如果终端设备触发了某种日志事件,例如DHCP拒绝,则可以通过查看日志数据来识别它,因为输出将在同一条输出线上显示接口,MAC地址和IP地址。
再一次,这不是一个真正的解决方案,请注意它可能也根本不起作用。
编辑:从Cisco Catalyst命令索引页的示例输出:
`
Switch#显示ip arp检查日志
Total Log Buffer Size : 32
Syslog rate : 10 entries per 300 seconds.
Interface Vlan Sender MAC Sender IP Num Pkts Reason Time
---------- ---- -------------- --------------- --------- ----------- ----
Gi1/0/1 5 0003.0000.d673 192.2.10.4 5 DHCP Deny 19:39:01 UTC Mon Mar 1 1993
Gi1/0/1 5 0001.0000.d774 128.1.9.25 6 DHCP Deny 19:39:02 UTC Mon Mar 1 1993
Gi1/0/1 5 0001.c940.1111 10.10.10.1 7 DHCP Deny 19:39:03 UTC Mon Mar 1 1993
Gi1/0/1 5 0001.c940.1112 10.10.10.2 8 DHCP Deny 19:39:04 UTC Mon Mar 1 1993
Gi1/0/1 5 0001.c940.1114 173.1.1.1 10 DHCP Deny 19:39:06 UTC Mon Mar 1 1993
Gi1/0/1 5 0001.c940.1115 173.1.1.2 11 DHCP Deny 19:39:07 UTC Mon Mar 1 1993
Gi1/0/1 5 0001.c940.1116 173.1.1.3 12 DHCP Deny 19:39:08 UTC Mon Mar 1 1993
SHOW IP DHCP SNOOPING BINDING
。如果启用了DHCP侦听(应该为;),它将为您提供从DHCP服务器请求地址的客户端列表。警告购买者:这不包括具有静态IP的客户端。
如果在两个设备上都启用了lldp,请显示Lldp邻居,但应该能够启用该功能,但通常show cdp neoghbors不仅显示cisco设备的信息,