win7下如何设置和删除静态ARP
发布时间: 2021-12-14 来源: 网络 编辑: word12345.com 阅读: 0 关键词: 系统教程

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

热门教程

点击排行

最新教程