[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: clearing all arp records ?



S t i n g r a y wrote:

> Well i cant seem to find a way to clear all the
> records in arp cache ... 
> in other unix versions this commands works
> 
> # arp -a -d
> 
> but here it isnt working ?
> 
> what can i do ?

for host in `arp -n | cut -f1 -d' '`; do arp -d $host; done

Regards,
Dennis



Reply to: