0如何在 LAN 上定位 APC 网络管理卡

我最近有几张二手 APC 网络管理卡 (一个 AP9617 和 AP9630). 两者都设置了静态 IP (即. 他们没有从 DHCP 获得地址) 所以为了访问他们的网络界面,我需要找到他们.

With the AP9630 one option is just to reset it (press a paper­clip or sim­il­ar into the reset hole and hold for 20+ seconds) but this does­n’t work for all cards (e.g. it did­n’t work for the AP9617)

The easi­est way to con­nect the card up to my net­work with an eth­er­net cable, then install Wire­shark. Double click on your main net­work con­nec­tion to mon­it­or the traffic on it and then in the “apply a dis­play fil­ter” field at the top enter the following
eth.src[0:3]==00:C0:B7
You might then have to wait 2–3 minutes. Or altern­at­ively try unplug­ging and replug­ging the net­work cable from the man­age­ment card. You should see a “who has x.x.x.x” entry appear fairly soon. The source of the request (which will likely be x.x.x.y) 是 知识产权 of the card. To con­nect to it you just set a manu­al 知识产权 for your own net­work card on the same range with a dif­fer­ent end­ing — x.x.x.z

This works because the first part of the MAC address of all APC cards is 00:c0:B7 and you’re unlikely to have any oth­ers on your net­work. If you do have oth­ers on your net­work then just use a net­work cable dir­ectly con­nec­ted between your NIC and the net­work man­age­ment card and do the same process.

Leave a Reply