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"
查看网卡编号:
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"