![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/8/ea/8ea3e494-d0d5-4c90-af2d-0b550af57420/8ea3e494-d0d5-4c90-af2d-0b550af57420-bgac.png)
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
16
2
Syntax
config arpentry <ipaddr> <macaddr>
Description The config arpentry command configures a static entry in the ARP
Table. The user may specify the IP address and the corresponding
MAC 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 or operator-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:
DGS3100# config arpentry 10.48.74.12 00-50-BA-00-07-36
Success.
DGS3100#
delete arpentry
Purpose To delete a static entry from the ARP table.
Syntax
delete arpentry [<ipaddr> | all]
Description The delete arpentry command deletes 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 to be deleted
from the ARP table.
all – Deletes all ARP entries.
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To delete an entry of IP address 10.48.74.121 from the ARP table:
DGS3100# delete arpentry 10.48.74.121
Success.
DGS3100#