DGS-3200 Series Layer 2 Gigabit Managed Switch CLI Manual
224
30
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 }
30-1 create arpentry
Purpose
Used to make a static entry into the ARP table.
Format
create
arpentry
<ipaddr>
<macaddr>
Description
The
create arpentry
command is used to enter an IP address and the corresponding MAC address into
the switch’s ARP table.
Parameters
Parameters
Description
ipaddr
The IP address of the end node or station.
macaddr
The MAC address corresponding to the IP address above.
Restrictions
You must have administrator privileges.
Examples
To create a static ARP entry for the IP address 10.48.74.121 and MAC address 00:50:BA:00:07:36:
D G S - 3 2 0 0 - 1 0 : 4 # c r e a t e a r p e n t r y 1 0 . 4 8 . 7 4 . 1 2 1 0 0 - 5 0 - B A - 0 0 - 0 7 - 3 6
C o m m a n d : c r e a t e a r p e n t r y 1 0 . 4 8 . 7 4 . 1 2 1 0 0 - 5 0 - B A - 0 0 - 0 7 - 3 6
S u c c e s s .
D G S - 3 2 0 0 - 1 0 : 4 #