Справочник Пользователя для Alcatel-Lucent speedtouch 500

Скачать
Страница из 422
200
IP Commands
ip arpadd
Adds an entry to the ARP cache of a broadcast IP interface.
SYNTAX:
EXAMPLE:
RELATED COMMANDS:
ip arpadd
intf = <interface name>
ip = <ip-address>
[hwaddr = <hardware-address>]
intf
The interface name.
REQUIRED
ip
The IP address.
REQUIRED
hwaddr
The hardware address (e.g. the Ethernet MAC address).
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
=>
Delete an ARP entry.
Show current ARP cache.