ARP Commands
Extreme Networks EAS 100-24t Switch CLI Manual
203
Example Usage:
To delete an entry of IP address 10.48.74.121 from the ARP table:
Example Usage:
To configure ARP aging time:
#delete arpentry 10.48.74.121
Command: delete arpentry 10.48.74.121
Success.
#
config arp_aging time
Purpose Used to configure the age-out timer for ARP table entries on the switch.
Syntax config arp_aging time <value 0-65535>
Description This command is used to set the maximum amount of time, in minutes, that
an ARP entry can remain in the switch’s ARP table, without being accessed,
before it is dropped from the table.
Parameters time <value 0-65535> - The ARP age-out time, in minutes. The value may be
set in the range of 0-65535 minutes with a default setting of 20 minutes.
Restrictions Only Administrator-level users can issue this command.
#config arp_aging time 30
Command: config arp_aging time 30
Success.
#
show arpentry
Purpose Used to display the ARP table.
Syntax show arpentry {ipif [System] | ipaddress <ipaddr> | static}
Description This command is used to display the current contents of the switch’s ARP
table.
Parameters ipif [System] - The name of the IP interface, the end node or station for which
the ARP table entry was made, resides on.
ipaddress <ipaddr> - The network address corresponding to the IP interface
name above.
static – Displays the static entries to the ARP table.
Restrictions None.