Network Tools
6E123-50 and 6E133-49 User’s Guide
5-113
You can specify the arp command without options, or with one of the
following options:
Options:
-a Views cache data
-d Deletes an IP address entry. Requires
additional arguments: <Interface Number> <IP
address>
-s Adds a static entry. Requires additional
arguments: <Interface Number> <IP address>
<MAC address>
-f Flushes the ARP cache
Example:
-> arp -a
# Interface
# (SonicInt)
# (SonicInt)
# (SonicInt)
# (SonicInt)
Network Address
122.144.40.111
122.144.48.109
122.144.52.68
122.144.21.43
Physical Address
00.00.0e.12.3c.04
00.00.0e.f3.3d.14
00.00.0e.12.3c.04
00.00.0e.03.1d.3c
Media Type
3(dynamic)
3(dynamic)
3(dynamic)
3(dynamic)
-> arp -d 1 122.144.52.68
-> arp -s 1 22.44.2.3 00:00:0e:03:1d:3c
051467
-> arp -f