IP Unicast Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1330
configure iparp add
configure iparp add <ip_addr> {vr <vr_name>} <mac>
Description
Adds a permanent entry to the ARP table. Specify the IP address and MAC address of the entry.
Syntax Description
Default
If you do not specify a virtual router, the current virtual router context is used.
Usage Guidelines
Add a permanent IP ARP entry to the system. The
ip_address
is used to match the IP interface address
to locate a suitable interface.
Example
The following command adds a permanent IP ARP entry to the switch for IP address
10.1.2.5
:
configure iparp add 10.1.2.5 00:11:22:33:44:55
History
This command was first available in ExtremeWare XOS 10.1.
Platform Availability
This command is available on all platforms.
ip_addr
Specifies an IP address.
mac
Specifies a MAC address.
vr_name
Specifies a VR name.