Windows添加/删除静态arp地址表项命令

查看网卡编号:

netsh -c "i i" show in

配置静态arp表项:

netsh -c "i i" add neighbors 23 "192.168.56.10x" "08-00-27-ff-f7-9x"

删除静态arp表项:

netsh -c "i i" delete neighbors 23 "192.168.56.10x"

posted on 2024-02-20 15:43  lingzshen  阅读(30)  评论(0编辑  收藏  举报