A SERVICE OF

logo

xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
425
Example usage:
To display the ARP table:
DGS-3426:5#show arpentry
Command: show arpentry
ARP Aging Time : 20
Interface IP Address MAC Address Type
------------- --------------- ----------------- ---------------
System 10.0.0.0 FF-FF-FF-FF-FF-FF Local/Broadcast
System 10.44.8.253 00-44-08-FD-09-09 Dynamic
System 10.63.67.7 00-09-41-D8-15-0E Dynamic
System 10.90.90.90 00-19-5B-F5-26-C0 Local
System 10.255.255.255 FF-FF-FF-FF-FF-FF Local/Broadcast
Total Entries: 5
DGS-3426:5#
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 affected.
Parameters None.
Restrictions Only Administrator and Operator-level users can issue this command.
Example Usage:
To remove dynamic entries in the ARP table:
DGS-3426:5#clear arptable
Command: clear arptable
Success.
DGS-3426:5#
config arpentry
Purpose Used to configure a static entry in the ARP table.
Syntax
config arpentry <ipaddr> <macaddr>
Description This command is used to configure 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 and Operator-level users can issue this command.