Last Updated : Jul 27, 2016 |

Adds a permanent entry to the Address Resolution Protocol (ARP) cache. Use the no form of this command to remove either a static entry or a dynamically learned entry from the ARP cache.

Syntax

arp ip_address mac_address

no arp ip_address

Parameters

Parameter

Description

Possible Values

Default Value

ip_address

IP address of the station

mac_address

Corresponding MAC address for this station

User level

read-write

Context

general

Examples

To add a permanent entry for station 192.168.7.8 to the ARP cache:

Gxxx-001(super)# arp 192.168.7.8 00:40:0d:8c:2a:01

To remove an entry from the ARP cache for the station 192.168.13.76:

Gxxx-001(super)# no arp 192.168.13.76