sign in
|
add example
|
see also:
netstat
,
capabilities
,
ip
,
netstat
arp
manipulate the system ARP cache
[
package
|
man 7
, 8
|
usage
|
info
|
homepage
]
examples
configs
questions
links
[
new example
]
copy
51
0
arp -s
arp
source
|
details
|
copy
15
3
arp -i eth0 -Ds 10.0.0.2 eth1 pub
Answer ARP requests for 10.0.0.2 on eth0 with the MAC address for eth1.
arp
source
|
details
|
copy
15
0
arp -d
arp
source
|
details
|
copy
7
0
arp -Ds
arp
source
|
details
|
copy
7
0
arp 192.168.20.1 0090.1a00.0170
arp
7 years, 3 months ago
john2
0 |
details
|
copy
6
0
/usr/sbin/arp -i eth0 -Ds 10.0.0.2 eth1 pub
source
|
details
|
copy
3
0
/usr/sbin/arp -i eth1 -d 10.0.0.1
source
|
details
|
copy
3
0
arp timeout 8000
specify how long an entry remains in the ARP cache.
arp
7 years, 3 months ago
john2
0 |
details
|
[
new config
]
[
ask question
]