您现在的位置: 万盛学电脑网 >> 操作系统 >> windows 7教程 >> 正文

win7下静态ARP设置、删除 方法

作者:佚名    责任编辑:admin    更新时间:2022-06-22

win7下静态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 10