Operation Manual
193
IP Commands
E-DOC-CTC-20040210-0030 v1.0
ip arpdelete
Remove an entry from the ARP cache.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
ip arpdelete intf = <interface name>
ip = <ip-range>
[hwaddr = <hardware-address>]
intf The interface name. REQUIRED
ip The IP address [range] of the entry to be deleted. REQUIRED
hwaddr The hardware address (e.g. the Ethernet MAC address) of the entry
to be deleted.
OPTIONAL
=>ip arplist
Intf IP-address HW-address Type
eth0 10.0.0.1 00:01:42:5f:7d:81 DYNAMIC
eth0 10.0.0.8 00:a0:24:ae:66:e1 DYNAMIC
eth0 10.0.1.99 52:41:53:20:20:4d STATIC
eth0 10.0.1.100 52:41:53:20:f0:90 STATIC
eth0 10.0.0.2 00:10:a4:d0:9a:db STATIC
=>ip arpdelete intf=eth0 ip=10.0.0.2 hwaddr=00:10:a4:d0:9a:db
=>ip arplist
Intf IP-address HW-address Type
eth0 10.0.0.1 00:01:42:5f:7d:81 DYNAMIC
eth0 10.0.0.8 00:a0:24:ae:66:e1 DYNAMIC
eth0 10.0.1.99 52:41:53:20:20:4d STATIC
eth0 10.0.1.100 52:41:53:20:f0:90 STATIC
eth0 10.0.0.2 00:10:a4:d0:9a:db STATIC
=>
ip arpadd Add a static ARP entry.
ip arplist Show current ARP cache.