Ip arpdelete, Delete an entry from the arp cache, Ip commands – Technicolor - Thomson ST585 V6 User Manual
Page 454: Syntax, Example: related commands
E-DOC-CTC-20061027-0004 v1.0
IP Commands
430
ip arpdelete
Delete an entry from the ARP cache.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
ip arpdelete
intf =
ip =
[hwaddr =
intf
The IP interface name.
REQUIRED
ip
The IP address (or range) of the entry to be deleted.
REQUIRED
hwaddr
The hardware address (for example the Ethernet MAC address) of the
entry to be deleted.
OPTIONAL
=>ip arplist
Interface
IP-address
HW-address
Type
2
eth0
10.0.0.1
00:10:a4:ad:32:cf STATIC
2
eth0
10.0.0.2
00:00:00:00:00:00 DYNAMIC
2
eth0
10.0.0.3
00:a0:24:ae:66:e1 STATIC
=>ip arpdelete intf=eth0 ip=10.0.0.3 hwaddr=00:a0:24:ae:66:e1
=>ip arplist
Interface
IP-address
HW-address
Type
2
eth0
10.0.0.1
00:10:a4:ad:32:cf STATIC
2
eth0
10.0.0.2
00:00:00:00:00:00 DYNAMIC
=>
Add an entry to the ARP cache of a broadcast Internet Protocol (IP) interface.