Configure iparp command
From NetworkCommands
A command available on Extreme switch platforms; used to create, modify or delete ARP table entries on the device.
Contents |
Usage Syntax
configure iparp max-entries number | max-pending-entries number | timeout minutes
configure iparp add | delete [proxy] ip-address [mask] mac-address [always]
- timeout - the dynamic ARP table entry timeout in minutes, enties exceeding this timeout will be removed from the ARP table. The default is 20 minutes (much lower than the Cisco default of 240 minutes.)
- max-entries - the maximum number of ARP table entries, a number from 1 to 20480, the default is 4096.
- max-pending-entries - the maximum number of pending ARP table entries; these are incomplete entries where a request has been sent but a response has not yet been recieved. A number from 1 to 20480, the default is 256.
- proxy, mask, always -
Usage Examples
configure iparp add 1.1.1.1 ab:cd:12:34:cd:ef - create a static ARP table entry, mapping IP address 1.1.1.1 to MAC address ab:cd:12:34:cd:ef
configure iparp delete 1.1.1.1 - delete the ARP table entry for IP address 1.1.1.1
Related Commands
Use the show iparp command to view current dynamic and static ARP table entries.
Command Equivalents
The Cisco command equivalent is the arp command, Cisco
The Windows command equivalent is the arp command, Windows
The Linux command equivalent is the arp command, Linux
Related Articles
The Linux ifconfig command displays the MAC address(es) of network interfaces installed in the system
The Windows getmac command displays the MAC address(es) of network interfaces installed in the system







