Users often see an error message when they try clearing ARP resolution of certain hostnames.
When the SRX is configured with routing instances, like Virtual Routers, the ARP entries learned from the interfaces configured under those Virtual Routers cannot be cleared directly. When the following operational mode command is run on the SRX, it shows the ARP entries learned from all the inet tables, including the default inet.0.
root> show arp no-resolve
root> clear arp hostname <hostname>
root> clear arp hostname <hostname-learnt-from-virtual-router> error: no entry for <hostname-learnt-from-virtual-router>
In order to delete the ARP entry for the hostname learned through the different inet table, enter the following command:
root> clear arp vpn <routing-instance-name> hostname <hostname-learned-from-virtual-router>