D-Link DES-3200 Series Washer/Dryer User Manual


 
xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
102
Chapter 7
Address Resolution
Protocol (ARP) Command
List
create arpentry <ipaddr> <macaddr>
delete arpentry [<ipaddr> | all]
config arpentry <ipaddr> <macaddr>
config arp_aging time <value 0-65535>
clear arptable
show arpentry {ipif <ipif_name 12> | ipaddress <ipaddr> | static | mac_address <macaddr>}
7-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 Administrator, Operator and Power-User level 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:
DES-3200-28/ME: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.
DES-3200-28/ME:admin#
7-2 delete arpentry
Description
This command is used to delete an ARP entry, by specifying either the IP address of the entry or
all. Specify ‘all’ clears the Switch’s ARP table.