在一个cisco 交换网络中间,已知某台机器的ip地址,如何找出它连接到了哪台交换机的哪个端口上呢?最方便快捷的方法使使用ciscoworks 2000 lms网管软件的user tracking 功能,图形化界面,一目了然.
示例网络:核心交换机为6509(交换引擎se用catos, msfc 运行ios软件) 【程序编程相关:后备式UPS APC 500VA】如果没有这个软件,也可以使用以下手工分析方法来找出答案: 【推荐阅读:APC推出1KVA Back-UPS新品】通过查看系统的arp缓存表可以找出某ip所对应的mac地址.由于arp不能跨vlan进行,所以连接各个vlan的路由模块msfc就是最佳的选择--一般它在每一个vlan都有一个端口(interface vlan n),能正确地进行arp解释. 【扩展信息:如何做好金融企业大型UPS的选型】1. 找出该ip所对应的mac地址: 6509msfc#ping 10.10.1.65type escape sequence to abort.
sending 5, 100-byte icmp echos to 10.10.1.65, timeout is 2 seconds:
!!!!!
success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
6509msfc#show arp | in 10.10.1.65
internet 10.10.1.65 2 0006.2973.121d arpa vlan2
通过以上命令,我们知道10.10.1.65的mac地址是0006.2973.121d, 这是ios设备的mac地址表达方式,在catos中,应写为00-06-29-73-12-1d.
2.在交换机上找出mac地址所对应的端口
6509se> (enable) show cam 00-06-29-73-12-1d* = static entry. + = permanent entry. # = system entry. r = router entry.
x = port security entry $ = dot1x security entry
vlan dest mac/route des [cos] destination ports or vcs / [protocol type]
2 00-06-29-73-12-1d 9/41 [all]
total matching cam entries displayed =1
这是不是说ip为 10.10.1.65的机器就接在端口9/41上呢?
不一定.如果以下命令中显示该端口上只有一个活动的mac地址,那么答案就是肯定的:
6509se> (enable) show cam dynamic 9/41
* = static entry. + = permanent entry. # = system entry. r = router entry.
... 下一页