Alcatel Carrier Internetworking Solutions 350I Modem User Manual


 
5 IP Commands
86 / 138
3EC 16982 AGAA TCZZA Ed. 01
ip arpadd
Add a static entry to the SpeedToucht350i ARP cache.
SYNTAX:
ip arpadd intf = <interface name>
ip = <ipĆaddress>
[hwaddr = <hardwareĆaddress>]
intf Always specify eth0. REQUIRED
ip The IP address. REQUIRED
[hwaddr] The hardware address (e.g. the Ethernet MAC address). OPTIONAL
EXAMPLE:
=>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
=>
RELATED COMMANDS:
ip arpdelete Delete an ARP entry.
ip arplist Show current ARP cache.