发布日期: 2019-07-21 作者:韩博士 来源:http://www.jzjq.net
今天和大家分享一下关于对xp系统设置和删除静态ARp设置的方法,在使用xp系统的过程中经常不知道如何去对xp系统设置和删除静态ARp进行设置,有什么好的办法去设置xp系统设置和删除静态ARp呢?在这里小编教你只需要 netsh i i show in 记下网卡的idx就搞定了。下面小编就给小伙伴们分享一下对xp系统设置和删除静态ARp进行设置的详细步骤:
1、
netsh i i show in
记下网卡的idx
2、
netsh -c "i i" add neighbour idx ip mac
例如:netsh -c "i i" add neighbour 10 10.60.4.201 aa-bb-cc-dd-ee-ff
3、
netsh -c "i i" del neighbors idx
例如:netsh -c "i i" del neighbors 1