欢迎来到福编程网,本站提供各种互联网专业知识!

win7下如何设置和删除静态ARP

发布时间:2015-05-12 作者:sou7 来源:格子啦 
1、netshiishowin记下网卡的idx2、netsh-c"ii"addneighbouridxipmac例如:netsh-c"ii"addneighbour1010.60.4.201aa-bb-cc-dd-ee-ff3、netsh-c"ii"delneighborsidx例如:netsh-c"ii"delneighbors1

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

相关推荐