Chapter 6: Layer 3 Features
Extreme Networks EAS 100-24t Switch CLI Manual
202
Example Usage:
To create a static arp entry for the IP address 10.48.74.121 and MAC address 00:50:BA:00:07:36:
Example Usage:
To configure a static ARP entry for the IP address 10.48.74.12 and MAC address 00:50:BA:00:07:36:
#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.
#
config arpentry
Purpose Used to configure a static entry in the ARP table.
Syntax config arpentry <ipaddr> <macaddr>
Description This command is used to configure a static entry in the ARP Table. The user
may specify the IP address and the corresponding MAC address of an entry in
the switch’s ARP table.
Parameters <ipaddr> - The IP address of the end node or station.
<macaddr> - The MAC address corresponding to the IP address above.
Restrictions Only Administrator-level users can issue this command.
#config arpentry 10.48.74.12 00-50-BA-00-07-36
Command: config arpentry 10.48.74.12 00-50-BA-00-07-36
Success.
#
delete arpentry
Purpose Used to delete a static entry into the ARP table.
Syntax delete arpentry [<ipaddr> | all]
Description This command is used to delete a static ARP entry, made using the create
arpentry command above, by specifying either the IP address of the entry or
all. Specifying all clears the switch’s ARP table.
Parameters <ipaddr> - The IP address of the end node or station.
all - Deletes all ARP entries.
Restrictions Only Administrator-level users can issue this command.