Operation Manual
192
IP Commands
E-DOC-CTC-20040210-0030 v1.0
ip arpadd
Add an entry to the ARP cache of a broadcast IP interface.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
ip arpadd intf = <interface name>
ip = <ip-range>
[hwaddr = <hardware-address>]
intf The IP interface name. REQUIRED
ip The IP address [range] of the entry to be added. REQUIRED
hwaddr The hardware address (e.g. the Ethernet MAC address) of the entry
to be added.
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
=>ip arpadd 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 arpdelete Delete an ARP entry.
ip arplist Show current ARP cache.