DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
123
Chapter 8
Address Resolution
Protocol (ARP) Command
List
create arpentry <ipaddr> <macaddr>
delete arpentry [<ipaddr> | all]
config arpentry <ipaddr> <macaddr>
config arp_aging time <minutes 0-65535>
show arpentry {ipif <ipif_name 12> | ipaddress <ipaddr> | static | mac_address <macaddr>}
8-1 create arpentry
Description
This command is used to enter a static ARP entry into the Switch’s ARP table.
Format
create arpentry <ipaddr> <macaddr>
Parameters
<ipaddr> - The IP address of the end node or station.
<macaddr> - The MAC address corresponding to the IP address above.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.
Example
To create a static ARP entry for the IP address 10.48.74.121 and MAC address 00-50-BA-00-07-
36:
DWS-3160-24PC:admin# create arpentry 10.48.74.121 00-50-BA-00-07-36
Command: create arpentry 10.48.74.121 00-50-BA-00-07-36
Success.
8-2 delete arpentry
Description
This command is used to delete an ARP entry, by specifying either the IP address of the entry or
all. Specifies ‘all’ clears the Switch’s ARP table.