Specifications

DGS-3224TGR Gigabit Ethernet Switch CLI Reference Manual
show arpentry
Purpose
Used to display the ARP table.
Syntax show arpentry {ipif <ipif_name>|ipaddress <network_address>|static}
Description
This command is used to display the current contents of the switch’s ARP table.
Parameters
<ipif_name> The name of the IP interface the end node or station for which the ARP table
entry was made, resides on.
<network_address> The network address corresponding to the IP interface name above.
static Displays the static entries to the ARP table.
Restrictions
None.
Example Usage:
To display the ARP table:
DGS-3224TGR:4#show arpentry
Command: show arpentry
ARP Aging Time : 20mins
Interface IP Address MAC Address Type
------------- --------------- ----------------- -----------------------
System 10.0.0.0 FF-FF-FF-FF-FF-FF Local/Broadcast
System 10.90.90.90 00-01-02-03-04-00 Local
System 10.255.255.255 FF-FF-FF-FF-FF-FF Local/Broadcast
Total Entries : 3
DGS-3224TGR:4#
clear arptable
Purpose
Used to remove all dynamic ARP table entries.
Syntax clear arptable
Description
This command is used to remove dynamic ARP table entries from the switch’s ARP table.
Static ARP table entries are not effected.
Parameters
None.
Restrictions
Only administrator-level users can issue this command.
Example Usage:
To remove dynamic entries in the ARP table:
DGS-3224TGR:4#clear arptable
Command: clear arptable
Success.
DGS-3224TGR:4#
59