xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
154
7-2 delete arpentry
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 deletes the switch’s ARP table.
Format
delete arpentry [<ipaddr> | all]
Parameters
<ipaddr> - The IP address of the end node or station.
all - Delete all ARP entries
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To delete an entry of IP address 10.48.74.121 from the ARP table:
DGS-3420-28SC:admin#delete arpentry 10.48.74.121
Command: delete arpentry 10.48.74.121
Success.
7-3 config arpentry
Description
This command is used to configure a static entry in the ARP table. Specify the IP address and MAC
address of the entry.
Format
config arpentry <ipaddr> <macaddr>
Parameters
<ipaddr> - The IP address of the end node or station.
<macaddr> - The MAC address corresponding to the IP address above.