1-3ARP TableAfter obtaining the MAC address for the destination host, the device puts the IP-to-MAC mapping into itsown ARP table. This mapping is used for forwarding packets with the same destination in future.An ARP table contains ARP entries, which fall into one of two categories: dynamic or static.Dynamic ARP entryA dynamic entry is automatically created and maintained by ARP. It can get aged, be updated by a newARP packet, or be overwritten by a static ARP entry. When the aging timer expires or the interface goesdown, the corresponding dynamic ARP entry will be removed.Static ARP entryA static ARP entry is manually configured and maintained. It cannot get aged or be overwritten by adynamic ARP entry.Using static ARP entries enhances communication security. After a static ARP entry is specified, only aspecific MAC address is associated with the specified IP address. Attack packets cannot modify theIP-to-MAC mapping. Thus, communications between devices are protected.Static ARP entries can be classified into long or short.z A long static ARP entry can be directly used to forward packets. When configuring a long staticARP entry, you must configure a VLAN and an outbound interface for the entry besides the IPaddress and the MAC address.z A short static ARP entry has only an IP address and a MAC address configured and cannot bedirectly used for forwarding data. If a short static ARP entry matches an IP packet to be forwarded,the device sends an ARP request first. If the sender IP and MAC addresses in the received ARPreply are the same as those in the short static ARP entry, the device adds the interface receivingthe ARP reply to the short static ARP entry. Then the entry can be used for forwarding IP packets.z Usually ARP dynamically resolves IP addresses to MAC addresses, without manual intervention.z To allow communication with a device using a fixed IP-to-MAC mapping, configure a short staticARP entry for it. To allow communication with a device through a specific interface in a specificVLAN and using a fixed IP-to-MAC mapping, configure a long static ARP entry for it.Configuring ARPConfiguring a Static ARP EntryA static ARP entry is effective when the device works normally. However, when a VLAN or VLANinterface to which a static ARP entry corresponds is deleted, the entry, if long, will be deleted, and ifshort and resolved, will become unresolved.Follow these steps to configure a static ARP entry: