Arp caching
Clear cache on windows host:
netsh interface ip delete arpcache
Clear cache on linux host:
arp -d host.domain.tld
Update arp on switches with a broadcast arpping
arping -S 192.168.0.101 -B
netsh interface ip delete arpcache
arp -d host.domain.tld
arping -S 192.168.0.101 -B
There are no comments on this page. [Add comment]