ARP Commands 855entry is reset to 0 without removing the entry from the hardware. Traffic tothe host continues to be forwarded in hardware without interruption. If theentry is not being used to forward data packets, then the entry is deleted fromthe ARP cache, unless the dynamic renew option is enabled. If the dynamicrenew option is enabled, the system sends an ARP request to renew the entry.When an entry is not renewed, it is removed from the hardware andsubsequent data packets to the host trigger an ARP request. Traffic to thehost is lost until the router receives an ARP reply from the host. Gatewayentries, entries for a neighbor router, are always renewed. The dynamic renewoption only applies to host entries.The disadvantage of enabling dynamic renew is that once an ARP cache entryis created, that cache entry continues to take space in the ARP cache as longas the neighbor continues to respond to ARP requests, even if no traffic isbeing forwarded to the neighbor. In a network where the number of potentialneighbors is greater than the ARP cache capacity, enabling dynamic renewcould prevent some neighbors from communicating because the ARP cache isfull.Exampleconsole#configureconsole(config)#arp dynamicrenewconsole(config)#no arp dynamicrenewarp purgeUse the arp purge command in Privileged EXEC mode to cause the specifiedIP address to be removed from the ARP cache. Only entries of type dynamicor gateway are affected by this command.Syntaxarp purgeip-address•ip-address — The IP address to be removed from ARP cache.Default ConfigurationThis command has no default configuration.