CMD netsh and arp

in cmd •  6 years ago 

CMD netsh and arp

arp -a 显示系统中所有的arp缓存
今天发现一个比这个更强大的命令

echo interface ip >s
echo show ipnet >>s
netsh -f s
del s

如下:

arp -a

netsh 结果如下

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

arp简单好记一些

是的呀

哈哈 都不咋用到

呃 看需求吧