ip arp
Use this command to create a static ARP entry.
Use the no parameter to remove the static ARP entry.
Command Syntax
ip arp A.B.C.D XXXX.XXXX.XXXX (alias|)
no ip arp A.B.C.D
Parameters
A.B.C.D
Specify the IP address of the ARP entry.
XXXX.XXXX.XXXX
Specify the MAC (hardware) address of the ARP entry.
alias
Specify the response to ARP requests for the IP address.
Default value
No default value is specified
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#ip arp 10.10.10.10 0000.0001.4566
(config)#no ip arp 10.10.10.10
Last modified date: 10/16/2023