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:
Step |
Description |
---|---|
1 |
In the navigation tree, click Network Management > ARP. |
2 |
In the upper right corner, click the Monitoring tab. |
To show static ARP entries:
Step |
Description |
---|---|
1 |
In the navigation tree, click Network Management > ARP. |
2 |
In the upper right corner, click the Configuration tab. |
To change static and dynamic ARP parameters:
Step |
Description |
---|---|
1 |
In the navigation tree, click Network Management > ARP. |
2 |
In the upper right corner, click the Configuration tab. |
3 |
In the ARP Table Settings section:
|
To add a static ARP entry:
Step |
Description |
---|---|
1 |
In the navigation tree, click Network Management > ARP. |
2 |
In the upper right corner, click the Configuration tab. |
3 |
In the Static ARP Entries section, click Add. |
4 |
Enter the IP Address of the static ARP entry and the MAC Address used when forwarding packets to the IP address. |
5 |
Click OK. |
To delete a static ARP entry:
Step |
Description |
---|---|
1 |
In the navigation tree, click Network Management > ARP. |
2 |
In the upper right corner, click the Configuration tab. |
3 |
In the Static ARP Entries section, select a Static ARP entry. |
4 |
Click Remove. |
To flush all dynamic ARP entries:
Step |
Description |
---|---|
1 |
In the navigation tree, click Network Management > ARP. |
2 |
In the upper right corner, click the Monitoring tab. |
3 |
Click Flush All. |
Description
Configure the Address Resolution Protocol (ARP).
Syntax
add arp static ipv4-address <IPv4 Address> macaddress <MAC Address> |
delete arp dynamic all static ipv4-address <IPv4 Address> |
set arp table validity-timeout <Seconds> cache-size <Number of Entries> |
show arp dynamic all static all table validity-timeout table cache-size |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
---|---|
|
Configures static ARP entries. |
|
Configures dynamic ARP entries. |
|
Configures IPv4 Address for a static ARP entry.
|
|
Configures the hardware MAC address (six hexadecimal octets separated by colons) for a static ARP entry.
|
|
Configures the time, in seconds, to keep resolved dynamic ARP entries in the ARP cache table.
|
|
Configures the maximal number of entries in the ARP cache table.
Note - Make sure to configure a value large enough to accommodate at least 100 dynamic ARP entries, in addition to the maximum number of static ARP entries. |