The Address Resolution Protocol (ARP) allows a host to find the physical address of a target host on the same physical network using only the target's IP address. ARP is a low-level protocol that hides the underlying network physical addressing and permits assignment of an arbitrary IP address to every machine. ARP is considered part of the physical network system and not as part of the Internet protocols.
To show dynamic ARP entries:
To show static ARP entries:
To change static and dynamic ARP parameters:
Range: 1024 - 16384 entries
Default: 4096 entries
Note - Make sure to configure a value large enough to accommodate at least 100 dynamic entries, in addition to the maximum number of static entries.
Range: 60 - 86400 seconds (24 hours)
Default: 60 seconds
To add a static ARP entry:
To delete a static ARP entry:
To flush all dynamic ARP entries:
Description
Commands to configure the Address Resolution Protocol (ARP).
Syntax
show arp dynamic all static all |
add arp static ipv4-address <IPv4 Address> macaddress <MAC Address> |
delete arp dynamic all static ipv4-address <IPv4 Address> |
set arp table validity-timeout <Time in sec> cache-size <Number of ARP entries> |
show arp table validity-timeout cache-size |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
---|---|
ipv4-address <IPv4 Address> |
Configures the IPv4 Address of the static ARP entry.
|
macaddress <MAC Address> |
Configures the hardware address (six hexadecimal octets separated by colons) of the static ARP entry.
|
validity-timeout <Time in sec> |
Configures the time, in seconds, to keep resolved dynamic ARP entries in the ARP cache table. If the ARP entry is not referred to and is not used by traffic before the time elapses, it is deleted. Otherwise, Gaia sends an ARP Request to verify the MAC address.
|
cache-size <Number of ARP entries> |
Configures the maximal number of ARP entries in the ARP cache table.
Note – Make sure to configure a value large enough to accommodate at least 100 dynamic entries, in addition to the maximum number of static entries. |