To view the ARP table:
# get system arp
To view the ARP cache in the system:
# diagnose ip arp list
To delete a single ARP entry from the ARP table:
# diagnose ip arp delete <interface name> <IP address>
To clear all of the entries in the ARP table:
# execute clear system arp table