win7系统下如何设置和删除静态ARP实现命令
静态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
复制代码
代码如下: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
很赞哦!()
大图广告(830*140)