Technical information

ADC Telecommunications, Inc.
138 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
del arp
Deletes the specified static ARP entry from the ARP cache of the current Ethernet interface. Note
that static ARP entries are supported on Ethernet interfaces only.
Mode
interface:ethernet:csi(<c/s/i>)
Syntax
del arp <ip-address>
Arguments
Example
The following example deletes the 192.168.111.6 static ARP address from Ethernet interface
1/11/1:
Related Commands
add arp on page 50
show arp on page 374
<ip-address> Address that you want to remove from the ARP cache of the
current interface.
cli:172.16.19.10:root# interface 1/11/1
mode: interface:ethernet:csi(1/11/1)
cli:172.16.19.10:interface:ethernet:csi(1/11/1)# show arp
row count: 1
IP Address MAC Address Type
---------------- ------------------ ----------
192.168.111.6 a0:41:de:78:ac:9e static
cli:172.16.19.10:interface:ethernet:csi(1/11/1)# del arp 192.168.111.6
cli:172.16.19.10:interface:ethernet:csi(1/11/1)# show arp
IP Address MAC Address Type
---------------- ------------------ ----------