Thanks Tom Webster [webster_at_ssdpdc.lgb.cal.boeing.com] ...
____________________________________________________________________________
__
Marcelo,
> 	The ARP table from my machine is corrupted. How do I reset the ARP
> table from a Tru64 4.0D ?!?
Assuming things aren't too bad:
#!/bin/ksh
for i in `arp -a | cut -f1 -d' '`
do
  arp -d $i
done
That should dump a list of who is in the arp cache and delete them one
at a time.
Tom
>  -----Original Message-----
> From: 	Marcelo Fiuza  
> Sent:	Quinta-feira, 23 de Agosto de 2001 17:06
> To:	tru64-unix-managers_at_ornl.gov
> Subject:	Arp table ...
> 
> All,
> 
> 	The ARP table from my machine is corrupted. How do I reset the ARP
> table from a Tru64 4.0D ?!?
> 
> Tks,
> 
> 
> 
>   MARCELO FIUZA
> ___________________________________________
>   Intelligent Network Analyst
>  * Tel.: 55 21 582 4974
>  * Fax : 55 21 582 4935
>  * Celular : 55 21 9966 6611
>  * E-mail : marcelo.fiuza_at_intelig.net.br
> 
> 
Received on Thu Aug 23 2001 - 22:38:56 NZST