xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
145
Chapter 7
ARP Commands
create arpentry <ipaddr> <macaddr>
delete arpentry [<ipaddr> | all]
config arpentry <ipaddr> <macaddr>
config arp_aging time <min 0-65535>
show arpentry {ipif <ipif_name 12> | ipaddress <ipaddr> | static | mac_address <macaddr>}
show ipfdb {[ip_address <ipaddr> | interface <ipif_name 12> | port <port>]}
7-1 create arpentry
Description
This command is used to enter an IP address and the corresponding MAC address 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:
DGS-3620-28SC: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.
7-2 delete arpentry
Description
This command is used to delete an ARP entry, made using the create arpentry command above,
by specifying either the IP address of the entry or all. Specifying all deletes all static and dynamic
ARP entries.