DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
328
To remove dynamic entries in the ARP table:
DES-1210-52/ME:5# clear arptable
Command: clear arptable
Success.
DES-1210-52/ME:5#
To create an entry for ARP table on the Switch.
create arpentry <ipaddr> <macaddr>
The create arpentry <ipaddr> <macaddr> command is used to
create an entry for ARP table on the Switch.
<ipaddr> – Specify the IP address to be configured.
<macaddr> – Specify the MAC address to be configured.
Only Administrator or operator-level users can issue this command.
Example usage:
To create an ARP entry:
DES-1210-52/ME:5# create arpentry 10.90.90.94 00-00-00-01-02-03
Command: create arpentry 10.90.90.94 00-00-00-01-02-03
Success.
DES-1210-52/ME:5#
To configure the entry for ARP table on the Switch.
config arpentry <ipaddr> <macaddr>
The config arpentry command is used to configure the entry for
ARP table on the Switch.
<ipaddr> – Specify the IP address to be configured.
<macaddr> – Specify the MAC address to be configured.
Only Administrator or operator-level users can issue this command.
Example usage: