![D-Link DS-3550 Command Line Interface Reference Manual Download Page 161](http://html.mh-extra.com/html/d-link/ds-3550/ds-3550_command-line-interface-reference-manual_78098161.webp)
153
config arpentry
address of an entry in the switch’s ARP table.
Parameters
<ipaddr>
−
The IP address of the end node or station.
<macaddr>
−
The MAC address corresponding to the IP address
above.
Restrictions
Only administrator-level users can issue this command.
Example Usage:
To configure a static arp entry for the IP address 10.48.74.12 and MAC address 00:50:BA:00:07:36:
DES-3550:4#config arpentry 10.48.74.12 00-50-BA-00-07-36
Command: config arpentry 10.48.74.12 00-50-BA-00-07-36
Success.
DES-3550:4#
delete arpentry
Purpose
Used to delete a static entry into the ARP table.
Syntax
delete arpentry {[<ipaddr> | all]}
Description
This command is used to delete a static ARP entry, made using the
create arpentry command above, by specifying either the IP address
of the entry or all. Specifying all clears the switch’s ARP table.
Parameters
<ipaddr>
−
The IP address of the end node or station.
all
−
deletes all ARP entries.
Restrictions
Only administrator-level users can issue this command.
Example Usage:
To delete an entry of IP address 10.48.74.121 from the ARP table:
DES-3550:4#delete arpentry 10.48.74.121
Command: delete arpentry 10.48.74.121
Success.
DES-3550:4#
config arp_aging time
Purpose
Used to configure the age-out timer for ARP table entries on the
switch.